Searched refs:UTSR0_REB (Results 1 – 4 of 4) sorted by relevance
303 if (status & (UTSR0_RBB | UTSR0_REB)) in sa1100_int()304 UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB)); in sa1100_int()309 if (status & UTSR0_REB) in sa1100_int()464 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()475 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
246 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_sirtxdma_irq()313 Ser2UTSR0 = status & (UTSR0_RID | UTSR0_RBB | UTSR0_REB); in sa1100_irda_sir_irq()573 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_set_speed()763 Ser2UTSR0 = UTSR0_REB | UTSR0_RBB | UTSR0_RID; in sa1100_irda_startup()
356 if (status & (UTSR0_RBB | UTSR0_REB)) in micro_serial_isr()357 writel(status & (UTSR0_RBB | UTSR0_REB), in micro_serial_isr()
390 #define UTSR0_REB 0x00000010 /* Receive End of Break */ macro