Searched refs:UTCR3_RIE (Results 1 – 2 of 2) sorted by relevance
164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()465 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()696 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
361 #define UTCR3_RIE 0x00000008 /* Receive FIFO 1/3-to-2/3-full or */ macro