Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsa1100.c138 sport->port.read_status_mask &= ~UTSR0_TO_SM(UTSR0_TFS); in sa1100_stop_tx()
151 sport->port.read_status_mask |= UTSR0_TO_SM(UTSR0_TFS); in sa1100_start_tx()
280 status &= SM_TO_UTSR0(sport->port.read_status_mask) | ~UTSR0_TFS; in sa1100_int()
299 if (status & UTSR0_TFS) in sa1100_int()
305 ~UTSR0_TFS; in sa1100_int()
306 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
444 sport->port.read_status_mask &= UTSR0_TO_SM(UTSR0_TFS); in sa1100_set_termios()
/Linux-v4.19/drivers/mfd/
Dipaq-micro.c355 if (status & UTSR0_TFS) in micro_serial_isr()
360 } while (((tx->index < tx->len) && (status & UTSR0_TFS)) || in micro_serial_isr()
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/
DSA-1100.h385 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro