Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsirfsoc_uart.c254 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma()
261 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma()
295 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_start_tx()
647 wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_isr()
769 wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_start_rx()
977 (txfifo_op_reg & ~SIRFUART_FIFO_START)); in sirfsoc_uart_set_termios()
1023 txfifo_op_reg |= SIRFUART_FIFO_START; in sirfsoc_uart_set_termios()
Dsirfsoc_uart.h292 #define SIRFUART_FIFO_START BIT(1) macro