Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/blackfin/
Dbf5xx-sport.c635 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()
Dbf5xx-ad73311.c115 while (!(status & TUVF) && ++count < 10000) { in snd_ad73311_configure()
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sport.h164 #define TUVF 0x0010 /* TX Underflow Status */ macro
/linux-2.6.39/drivers/tty/serial/
Dbfin_sport_uart.c197 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()
200 (stat & TUVF) ? "TX underflow" : "", in sport_uart_err_irq()
/linux-2.6.39/arch/blackfin/mach-common/
Dints-priority.c39 # define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORT_STAT */