Searched refs:uart_type (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sirfsoc_uart.c | 82 if (sirfport->uart_reg->uart_type == SIRF_REAL_UART) { in sirfsoc_uart_get_mctrl() 109 if (sirfport->uart_reg->uart_type == SIRF_REAL_UART) in sirfsoc_uart_set_mctrl() 118 if (sirfport->uart_reg->uart_type == SIRF_REAL_UART) in sirfsoc_uart_set_mctrl() 130 if (sirfport->uart_reg->uart_type == SIRF_REAL_UART) { in sirfsoc_uart_set_mctrl() 162 if (sirfport->uart_reg->uart_type == SIRF_USP_UART) in sirfsoc_uart_stop_tx() 269 if (sirfport->uart_reg->uart_type == SIRF_USP_UART) in sirfsoc_uart_start_tx() 297 sirfport->uart_reg->uart_type) | in sirfsoc_uart_stop_rx() 302 sirfport->uart_reg->uart_type)| in sirfsoc_uart_stop_rx() 310 sirfport->uart_reg->uart_type))); in sirfsoc_uart_stop_rx() 314 sirfport->uart_reg->uart_type)); in sirfsoc_uart_stop_rx() [all...] |
H A D | sirfsoc_uart.h | 105 enum sirfsoc_uart_type uart_type; member 338 #define SIRFUART_ERR_INT_STAT(unit_st, uart_type) \ 342 ((uart_type != SIRF_REAL_UART) ? \ 344 #define SIRFUART_RX_IO_INT_EN(uint_en, uart_type) \ 351 ((uart_type != SIRF_REAL_UART) ? \ 359 #define SIRFUART_RX_DMA_INT_EN(uint_en, uart_type) \ 363 ((uart_type != SIRF_REAL_UART) ? \
|
H A D | serial_core.c | 1877 static const char *uart_type(struct uart_port *port) in uart_type() function 1909 uport->line, uart_type(uport), in uart_line_info() 2415 address, port->irq, port->uartclk / 16, uart_type(port)); in uart_report_port()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | mxser.c | 270 int uart_type; member 2403 info->type = brd->uart_type; in mxser_initbrd() 2531 brd->uart_type = PORT_16550A; in mxser_get_ISA_conf() 2533 brd->uart_type = PORT_16450; in mxser_get_ISA_conf() 2612 brd->uart_type = PORT_16550A; in mxser_probe()
|
/kernel/linux/linux-5.10/include/pcmcia/ |
H A D | cistpl.h | 207 u_char uart_type; member
|
/kernel/linux/linux-6.6/include/pcmcia/ |
H A D | cistpl.h | 207 u_char uart_type; member
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 2003 static const char *uart_type(struct uart_port *port) in uart_type() function 2035 uport->line, uart_type(uport), in uart_line_info() 2570 address, port->irq, port->uartclk / 16, uart_type(port)); in uart_report_port()
|
Completed in 21 milliseconds