Searched refs:UTCR3_RXE (Results 1 – 4 of 4) sorted by relevance
379 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()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()
358 #define UTCR3_RXE 0x00000001 /* Receive Enable */ macro368 (UTCR3_RXE + UTCR3_TXE)
326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
572 #define UTCR3_RXE 0x00000001 /* Receive Enable */ macro582 (UTCR3_RXE + UTCR3_TXE)