Searched refs:UTCR3_TXE (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h28 if (UART(UTCR3) & UTCR3_TXE) break; putc()
30 if (UART(UTCR3) & UTCR3_TXE) break; putc()
32 if (UART(UTCR3) & UTCR3_TXE) break; putc()
H A DSA-1100.h358 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
367 (UTCR3_RXE + UTCR3_TXE)
/linux-4.4.14/arch/arm/include/debug/
H A Dsa1100.S17 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ define
34 tst \rv, #UTCR3_TXE
39 tsteq \rv, #UTCR3_TXE
44 tsteq \rv, #UTCR3_TXE
/linux-4.4.14/drivers/tty/serial/
H A Dsa1100.c383 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); sa1100_startup()
730 UTCR3_TXE); sa1100_console_write()
754 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); sa1100_console_get_options()
755 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { sa1100_console_get_options()
/linux-4.4.14/drivers/mfd/
H A Dipaq-micro.c334 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); micro_reset_comm()
/linux-4.4.14/drivers/net/irda/
H A Dsa1100_ir.c247 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; sa1100_irda_sirtxdma_irq()
277 Ser2UTCR3 = UTCR3_TXE; sa1100_irda_sir_tx_start()
574 Ser2UTCR3 = UTCR3_RIE | UTCR3_RXE | UTCR3_TXE; sa1100_irda_set_speed()

Completed in 165 milliseconds