Home
last modified time | relevance | path

Searched defs:UARTLSR_RDR (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware/include/drivers/ti/uart/
H A Duart_16550.h72 #define UARTLSR_RDR (1 << UARTLSR_RDR_BIT) /* Rx Data Ready */ macro
/arm-trusted-firmware/drivers/nxp/console/
H A D16550_console.S62 #define UARTLSR_RDR (1 << 2) /* Rx Data Ready */ macro