Home
last modified time | relevance | path

Searched refs:UTSR0_REB (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()
295 if (status & UTSR0_REB) 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.h391 #define UTSR0_REB 0x00000010 /* Receive End of Break */ macro
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h605 #define UTSR0_REB 0x00000010 /* Receive End of Break */ macro