Home
last modified time | relevance | path

Searched refs:UNDERRUN (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/
Dsis900.h203 ABORT = 0x04000000, UNDERRUN = 0x02000000, NOCARRIER = 0x01000000, enumerator
Dsis900.c1885 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) { in sis900_finish_xmit()
1892 if (tx_status & UNDERRUN) in sis900_finish_xmit()
/linux-2.6.39/sound/atmel/
Dabdac.c288 if (status & DAC_BIT(UNDERRUN)) { in abdac_interrupt()
290 dac_writel(dac, INT_CLR, DAC_BIT(UNDERRUN)); in abdac_interrupt()
/linux-2.6.39/Documentation/scsi/
DChangeLog.sym53c8xx323 - Check against data OVERRUN/UNDERRUN condition at the end of a data
325 or the SODL is full (UNDERRUN in DATA out phase).