Searched refs:UTCR3_TXE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 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()
|
H A D | SA-1100.h | 359 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro 368 (UTCR3_RXE + UTCR3_TXE)
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 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()
|
H A D | SA-1100.h | 359 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ macro 368 (UTCR3_RXE + UTCR3_TXE)
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | sa1100.S | 13 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ define 30 tst \rv, #UTCR3_TXE 35 tsteq \rv, #UTCR3_TXE 40 tsteq \rv, #UTCR3_TXE
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | sa1100.S | 13 #define UTCR3_TXE 0x00000002 /* Transmit Enable */ define 30 tst \rv, #UTCR3_TXE 35 tsteq \rv, #UTCR3_TXE 40 tsteq \rv, #UTCR3_TXE
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sa1100.c | 379 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup() 724 UTCR3_TXE); in sa1100_console_write() 748 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); in sa1100_console_get_options() 749 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { in sa1100_console_get_options()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sa1100.c | 352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup() 697 UTCR3_TXE); in sa1100_console_write() 721 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); in sa1100_console_get_options() 722 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { in sa1100_console_get_options()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ipaq-micro.c | 326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ipaq-micro.c | 321 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
|
Completed in 14 milliseconds