Home
last modified time | relevance | path

Searched refs:UTSR1_ROR (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()
204 if (status & UTSR1_TO_SM(UTSR1_ROR)) in sa1100_rx_chars()
220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
429 sport->port.read_status_mask |= UTSR1_TO_SM(UTSR1_ROR); in sa1100_set_termios()
453 UTSR1_TO_SM(UTSR1_ROR); in sa1100_set_termios()
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c177 else if (status & UTSR1_ROR) in micro_rx_chars()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c916 #define UTSR1_ROR (1 << 5) /* Receive Over Run */ macro
970 s->utsr1 |= UTSR1_ROR; in strongarm_uart_update_status()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h399 #define UTSR1_ROR 0x00000020 /* Receive FIFO Over-Run (read) */ macro
/openbmc/u-boot/include/
H A DSA-1100.h613 #define UTSR1_ROR 0x00000020 /* Receive FIFO Over-Run (read) */ macro