Home
last modified time | relevance | path

Searched refs:uart_config (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_port.c58 static const struct serial8250_config uart_config[] = { variable
1310 port->fifosize = uart_config[up->port.type].fifo_size; in autoconfig()
1312 up->capabilities = uart_config[port->type].flags; in autoconfig()
1313 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()
1348 DEBUG_AUTOCONF("type=%s\n", uart_config[port->type].name); in autoconfig()
2208 port->fifosize = uart_config[port->type].fifo_size; in serial8250_do_startup()
2210 up->tx_loadsz = uart_config[port->type].tx_loadsz; in serial8250_do_startup()
2212 up->capabilities = uart_config[port->type].flags; in serial8250_do_startup()
3106 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in fcr_get_rxtrig_bytes()
3116 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in bytes_to_fcr_rxtrig()
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunsu.c67 static const struct serial_uart_config uart_config[] = { variable
647 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) { in sunsu_startup()
818 if (uart_config[up->port.type].flags & UART_USE_FIFO) { in sunsu_change_speed()
879 if (uart_config[up->port.type].flags & UART_STARTECH) { in sunsu_change_speed()
953 if (type >= ARRAY_SIZE(uart_config)) in sunsu_type()
955 return uart_config[type].name; in sunsu_type()
1160 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in sunsu_autoconfig()