Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dipaq-micro.c340 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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsa1100.c281 if (status & (UTSR0_RFS | UTSR0_RID)) { in sa1100_int()
283 if (status & UTSR0_RID) in sa1100_int()
284 UART_PUT_UTSR0(sport, UTSR0_RID); in sa1100_int()
305 } while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID)); in sa1100_int()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h389 #define UTSR0_RID 0x00000004 /* Receiver IDle */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h603 #define UTSR0_RID 0x00000004 /* Receiver IDle */ macro