INTSTAT           820 drivers/net/ethernet/smsc/epic100.c 		   er32(COMMAND), er32(GENCTL), er32(INTSTAT));
INTSTAT           855 drivers/net/ethernet/smsc/epic100.c 			   er32(INTMASK), er32(INTSTAT), er32(RxSTAT));
INTSTAT          1069 drivers/net/ethernet/smsc/epic100.c 	status = er32(INTSTAT);
INTSTAT          1071 drivers/net/ethernet/smsc/epic100.c 	ew32(INTSTAT, status & EpicNormalEvent);
INTSTAT          1075 drivers/net/ethernet/smsc/epic100.c 			   status, er32(INTSTAT));
INTSTAT          1118 drivers/net/ethernet/smsc/epic100.c 		ew32(INTSTAT, status & 0x7f18);
INTSTAT          1230 drivers/net/ethernet/smsc/epic100.c 	status = er32(INTSTAT);
INTSTAT          1258 drivers/net/ethernet/smsc/epic100.c 		ew32(INTSTAT, EpicNapiEvent);
INTSTAT          1279 drivers/net/ethernet/smsc/epic100.c 			   er32(INTSTAT));
INTSTAT           805 drivers/scsi/aha152x.c 		if (TESTHI(DMASTAT, INTSTAT)) {
INTSTAT           899 drivers/scsi/aha152x.c 	return TESTHI(DMASTAT, INTSTAT);
INTSTAT          1334 drivers/scsi/aha152x.c 	if( TESTLO(DMASTAT, INTSTAT) )
INTSTAT          1965 drivers/scsi/aha152x.c 	while(TESTLO(DMASTAT, INTSTAT) || TESTLO(DMASTAT, DFIFOEMP) || TESTLO(SSTAT2, SEMPTY)) {
INTSTAT          1971 drivers/scsi/aha152x.c 		while(TESTLO(DMASTAT, DFIFOFULL|INTSTAT) && time_before(jiffies,the_time))
INTSTAT          1974 drivers/scsi/aha152x.c 		if(TESTLO(DMASTAT, DFIFOFULL|INTSTAT)) {
INTSTAT          2042 drivers/scsi/aha152x.c 	if(TESTLO(DMASTAT, INTSTAT) ||
INTSTAT          2096 drivers/scsi/aha152x.c 	while(TESTLO(DMASTAT, INTSTAT) && CURRENT_SC->SCp.this_residual>0) {
INTSTAT          2133 drivers/scsi/aha152x.c 		while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT) && time_before(jiffies,the_time))
INTSTAT          2136 drivers/scsi/aha152x.c 		if(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) {
INTSTAT          2568 drivers/scsi/aha152x.c 	seq_printf(m, "INTSTAT (%s); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
INTSTAT           398 drivers/scsi/aic7xxx/aic79xx_core.c 	if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0)
INTSTAT           969 drivers/scsi/aic7xxx/aic79xx_core.c 		intstat = ahd_inb(ahd, INTSTAT);
INTSTAT          7886 drivers/scsi/aic7xxx/aic79xx_core.c 		intstat = ahd_inb(ahd, INTSTAT);
INTSTAT          7889 drivers/scsi/aic7xxx/aic79xx_core.c 			intstat = ahd_inb(ahd, INTSTAT);
INTSTAT          7899 drivers/scsi/aic7xxx/aic79xx_core.c 		      ahd_inb(ahd, INTSTAT));
INTSTAT          9712 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50);
INTSTAT           492 drivers/scsi/aic7xxx/aic79xx_osm.h 	ahd_inb(ahd, INTSTAT);
INTSTAT           473 drivers/scsi/aic7xxx/aic79xx_pci.c 	if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
INTSTAT           483 drivers/scsi/aic7xxx/aic79xx_pci.c 	if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
INTSTAT           792 drivers/scsi/aic7xxx/aic79xx_pci.c 	intstat = ahd_inb(ahd, INTSTAT);
INTSTAT           359 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
INTSTAT           746 drivers/scsi/aic7xxx/aic7xxx_core.c 		intstat = ahc_inb(ahc, INTSTAT);
INTSTAT          5604 drivers/scsi/aic7xxx/aic7xxx_core.c 		intstat = ahc_inb(ahc, INTSTAT);
INTSTAT          5607 drivers/scsi/aic7xxx/aic7xxx_core.c 			intstat = ahc_inb(ahc, INTSTAT);
INTSTAT          5615 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, INTSTAT));
INTSTAT           509 drivers/scsi/aic7xxx/aic7xxx_osm.h 	ahc_inb(ahc, INTSTAT);
INTSTAT          1104 drivers/scsi/aic7xxx/aic7xxx_pci.c 	if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
INTSTAT          1116 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
INTSTAT           455 sound/pci/ice1712/ice1712.c 			pbkstatus = inw(ICEDS(ice, INTSTAT));
INTSTAT           463 sound/pci/ice1712/ice1712.c 				outw(3 << (idx * 2), ICEDS(ice, INTSTAT));