Searched refs:UART_USR_TXRDY (Results 1 – 3 of 3) sorted by relevance
103 while (!(readb(&uart->usr) & UART_USR_TXRDY)) in mcf_serial_putc()173 if (!(readb(&uart->usr) & UART_USR_TXRDY)) in coldfire_serial_putc()211 return readb(&uart->usr) & UART_USR_TXRDY ? 0 : 1; in coldfire_serial_pending()
89 #define UART_USR_TXRDY (0x04) macro
151 if (readb(&uart->usr) & UART_USR_TXRDY) in astro_put_char()