Home
last modified time | relevance | path

Searched refs:UTSR1_ROR (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dsa1100.c210 if (status & UTSR1_TO_SM(UTSR1_PRE | UTSR1_FRE | UTSR1_ROR)) { in sa1100_rx_chars()
215 if (status & UTSR1_TO_SM(UTSR1_ROR)) in sa1100_rx_chars()
233 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
458 sport->port.read_status_mask |= UTSR1_TO_SM(UTSR1_ROR); in sa1100_set_termios()
482 UTSR1_TO_SM(UTSR1_ROR); in sa1100_set_termios()
/linux-4.1.27/drivers/net/irda/
Dsa1100_ir.c298 if (stat & (UTSR1_FRE | UTSR1_ROR)) { in sa1100_irda_sir_irq()
302 if (stat & UTSR1_ROR) in sa1100_irda_sir_irq()
/linux-4.1.27/drivers/mfd/
Dipaq-micro.c187 else if (status & UTSR1_ROR) in micro_rx_chars()
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1100.h398 #define UTSR1_ROR 0x00000020 /* Receive FIFO Over-Run (read) */ macro