Home
last modified time | relevance | path

Searched refs:UTSR0_RID (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
H A Dsa1100.c254 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()
256 if (status & UTSR0_RID) in sa1100_int()
257 UART_PUT_UTSR0(sport, UTSR0_RID); in sa1100_int()
278 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h389 #define UTSR0_RID 0x00000004 /* Receiver IDle */ macro