Home
last modified time | relevance | path

Searched refs:UTSR0_TFS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A 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()
279 status &= SM_TO_UTSR0(sport->port.read_status_mask) | ~UTSR0_TFS; in sa1100_int()
298 if (status & UTSR0_TFS) in sa1100_int()
304 ~UTSR0_TFS; in sa1100_int()
305 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
455 sport->port.read_status_mask &= UTSR0_TO_SM(UTSR0_TFS); in sa1100_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A 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()
252 status &= SM_TO_UTSR0(sport->port.read_status_mask) | ~UTSR0_TFS; in sa1100_int()
271 if (status & UTSR0_TFS) in sa1100_int()
277 ~UTSR0_TFS; in sa1100_int()
278 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
428 sport->port.read_status_mask &= UTSR0_TO_SM(UTSR0_TFS); in sa1100_set_termios()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dipaq-micro.c352 if (status & UTSR0_TFS) in micro_serial_isr()
357 } while (((tx->index < tx->len) && (status & UTSR0_TFS)) || in micro_serial_isr()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dipaq-micro.c347 if (status & UTSR0_TFS) in micro_serial_isr()
352 } while (((tx->index < tx->len) && (status & UTSR0_TFS)) || in micro_serial_isr()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h385 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h385 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro

Completed in 14 milliseconds