Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsa1100.c197 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()
198 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()
207 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()
448 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
459 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
/Linux-v4.19/drivers/mfd/
Dipaq-micro.c181 if (status & UTSR1_PRE) in micro_rx_chars()
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/
DSA-1100.h397 #define UTSR1_PRE 0x00000008 /* receive PaRity Error (read) */ macro