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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c1440 if( TESTLO(DMASTAT, INTSTAT) )
1637 if (TESTLO(SSTAT0, SELDO)) {
1682 } else if (TESTLO(SSTAT0, SELINGO)) {
1763 if(TESTLO(SSTAT0,SPIORDY)) {
1978 if(TESTLO(SSTAT0, SPIORDY)) {
2052 if(TESTLO(SSTAT0, SPIORDY)) {
2075 if(TESTLO(SSTAT0,SPIORDY)) {
2122 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT
[all...]
H A Daha152x.h293 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0) macro

Completed in 65 milliseconds