Home
last modified time | relevance | path

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

/u-boot/board/astro/mcf5373l/
A Dmcf5373l.c167 return readb(&uart->usr) & UART_USR_RXRDY; in astro_is_char()
175 while (!(readb(&uart->usr) & UART_USR_RXRDY)) ; in astro_get_char()
/u-boot/drivers/serial/
A Dserial_mcf.c115 if (!(readb(&uart->usr) & UART_USR_RXRDY)) in coldfire_serial_getc()
137 return readb(&uart->usr) & UART_USR_RXRDY ? 1 : 0; in coldfire_serial_pending()
/u-boot/arch/m68k/include/asm/
A Duart.h86 #define UART_USR_RXRDY (0x01) macro

Completed in 6 milliseconds