Searched refs:UTCR3_TXE (Results 1 – 5 of 5) sorted by relevance
29 if (UART(UTCR3) & UTCR3_TXE) break; in putc()31 if (UART(UTCR3) & UTCR3_TXE) break; in putc()33 if (UART(UTCR3) & UTCR3_TXE) break; in putc()
359 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro368 (UTCR3_RXE + UTCR3_TXE)
13 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro30 tst \rv, #UTCR3_TXE35 tsteq \rv, #UTCR3_TXE40 tsteq \rv, #UTCR3_TXE
377 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()722 UTCR3_TXE); in sa1100_console_write()746 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); in sa1100_console_get_options()747 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { in sa1100_console_get_options()
326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()