Home
last modified time | relevance | path

Searched refs:UTCR3_RXE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/tty/serial/
Dsa1100.c377 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()
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-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h358 #define UTCR3_RXE 0x00000001 /* Receive Enable */ macro
368 (UTCR3_RXE + UTCR3_TXE)
/linux-6.1.9/drivers/mfd/
Dipaq-micro.c326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()