Searched refs:TOVF (Results 1 – 5 of 5) sorted by relevance
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()740 status & TOVF ? " TOVF" : "", in err_handler()744 if (status & TOVF || status & TUVF) { 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()
112 #define TOVF 0x0020 /* TX Overflow Status */ macro
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()328 status & TOVF ? " TOVF" : "", in sport_err_handler()
199 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()201 (stat & TOVF) ? "TX overflow" : "", in sport_uart_err_irq()