Searched refs:baud (Results 1 - 25 of 96) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-cl7500/
H A Duncompress.h32 int baud = 3686400 / (9600 * 32); local
35 *((volatile unsigned int *)(SERBASE + 0x0)) = baud & 0xff;
36 *((volatile unsigned int *)(SERBASE + 0x4)) = (baud & 0xff00) >> 8;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-cl7500/
H A Duncompress.h32 int baud = 3686400 / (9600 * 32); local
35 *((volatile unsigned int *)(SERBASE + 0x0)) = baud & 0xff;
36 *((volatile unsigned int *)(SERBASE + 0x4)) = (baud & 0xff00) >> 8;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Ddebug.c171 int baud = cflag & CBAUD; local
176 baud += B38400;
177 if (baud < B1200 || baud > B38400+2)
178 baud = B9600; /* use default 9600bps for non-implemented rates */
179 baud -= B1200; /* baud_table[] starts at 1200bps */
184 mfp.tim_dt_d = baud_table[baud];
228 int baud = cflag & CBAUD; local
232 baud += B38400;
233 if (baud < B120
281 int baud = cflag & CBAUD; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-anakin/
H A Dserial_reg.h28 #define SETBAUD(baud) ((230400 / (baud) - 1) << 3)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-anakin/
H A Dserial_reg.h28 #define SETBAUD(baud) ((230400 / (baud) - 1) << 3)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jmr3927/rbhma3100/
H A Dkgdb_io.c106 void debugInit(int baud) argument
126 tx3927_sioptr(0)->bgr = ((JMR3927_BASE_BAUD + baud / 2) / baud) |
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial_21285.c172 int h_lcr, baud, quot; local
197 case B200: baud = 200; break;
198 case B300: baud = 300; break;
199 case B1200: baud = 1200; break;
200 case B1800: baud = 1800; break;
201 case B2400: baud = 2400; break;
202 case B4800: baud = 4800; break;
204 case B9600: baud = 9600; break;
205 case B19200: baud = 19200; break;
206 case B38400: baud
295 int baud = B9600; local
399 int baud = 9600; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Dns16550.h84 /* 16 bit baud rate divisor (lower byte in UART_DATA, upper in UART_IER) */
85 #define BRTC(base, baud) ((base + (8 * baud)) / (16*(baud)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Ddebug.c282 * baud rates: 1200, 1800, 2400, 4800, 9600, 19.2k, 38.4k, 57.6k, 115.2k
295 int baud = cflag & CBAUD; local
299 baud += B38400;
300 if (baud < B1200 || baud > B38400+2)
301 baud = B9600; /* use default 9600bps for non-implemented rates */
302 baud -= B1200; /* tables starts at 1200bps */
304 clksrc = clksrc_table[baud];
305 clkmode = clkmode_table[baud];
306 div = div_table[baud];
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xsyn.c343 * the specified baud rate for a serial port.
347 unsigned long flags,baud; local
396 /* Determine EBRG values based on the "encoded"baud rate */
401 baud=0;
404 baud=100;
407 baud=150;
410 baud=220;
413 baud=269;
416 baud=300;
419 baud
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dearly_printk.c99 unsigned divisor, baud = 38400; local
128 baud = simple_strtoul(s, &e, 0);
129 if (baud == 0 || s == e)
130 baud = 38400;
133 divisor = 115200 / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c29 * ser12: This is a very simple 1200 baud AFSK modem. The modem consists only
41 * hsk: This is a 4800 baud FSK modem, designed for TNC use. It works fine
51 * '#' denotes the baud rate / 100, eg. ser12* is '1200 baud, soft DCD'
53 * baud baud rate (between 300 and 4800)
125 unsigned int baud, baud_us, baud_arbdiv, baud_uartdiv, baud_dcdtimeout; member in struct:baycom_state
397 if (bc->baud < 300 || bc->baud > 4800)
405 bc->hdrv.par.bitrate = bc->baud;
490 unsigned int baud; local
584 static int baud[NR_PORTS] = { [0 ... NR_PORTS-1] = 1200 }; variable
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhcdp_serial.h29 * Default base baud rate if clock rate is 0 in HCDP table.
59 u64 baud; member in struct:__anon11147
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhcdp_serial.h29 * Default base baud rate if clock rate is 0 in HCDP table.
59 u64 baud; member in struct:__anon6731
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5476/
H A Ddbg_io.c30 * the default baud rate *if* kgdb does serial init
84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
97 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5477/
H A Dkgdb_io.c30 * the default baud rate *if* kgdb does serial init
84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
97 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/gt64120/momenco_ocelot/
H A Ddbg_io.c5 #include <asm/serial.h> /* For the serial port location and base baud */
71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
84 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/generic/
H A Ddbg_io.c70 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
83 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_c/
H A Ddbg_io.c5 #include <asm/serial.h> /* For the serial port location and base baud */
71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
84 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_g/
H A Ddbg_io.c5 #include <asm/serial.h> /* For the serial port location and base baud */
71 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
84 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr4181/osprey/
H A Ddbg_io.c30 * the default baud rate *if* kgdb does serial init
84 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
97 divisor = MAX_BAUD / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Ddbg_io.c58 void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) argument
69 /* set up baud rate */
74 divisor = get_au1x00_uart_baud_base() / baud;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dpl2303.c236 int baud; local
291 baud = 0;
293 case B0: baud = 0; break;
294 case B75: baud = 75; break;
295 case B150: baud = 150; break;
296 case B300: baud = 300; break;
297 case B600: baud = 600; break;
298 case B1200: baud = 1200; break;
299 case B1800: baud = 1800; break;
300 case B2400: baud
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dioctl.c75 int baud = cflag & 0xf; local
77 switch (baud) {
78 case 0: baud = B57600; break;
79 case 1: baud = B76800; break;
80 case 2: baud = B115200; break;
81 case 3: baud = B153600; break;
82 case 4: baud = B230400; break;
83 case 5: baud = B307200; break;
84 case 6: baud = B460800; break;
86 cflag |= CBAUDEX | baud;
95 int baud = cflag & CBAUD; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunserial.c38 static void nop_rs_change_mouse_baud(int baud) argument
84 void rs_change_mouse_baud(int baud) argument
86 rs_ops.rs_change_mouse_baud(baud);
235 int baud, bits, stop, cflag; local
289 baud = simple_strtoul(s, 0, 0);
298 switch (baud) {
308 default: baud = 9600; cflag |= B9600; break;

Completed in 303 milliseconds

1234