Home
last modified time | relevance | path

Searched refs:UTSR0_REB (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/tty/serial/ !
Dsa1100.c287 if (status & (UTSR0_RBB | UTSR0_REB)) in sa1100_int()
288 UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB)); in sa1100_int()
293 if (status & UTSR0_REB) in sa1100_int()
460 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
471 UTSR0_TO_SM(UTSR0_RBB | UTSR0_REB); in sa1100_set_termios()
/linux-6.1.9/drivers/mfd/ !
Dipaq-micro.c348 if (status & (UTSR0_RBB | UTSR0_REB)) in micro_serial_isr()
349 writel(status & (UTSR0_RBB | UTSR0_REB), in micro_serial_isr()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/ !
DSA-1100.h391 #define UTSR0_REB 0x00000010 /* Receive End of Break */ macro