Lines Matching refs:INTSTAT
824 if (TESTHI(DMASTAT, INTSTAT)) {
920 return TESTHI(DMASTAT, INTSTAT);
1362 if( TESTLO(DMASTAT, INTSTAT) )
2011 while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) {
2017 while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
2020 if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) {
2087 if(TESTLO(DMASTAT, INTSTAT) ||
2142 while (TESTLO(DMASTAT, INTSTAT) && acp->this_residual > 0) {
2178 while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
2181 if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) {
2619 seq_printf(m, "INTSTAT (%s); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");