Lines Matching refs:INTSTAT
805 if (TESTHI(DMASTAT, INTSTAT)) {
899 return TESTHI(DMASTAT, INTSTAT);
1334 if( TESTLO(DMASTAT, INTSTAT) )
1965 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) {
1971 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
1974 if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) {
2041 if(TESTLO(DMASTAT, INTSTAT) ||
2095 while(TESTLO(DMASTAT, INTSTAT) && CURRENT_SC->SCp.this_residual>0) {
2132 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
2135 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) {
2567 seq_printf(m, "INTSTAT (%s); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");