Searched refs:baud_code (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c139 int baud_code = -1; /* Line baud rate (system code) */ local
171 baud_code = tty_value_to_baud(xatoi(baud_str));
172 if (baud_code < 0)
210 cfsetispeed(&state, baud_code);
211 cfsetospeed(&state, baud_code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmsm_serial.c221 unsigned int baud_code, rxstale, watermark; local
225 baud_code = UART_CSR_300;
229 baud_code = UART_CSR_600;
233 baud_code = UART_CSR_1200;
237 baud_code = UART_CSR_2400;
241 baud_code = UART_CSR_4800;
245 baud_code = UART_CSR_9600;
249 baud_code = UART_CSR_14400;
253 baud_code = UART_CSR_19200;
257 baud_code
[all...]

Completed in 62 milliseconds