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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 131 milliseconds