Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dsa1100.c137 sport->port.read_status_mask &= ~UTSR0_TO_SM(UTSR0_TFS); in sa1100_stop_tx()
150 sport->port.read_status_mask |= UTSR0_TO_SM(UTSR0_TFS); in sa1100_start_tx()
277 status &= SM_TO_UTSR0(sport->port.read_status_mask) | ~UTSR0_TFS; in sa1100_int()
296 if (status & UTSR0_TFS) in sa1100_int()
302 ~UTSR0_TFS; in sa1100_int()
303 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
453 sport->port.read_status_mask &= UTSR0_TO_SM(UTSR0_TFS); in sa1100_set_termios()
/linux-6.1.9/drivers/mfd/
Dipaq-micro.c352 if (status & UTSR0_TFS) in micro_serial_isr()
357 } while (((tx->index < tx->len) && (status & UTSR0_TFS)) || in micro_serial_isr()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h385 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro