Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsa1100.c289 if (status & (UTSR0_RBB | UTSR0_REB)) in sa1100_int()
290 UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB)); in sa1100_int()
292 if (status & UTSR0_RBB) in sa1100_int()
462 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
473 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dipaq-micro.c348 if (status & (UTSR0_RBB | UTSR0_REB)) in micro_serial_isr()
349 writel(status & (UTSR0_RBB | UTSR0_REB), in micro_serial_isr()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h390 #define UTSR0_RBB 0x00000008 /* Receive Beginning of Break */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h604 #define UTSR0_RBB 0x00000008 /* Receive Beginning of Break */ macro