Searched refs:UTCR3_TIE (Results 1 – 5 of 5) sorted by relevance
56 val |= UTCR3_TIE; in ipaq_micro_trigger_tx()289 val &= ~UTCR3_TIE; in micro_tx_chars()323 val &= ~UTCR3_TIE; in micro_reset_comm()
136 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()151 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()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()
902 #define UTCR3_TIE (1 << 4) /* Tx int enable */ macro984 (s->utcr3 & UTCR3_TIE) && in strongarm_uart_update_int_status()
363 #define UTCR3_TIE 0x00000010 /* Transmit FIFO 1/2-full or less */ macro
577 #define UTCR3_TIE 0x00000010 /* Transmit FIFO 1/2-full or less */ macro