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