Searched refs:uart_config (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsu.c63 static const struct serial_uart_config uart_config[PORT_MAX_8250+1] = { variable in typeref:struct:serial_uart_config
627 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) {
791 if (uart_config[up->port.type].flags & UART_USE_FIFO) {
852 if (uart_config[up->port.type].flags & UART_STARTECH) {
925 if (type >= ARRAY_SIZE(uart_config))
927 return uart_config[type].name;
1131 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size;
H A Dm32r_sio.c137 static const struct serial_uart_config uart_config[] = { variable in typeref:struct:serial_uart_config
909 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size;
919 ser->type >= ARRAY_SIZE(uart_config))
929 if (type >= ARRAY_SIZE(uart_config))
931 return uart_config[type].name;
H A D8250.c143 static const struct serial8250_config uart_config[] = { variable in typeref:struct:serial8250_config
1109 if (up->capabilities != uart_config[up->port.type].flags) {
1113 uart_config[up->port.type].flags);
1116 up->port.fifosize = uart_config[up->port.type].fifo_size;
1117 up->capabilities = uart_config[up->port.type].flags;
1118 up->tx_loadsz = uart_config[up->port.type].tx_loadsz;
1140 DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name);
1723 up->capabilities = uart_config[up->port.type].flags;
2023 fcr = uart_config[up->port.type].fcr;
2314 ser->type >= ARRAY_SIZE(uart_config) || se
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c84 static struct serial_uart_config uart_config[] = { variable in typeref:struct:serial_uart_config
871 state->line, uart_config[state->type].name,
992 uart_config[state->type].name);

Completed in 117 milliseconds