Searched refs:uart_config (Results 1 – 4 of 4) sorted by relevance
58 static const struct serial8250_config uart_config[] = { variable1337 up->capabilities = uart_config[port->type].flags; in autoconfig()1338 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()2164 up->tx_loadsz = uart_config[port->type].tx_loadsz; in serial8250_do_startup()2166 up->capabilities = uart_config[port->type].flags; in serial8250_do_startup()3208 up->fcr = uart_config[up->port.type].fcr; in serial8250_config_port()3226 if (type >= ARRAY_SIZE(uart_config)) in serial8250_type()3228 return uart_config[type].name; in serial8250_type()3278 up->port.fifosize = uart_config[type].fifo_size; in serial8250_set_defaults()3280 up->tx_loadsz = uart_config[type].tx_loadsz; in serial8250_set_defaults()[all …]
67 static const struct serial_uart_config uart_config[] = { variable643 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) { in sunsu_startup()814 if (uart_config[up->port.type].flags & UART_USE_FIFO) { in sunsu_change_speed()875 if (uart_config[up->port.type].flags & UART_STARTECH) { in sunsu_change_speed()949 if (type >= ARRAY_SIZE(uart_config)) in sunsu_type()951 return uart_config[type].name; in sunsu_type()1156 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in sunsu_autoconfig()
77755 ffff8000111ae4c8 d uart_config
Completed in 365 milliseconds