Searched refs:TUVF (Results 1 – 5 of 5) 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()738 status & TUVF ? " TUVF" : "", 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()
115 while (!(status & TUVF) && ++count < 10000) { in snd_ad73311_configure()
164 #define TUVF 0x0010 /* TX Underflow Status */ macro
197 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()200 (stat & TUVF) ? "TX underflow" : "", in sport_uart_err_irq()
39 # define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */