Searched refs:UTCR3_TIE (Results 1 – 3 of 3) sorted by relevance
150 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()164 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()486 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()710 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
688 Ser2UTCR3 = UTCR3_TIE | UTCR3_TXE; in sa1100_irda_hard_xmit()
362 #define UTCR3_TIE 0x00000010 /* Transmit FIFO 1/2-full or less */ macro