Searched refs:uart_config (Results 1 – 2 of 2) sorted by relevance
44 static const struct serial8250_config uart_config[] = { variable1183 port->fifosize = uart_config[up->port.type].fifo_size; in autoconfig()1185 up->capabilities = uart_config[port->type].flags; in autoconfig()1186 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()2248 port->fifosize = uart_config[port->type].fifo_size; in serial8250_do_startup()2250 up->tx_loadsz = uart_config[port->type].tx_loadsz; in serial8250_do_startup()2252 up->capabilities = uart_config[port->type].flags; in serial8250_do_startup()2933 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in fcr_get_rxtrig_bytes()2943 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in bytes_to_fcr_rxtrig()3060 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in register_dev_spec_attr_grp()[all …]
67 static const struct serial_uart_config uart_config[] = { variable620 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) { in sunsu_startup()789 if (uart_config[up->port.type].flags & UART_USE_FIFO) { in sunsu_change_speed()850 if (uart_config[up->port.type].flags & UART_STARTECH) { in sunsu_change_speed()924 if (type >= ARRAY_SIZE(uart_config)) in sunsu_type()926 return uart_config[type].name; in sunsu_type()1131 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in sunsu_autoconfig()