Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-sa1100/include/mach/
Duncompress.h29 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()
DSA-1100.h359 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
368 (UTCR3_RXE + UTCR3_TXE)
/linux-5.19.10/arch/arm/include/debug/
Dsa1100.S13 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro
30 tst \rv, #UTCR3_TXE
35 tsteq \rv, #UTCR3_TXE
40 tsteq \rv, #UTCR3_TXE
/linux-5.19.10/drivers/tty/serial/
Dsa1100.c377 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()
/linux-5.19.10/drivers/mfd/
Dipaq-micro.c326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()