Searched refs:ROVF (Results 1 – 6 of 6) sorted by relevance
109 #define ROVF 0x0004 /* RX Overflow Status */ macro
638 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()
63 #define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */
193 if (stat & ROVF) { in sport_uart_err_irq()196 SPORT_PUT_STAT(up, ROVF); /* Clear ROVF bit */ in sport_uart_err_irq()
320 status = bfin_read(&drv_data->regs->stat) & (TOVF | TUVF | ROVF | RUVF); in sport_err_handler()330 status & ROVF ? " ROVF" : "", in sport_err_handler()
201 ROVF = 0x00000200, /* receive overflow */ enumerator