Home
last modified time | relevance | path

Searched refs:UTCR3_TIE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dipaq-micro.c59 val |= UTCR3_TIE; in ipaq_micro_trigger_tx()
297 val &= ~UTCR3_TIE; in micro_tx_chars()
331 val &= ~UTCR3_TIE; in micro_reset_comm()
/Linux-v4.19/drivers/tty/serial/
Dsa1100.c137 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_TIE); in sa1100_stop_tx()
152 UART_PUT_UTCR3(sport, utcr3 | UTCR3_TIE); in sa1100_start_tx()
483 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
714 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/
DSA-1100.h363 #define UTCR3_TIE 0x00000010 /* Transmit FIFO 1/2-full or less */ macro