Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/serial/
Dsa1100.c198 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()
201 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()
210 else if (status & UTSR1_TO_SM(UTSR1_FRE)) in sa1100_rx_chars()
457 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
468 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
/linux-6.1.9/drivers/mfd/
Dipaq-micro.c180 else if (status & UTSR1_FRE) in micro_rx_chars()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h398 #define UTSR1_FRE 0x00000010 /* receive FRaming Error (read) */ macro