Lines Matching +full:reset +full:- +full:bps
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atmdev.h - ATM device driver declarations and various related items */
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
19 /* OC3 link rate: 155520000 bps
23 #define ATM_25_PCR ((25600000/8-8000)/54)
26 /* OC12 link rate: 622080000 bps
66 /* reset itf's ATM address list */
97 /* enable or disable single-copy */
109 * above. In the future we may support dynamic loading of these - for now,
113 #define ATM_BACKEND_PPP 1 /* PPPoATM - RFC2364 */
123 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */
125 #define __ATM_LM_AAL 1 /* loop back PDUs --' | | | */
126 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
127 /* RESERVED 4 loop back on PHY side ---' */
128 #define __ATM_LM_PHY 8 /* loop back bits (digital) ----' | */
129 #define __ATM_LM_ANALOG 16 /* loop back the analog signal --------' */
163 #define ATM_CI_MAX -1 /* use maximum range of VPI/VCI */
166 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */
167 signed char vci_bits; /* 1..16, ATM_CI_MAX (-1) for maximum */
172 #define ATM_SC_RX 1024 /* enable RX single-copy */
173 #define ATM_SC_TX 2048 /* enable TX single-copy */
191 * ATM_VS_* are used to express VC state in a human-friendly way.