Searched refs:UTSR0_RBB (Results 1 – 3 of 3) sorted by relevance
295 if (status & (UTSR0_RBB | UTSR0_REB)) in sa1100_int()296 UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB)); in sa1100_int()298 if (status & UTSR0_RBB) in sa1100_int()466 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()477 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
348 if (status & (UTSR0_RBB | UTSR0_REB)) in micro_serial_isr()349 writel(status & (UTSR0_RBB | UTSR0_REB), in micro_serial_isr()
390 #define UTSR0_RBB 0x00000008 /* Receive Beginning of Break */ macro