Searched refs:TOVF (Results 1 – 4 of 4) sorted by relevance
635 if (status & (TOVF|TUVF|ROVF|RUVF)) in sport_check_status()636 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF)); in sport_check_status()735 if (status & (TOVF|TUVF|ROVF|RUVF)) { in err_handler()737 status & TOVF ? " TOVF" : "", in err_handler()741 if (status & TOVF || status & TUVF) { in err_handler()758 if (status & (TOVF|TUVF|ROVF|RUVF)) in err_handler()759 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF)); in err_handler()
165 #define TOVF 0x0020 /* TX Overflow Status */ macro
197 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()199 (stat & TOVF) ? "TX overflow" : "", in sport_uart_err_irq()
39 # define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */