Searched refs:TUVF (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-sport.c635 if (status & (TOVF|TUVF|ROVF|RUVF))
636 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF));
735 if (status & (TOVF|TUVF|ROVF|RUVF)) {
738 status & TUVF ? " TUVF" : "",
741 if (status & TOVF || status & TUVF) {
758 if (status & (TOVF|TUVF|ROVF|RUVF))
759 sport->regs->stat = (status & (TOVF|TUVF|ROVF|RUVF));
H A Dbf5xx-ad73311.c116 /* When TUVF is set, the data is already send out */
117 while (!(status & TUVF) && ++count < 10000) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h164 #define TUVF 0x0010 /* TX Underflow Status */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_sport_uart.c192 if (stat & (TOVF | TUVF | RUVF)) {
195 (stat & TUVF) ? "TX underflow" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dints-priority.c38 # define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */

Completed in 117 milliseconds