Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtnxpuart.c262 struct uart_config { struct
584 struct uart_config uart_config; in nxp_fw_change_baudrate() local
595 nxp_cmd5.payload_len = __cpu_to_le32(sizeof(uart_config)); in nxp_fw_change_baudrate()
602 } else if (req_len == sizeof(uart_config)) { in nxp_fw_change_baudrate()
603 uart_config.clkdiv.address = __cpu_to_le32(clkdivaddr); in nxp_fw_change_baudrate()
604 uart_config.clkdiv.value = __cpu_to_le32(0x00c00000); in nxp_fw_change_baudrate()
605 uart_config.uartdiv.address = __cpu_to_le32(uartdivaddr); in nxp_fw_change_baudrate()
606 uart_config.uartdiv.value = __cpu_to_le32(1); in nxp_fw_change_baudrate()
607 uart_config in nxp_fw_change_baudrate()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_port.c59 static const struct serial8250_config uart_config[] = { variable
1304 port->fifosize = uart_config[up->port.type].fifo_size; in autoconfig()
1306 up->capabilities = uart_config[port->type].flags; in autoconfig()
1307 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()
1342 DEBUG_AUTOCONF("type=%s\n", uart_config[port->type].name); in autoconfig()
2166 port->fifosize = uart_config[port->type].fifo_size; in serial8250_do_startup()
2168 up->tx_loadsz = uart_config[port->type].tx_loadsz; in serial8250_do_startup()
2170 up->capabilities = uart_config[port->type].flags; in serial8250_do_startup()
3015 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in fcr_get_rxtrig_bytes()
3025 const struct serial8250_config *conf_type = &uart_config[u in bytes_to_fcr_rxtrig()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_port.c57 static const struct serial8250_config uart_config[] = { variable
1286 port->fifosize = uart_config[up->port.type].fifo_size; in autoconfig()
1288 up->capabilities = uart_config[port->type].flags; in autoconfig()
1289 up->tx_loadsz = uart_config[port->type].tx_loadsz; in autoconfig()
1321 DEBUG_AUTOCONF("type=%s\n", uart_config[port->type].name); in autoconfig()
2191 port->fifosize = uart_config[port->type].fifo_size; in serial8250_do_startup()
2193 up->tx_loadsz = uart_config[port->type].tx_loadsz; in serial8250_do_startup()
2195 up->capabilities = uart_config[port->type].flags; in serial8250_do_startup()
3063 const struct serial8250_config *conf_type = &uart_config[up->port.type]; in fcr_get_rxtrig_bytes()
3073 const struct serial8250_config *conf_type = &uart_config[u in bytes_to_fcr_rxtrig()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunsu.c67 static const struct serial_uart_config uart_config[] = { variable
643 if (uart_config[up->port.type].flags & UART_CLEAR_FIFO) { in sunsu_startup()
812 if (uart_config[up->port.type].flags & UART_USE_FIFO) { in sunsu_change_speed()
873 if (uart_config[up->port.type].flags & UART_STARTECH) { in sunsu_change_speed()
947 if (type >= ARRAY_SIZE(uart_config)) in sunsu_type()
949 return uart_config[type].name; in sunsu_type()
1154 up->port.fifosize = uart_config[up->port.type].dfl_xmit_fifo_size; in sunsu_autoconfig()

Completed in 13 milliseconds