Searched refs:UART_FCR_RXSR (Results 1 – 2 of 2) sorted by relevance
118 #define UART_FCR_RXSR 0x02 /* Receiver soft reset */ macro126 UART_FCR_RXSR | \
60 com_port->fcr = (UART_FCR_FIFO_EN | UART_FCR_RXSR | UART_FCR_TXSR); in ps2ser_init()