Searched refs:RUVF (Results 1 – 5 of 5) sorted by relevance
108 #define RUVF 0x0002 /* RX Underflow 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()743 status & RUVF ? " RUVF" : ""); 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 */
320 status = bfin_read(&drv_data->regs->stat) & (TOVF | TUVF | ROVF | RUVF); in sport_err_handler()331 status & RUVF ? " RUVF" : ""); in sport_err_handler()
199 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()203 (stat & RUVF) ? "RX underflow" : ""); in sport_uart_err_irq()