Searched refs:sirfsoc_tx_fifo_op (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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 | 236 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP); in sirfsoc_uart_tx_with_dma() 254 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START); in sirfsoc_uart_tx_with_dma() 257 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP); 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() 974 txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op); in sirfsoc_uart_set_termios() 976 wr_regl(port, ureg->sirfsoc_tx_fifo_op, in sirfsoc_uart_set_termios() 1024 wr_regl(port, ureg->sirfsoc_tx_fifo_op, txfifo_op_reg); in sirfsoc_uart_set_termios() 1082 wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_RESET); in sirfsoc_uart_startup() 1083 wr_regl(port, ureg->sirfsoc_tx_fifo_op, 0); in sirfsoc_uart_startup()
|