Home
last modified time | relevance | path

Searched refs:HSUART_LEVEL_RX (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dlpc32xx_hsuart.c39 if (!(readl(&hsuart->level) & HSUART_LEVEL_RX)) in lpc32xx_serial_getc()
65 if (readl(&hsuart->level) & HSUART_LEVEL_RX) in lpc32xx_serial_pending()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Duart.h31 #define HSUART_LEVEL_RX (0xff << 0) macro