Searched refs:UTSR0_RID (Results 1 – 4 of 4) sorted by relevance
348 if (status & (UTSR0_RID | UTSR0_RFS)) { in micro_serial_isr()349 if (status & UTSR0_RID) in micro_serial_isr()351 writel(UTSR0_RID, micro->base + UTSR0); in micro_serial_isr()366 (status & (UTSR0_RFS | UTSR0_RID))); in micro_serial_isr()
246 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_sirtxdma_irq()313 Ser2UTSR0 = status & (UTSR0_RID | UTSR0_RBB | UTSR0_REB); in sa1100_irda_sir_irq()325 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_irda_sir_irq()573 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_set_speed()763 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_startup()
295 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()297 if (status & UTSR0_RID) in sa1100_int()298 UART_PUT_UTSR0(sport, UTSR0_RID); in sa1100_int()319 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
388 #define UTSR0_RID 0x00000004 /* Receiver IDle */ macro