Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_lpuart.c17 #define US1_TDRE (1 << 7) macro
181 while (!(__raw_readb(&base->us1) & US1_TDRE)) in _lpuart_serial_putc()
480 return __raw_readb(&reg->us1) & US1_TDRE ? 0 : 1; in lpuart_serial_pending()
H A Dserial_linflexuart.c16 #define US1_TDRE (1 << 7) macro