Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsirfsoc_uart.c231 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma()
238 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma()
275 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_start_tx()
503 wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_isr()
827 (txfifo_op_reg & ~SIRFUART_FIFO_START)); in sirfsoc_uart_set_termios()
878 txfifo_op_reg |= SIRFUART_FIFO_START; in sirfsoc_uart_set_termios()
980 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