Searched refs:sirfsoc_tx_fifo_op (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/tty/serial/ |
D | sirfsoc_uart.h | 28 u32 sirfsoc_tx_fifo_op; member 138 .sirfsoc_tx_fifo_op = 0x0110, 202 .sirfsoc_tx_fifo_op = 0x0110,
|
D | sirfsoc_uart.c | 212 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP); in sirfsoc_uart_tx_with_dma() 230 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma() 233 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP); in sirfsoc_uart_tx_with_dma() 237 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma() 272 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP); in sirfsoc_uart_start_tx() 274 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_start_tx() 824 txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op); in sirfsoc_uart_set_termios() 825 wr_regl(port, ureg->sirfsoc_tx_fifo_op, in sirfsoc_uart_set_termios() 878 wr_regl(port, ureg->sirfsoc_tx_fifo_op, txfifo_op_reg); in sirfsoc_uart_set_termios() 929 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_RESET); in sirfsoc_uart_startup()
|