Searched refs:SIRFUART_FIFO_START (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/tty/serial/ |
| D | sirfsoc_uart.c | 230 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma() 237 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma() 274 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_start_tx() 502 wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_isr() 826 (txfifo_op_reg & ~SIRFUART_FIFO_START)); in sirfsoc_uart_set_termios() 877 txfifo_op_reg |= SIRFUART_FIFO_START; in sirfsoc_uart_set_termios() 979 wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_startup()
|
| D | sirfsoc_uart.h | 290 #define SIRFUART_FIFO_START BIT(1) macro
|