Searched refs:UART_FCR_CLEAR_RCVR (Results 1 – 5 of 5) sorted by relevance
56 #define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */ macro142 … dw8250_write32(addr, UART_FCR, UART_FCR_EN_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT); in dw8250_write32()168 dw8250_write32(base, UART_FCR, UART_FCR_EN_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT); in dw8250_uart_configure()
42 #define UART_FCR_CLEAR_RCVR 0x02 /* Clear the RCVR FIFO */ macro
81 …serial->serial_out(serial, UART_FCR, UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_X… in dw8250_check_lcr()
220 …serial->serial_out(serial, UART_FCR, UART_FCR_ENABLE_FIFO | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_X… in serial8250_uart_configure()
49 #define UART_FCR_CLEAR_RCVR 0x02 /**< Clear the RCVR FIFO */ macro
Completed in 9 milliseconds