Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c905 #define UTSR0_TFS (1 << 0) /* Tx FIFO nearly empty */ macro
986 utsr0 |= UTSR0_TFS; in strongarm_uart_update_int_status()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h385 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro
/openbmc/u-boot/include/
H A DSA-1100.h599 #define UTSR0_TFS 0x00000001 /* Transmit FIFO 1/2-full or less */ macro