Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dipaq-micro.c340 if (status & (UTSR0_RID | UTSR0_RFS)) { in micro_serial_isr()
358 (status & (UTSR0_RFS | UTSR0_RID))); in micro_serial_isr()
/linux-6.1.9/drivers/tty/serial/
Dsa1100.c279 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()
303 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h387 #define UTSR0_RFS 0x00000002 /* Receive FIFO 1/3-to-2/3-full or */ macro