Searched refs:DFIFOEMP (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h237 #define DFIFOEMP 0x08 macro
H A Daha152x.c2165 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) {
2240 TESTLO(DMASTAT, DFIFOEMP) ||
2305 if(TESTLO(DMASTAT, DFIFOEMP)) {
2336 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
2339 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) {
2349 if(TESTLO(DMASTAT, DFIFOEMP)) {
2840 if (s & DFIFOEMP)
2841 printk("DFIFOEMP ");
3212 if (s & DFIFOEMP)
3213 SPRINTF("DFIFOEMP ");
[all...]

Completed in 20 milliseconds