Searched defs:UART_RX_DATA (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ | ||
H A D | apbuart.h | 62 #define UART_RX_DATA(s) (((s) & UART_STATUS_DR) != 0) macro |
H A D | amba-pl010.c | 42 #define UART_RX_DATA(s) (((s) & UART01x_FR_RXFE) == 0) macro |