Home
last modified time | relevance | path

Searched refs:UARTFCR_RXCLR (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/drivers/marvell/uart/
Da3700_console.h35 #define UARTFCR_RXCLR (1 << 1) /* Clear contents of Rx FIFO */ macro
/trusted-firmware-a-latest/include/drivers/ti/uart/
Duart_16550.h46 #define UARTFCR_RXCLR (1 << 1) /* Clear contents of Rx FIFO */ macro
/trusted-firmware-a-latest/drivers/nxp/console/
D16550_console.S36 #define UARTFCR_RXCLR (1 << 1) /* Clear contents of Rx FIFO */ macro
123 mov w3, #(UARTFCR_FIFOEN |UARTFCR_TXCLR | UARTFCR_RXCLR)