Searched refs:UTSR0_RID (Results 1 – 3 of 3) sorted by relevance
343 if (status & (UTSR0_RID | UTSR0_RFS)) { in micro_serial_isr()344 if (status & UTSR0_RID) in micro_serial_isr()346 writel(UTSR0_RID, micro->base + UTSR0); in micro_serial_isr()361 (status & (UTSR0_RFS | UTSR0_RID))); in micro_serial_isr()
282 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()284 if (status & UTSR0_RID) in sa1100_int()285 UART_PUT_UTSR0(sport, UTSR0_RID); in sa1100_int()306 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
389 #define UTSR0_RID 0x00000004 /* Receiver IDle */ macro