Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c199 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()
200 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()
209 if (status & UTSR1_TO_SM(UTSR1_PRE)) in sa1100_rx_chars()
432 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
443 UTSR1_TO_SM(UTSR1_FRE | UTSR1_PRE); in sa1100_set_termios()
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c173 if (status & UTSR1_PRE) in micro_rx_chars()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c914 #define UTSR1_PRE (1 << 3) /* Parity error */ macro
964 s->utsr1 |= UTSR1_PRE; in strongarm_uart_update_status()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h397 #define UTSR1_PRE 0x00000008 /* receive PaRity Error (read) */ macro
/openbmc/u-boot/include/
H A DSA-1100.h611 #define UTSR1_PRE 0x00000008 /* receive PaRity Error (read) */ macro