Home
last modified time | relevance | path

Searched refs:SIRFUART_FIFO_START (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/tty/serial/
Dsirfsoc_uart.c230 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()
Dsirfsoc_uart.h290 #define SIRFUART_FIFO_START BIT(1) macro