Searched refs:uart_config (Results 1 – 3 of 3) sorted by relevance
138 static const struct serial8250_config uart_config[] = { variable1174 if (up->capabilities != uart_config[port->type].flags) { in autoconfig()1178 uart_config[port->type].flags); in autoconfig()1181 port->fifosize = uart_config[up->port.type].fifo_size; in autoconfig()1182 up->capabilities = uart_config[port->type].flags; in autoconfig()1183 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()1205 DEBUG_AUTOCONF("type=%s\n", uart_config[port->type].name); in autoconfig()1935 port->fifosize = uart_config[up->port.type].fifo_size; in serial8250_startup()1936 up->tx_loadsz = uart_config[up->port.type].tx_loadsz; in serial8250_startup()1937 up->capabilities = uart_config[up->port.type].flags; in serial8250_startup()[all …]
138 static const struct serial_uart_config uart_config[] = { variable911 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in m32r_sio_config_port()921 ser->type >= ARRAY_SIZE(uart_config)) in m32r_sio_verify_port()931 if (type >= ARRAY_SIZE(uart_config)) in m32r_sio_type()933 return uart_config[type].name; in m32r_sio_type()
64 static const struct serial_uart_config uart_config[PORT_MAX_8250+1] = { variable641 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) { in sunsu_startup()810 if (uart_config[up->port.type].flags & UART_USE_FIFO) { in sunsu_change_speed()871 if (uart_config[up->port.type].flags & UART_STARTECH) { in sunsu_change_speed()944 if (type >= ARRAY_SIZE(uart_config)) in sunsu_type()946 return uart_config[type].name; in sunsu_type()1151 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in sunsu_autoconfig()