Searched refs:UART_USR_TXRDY (Results 1 – 3 of 3) sorted by relevance
102 while (!(readb(&uart->usr) & UART_USR_TXRDY)) in mcf_serial_putc()172 if (!(readb(&uart->usr) & UART_USR_TXRDY)) in coldfire_serial_putc()210 return readb(&uart->usr) & UART_USR_TXRDY ? 0 : 1; in coldfire_serial_pending()
88 #define UART_USR_TXRDY (0x04) macro
150 if (readb(&uart->usr) & UART_USR_TXRDY) in astro_put_char()