Home
last modified time | relevance | path

Searched refs:RUVF (Results 1 – 4 of 4) 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()
740 status & RUVF ? " RUVF" : ""); 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()
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sport.h161 #define RUVF 0x0002 /* RX Underflow Status */ macro
/linux-2.6.39/drivers/tty/serial/
Dbfin_sport_uart.c197 if (stat & (TOVF | TUVF | RUVF)) { in sport_uart_err_irq()
201 (stat & RUVF) ? "RX 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 */