Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c335 if (status & (UTSR0_RID | UTSR0_RFS)) { in micro_serial_isr()
353 (status & (UTSR0_RFS | UTSR0_RID))); in micro_serial_isr()
/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c254 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()
278 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c906 #define UTSR0_RFS (1 << 1) /* Rx FIFO nearly full */ macro
992 utsr0 |= UTSR0_RFS; in strongarm_uart_update_int_status()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h387 #define UTSR0_RFS 0x00000002 /* Receive FIFO 1/3-to-2/3-full or */ macro
/openbmc/u-boot/include/
H A DSA-1100.h601 #define UTSR0_RFS 0x00000002 /* Receive FIFO 1/3-to-2/3-full or */ macro