Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
Duncompress.h28 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()
DSA-1100.h358 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
367 (UTCR3_RXE + UTCR3_TXE)
/linux-4.1.27/arch/arm/include/debug/
Dsa1100.S17 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
34 tst \rv, #UTCR3_TXE
39 tsteq \rv, #UTCR3_TXE
44 tsteq \rv, #UTCR3_TXE
/linux-4.1.27/drivers/tty/serial/
Dsa1100.c383 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()
/linux-4.1.27/drivers/mfd/
Dipaq-micro.c334 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()
/linux-4.1.27/drivers/net/irda/
Dsa1100_ir.c247 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()