Searched refs:UTSR0_REB (Results 1 – 3 of 3) sorted by relevance
262 if (status & (UTSR0_RBB | UTSR0_REB)) in sa1100_int()263 UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB)); in sa1100_int()268 if (status & UTSR0_REB) in sa1100_int()435 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()446 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
343 if (status & (UTSR0_RBB | UTSR0_REB)) in micro_serial_isr()344 writel(status & (UTSR0_RBB | UTSR0_REB), in micro_serial_isr()
391 #define UTSR0_REB 0x00000010 /* Receive End of Break */ macro