Home
last modified time | relevance | path

Searched refs:ROVF (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dbfin_sport.h109 #define ROVF 0x0004 /* RX Overflow Status */ macro
/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-sport.c638 if (status & (TOVF|TUVF|ROVF|RUVF)) in sport_check_status()
639 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF)); in sport_check_status()
738 if (status & (TOVF|TUVF|ROVF|RUVF)) { in err_handler()
742 status & ROVF ? " ROVF" : "", in err_handler()
761 if (status & (TOVF|TUVF|ROVF|RUVF)) in err_handler()
762 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF)); in err_handler()
/linux-4.1.27/arch/blackfin/mach-bf537/
Dints-priority.c63 #define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */
/linux-4.1.27/drivers/tty/serial/
Dbfin_sport_uart.c193 if (stat & ROVF) { in sport_uart_err_irq()
196 SPORT_PUT_STAT(up, ROVF); /* Clear ROVF bit */ in sport_uart_err_irq()
/linux-4.1.27/drivers/spi/
Dspi-bfin-sport.c320 status = bfin_read(&drv_data->regs->stat) & (TOVF | TUVF | ROVF | RUVF); in sport_err_handler()
330 status & ROVF ? " ROVF" : "", in sport_err_handler()
/linux-4.1.27/drivers/net/ethernet/
Dfealnx.c201 ROVF = 0x00000200, /* receive overflow */ enumerator