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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dbfin_sport.h164 #define TUVF 0x0010 /* TX Underflow Status */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sport.h164 #define TUVF 0x0010 /* TX Underflow Status */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dbfin_sport_uart.c192 if (stat & (TOVF | TUVF | RUVF)) {
195 (stat & TUVF) ? "TX underflow" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dbfin_sport_uart.c192 if (stat & (TOVF | TUVF | RUVF)) {
195 (stat & TUVF) ? "TX underflow" : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-common/
H A Dints-priority.c38 # define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 213 milliseconds