Searched refs:UTCR3_TXE (Results 1 – 6 of 6) sorted by relevance
28 if (UART(UTCR3) & UTCR3_TXE) break; in putc()30 if (UART(UTCR3) & UTCR3_TXE) break; in putc()32 if (UART(UTCR3) & UTCR3_TXE) break; in putc()
358 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro367 (UTCR3_RXE + UTCR3_TXE)
17 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro34 tst \rv, #UTCR3_TXE39 tsteq \rv, #UTCR3_TXE44 tsteq \rv, #UTCR3_TXE
383 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()730 UTCR3_TXE); in sa1100_console_write()754 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); in sa1100_console_get_options()755 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { in sa1100_console_get_options()
334 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()460 val &= ~(UTCR3_TXE | UTCR3_TIE); /* disable transmit interrupt */ in micro_remove()
247 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_sirtxdma_irq()277 Ser2UTCR3 = UTCR3_TXE; in sa1100_irda_sir_tx_start()574 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; in sa1100_irda_set_speed()