Searched refs:txfifo_op_reg (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dsirfsoc_uart.c707 unsigned long txfifo_op_reg, ioclk_rate; sirfsoc_uart_set_termios() local
825 txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op); sirfsoc_uart_set_termios()
827 (txfifo_op_reg & ~SIRFUART_FIFO_START)); sirfsoc_uart_set_termios()
878 txfifo_op_reg |= SIRFUART_FIFO_START; sirfsoc_uart_set_termios()
879 wr_regl(port, ureg->sirfsoc_tx_fifo_op, txfifo_op_reg); sirfsoc_uart_set_termios()

Completed in 49 milliseconds