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