Searched refs:UTSR0_RFS (Results 1 – 4 of 4) sorted by relevance
348 if (status & (UTSR0_RID | UTSR0_RFS)) { in micro_serial_isr()366 (status & (UTSR0_RFS | UTSR0_RID))); in micro_serial_isr()
315 if (status & UTSR0_RFS) { in sa1100_irda_sir_irq()325 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_irda_sir_irq()
295 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()319 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
386 #define UTSR0_RFS 0x00000002 /* Receive FIFO 1/3-to-2/3-full or */ macro