ahc_inb           156 drivers/scsi/aic7xxx/aic7770.c 	intdef = ahc_inb(ahc, INTDEF);
ahc_inb           181 drivers/scsi/aic7xxx/aic7770.c 		biosctrl = ahc_inb(ahc, HA_274_BIOSCTRL);
ahc_inb           182 drivers/scsi/aic7xxx/aic7770.c 		scsiconf = ahc_inb(ahc, SCSICONF);
ahc_inb           183 drivers/scsi/aic7xxx/aic7770.c 		scsiconf1 = ahc_inb(ahc, SCSICONF + 1);
ahc_inb           205 drivers/scsi/aic7xxx/aic7770.c 		if ((ahc_inb(ahc, HA_274_BIOSGLOBAL) & HA_274_EXTENDED_TRANS))
ahc_inb           225 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
ahc_inb           228 drivers/scsi/aic7xxx/aic7770.c 	hostconf = ahc_inb(ahc, HOSTCONF);
ahc_inb           260 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
ahc_inb            84 drivers/scsi/aic7xxx/aic7xxx_93cx6.h 	ahc_inb(sd->sd_ahc, sd->sd_control_offset)
ahc_inb            92 drivers/scsi/aic7xxx/aic7xxx_93cx6.h 	ahc_inb(sd->sd_ahc, sd->sd_status_offset)
ahc_inb            94 drivers/scsi/aic7xxx/aic7xxx_93cx6.h 	ahc_inb(sd->sd_ahc, sd->sd_dataout_offset)
ahc_inb           311 drivers/scsi/aic7xxx/aic7xxx_core.c 		(void)ahc_inb(ahc, CCSCBCTL);
ahc_inb           321 drivers/scsi/aic7xxx/aic7xxx_core.c 	return ((ahc_inb(ahc, HCNTRL) & PAUSE) != 0);
ahc_inb           359 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((ahc_inb(ahc, INTSTAT) & (SCSIINT | SEQINT | BRKADRINT)) == 0)
ahc_inb           461 drivers/scsi/aic7xxx/aic7xxx_core.c 	uint16_t r = ahc_inb(ahc, port+1) << 8;
ahc_inb           462 drivers/scsi/aic7xxx/aic7xxx_core.c 	return r | ahc_inb(ahc, port);
ahc_inb           475 drivers/scsi/aic7xxx/aic7xxx_core.c 	return ((ahc_inb(ahc, port))
ahc_inb           476 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+1) << 8)
ahc_inb           477 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+2) << 16)
ahc_inb           478 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+3) << 24));
ahc_inb           493 drivers/scsi/aic7xxx/aic7xxx_core.c 	return ((ahc_inb(ahc, port))
ahc_inb           494 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+1) << 8)
ahc_inb           495 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+2) << 16)
ahc_inb           496 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, port+3) << 24)
ahc_inb           497 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (((uint64_t)ahc_inb(ahc, port+4)) << 32)
ahc_inb           498 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (((uint64_t)ahc_inb(ahc, port+5)) << 40)
ahc_inb           499 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (((uint64_t)ahc_inb(ahc, port+6)) << 48)
ahc_inb           500 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (((uint64_t)ahc_inb(ahc, port+7)) << 56));
ahc_inb           746 drivers/scsi/aic7xxx/aic7xxx_core.c 		intstat = ahc_inb(ahc, INTSTAT);
ahc_inb           754 drivers/scsi/aic7xxx/aic7xxx_core.c 			 && (ahc_inb(ahc, ERROR) & PCIERRSTAT) != 0)
ahc_inb           819 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
ahc_inb           835 drivers/scsi/aic7xxx/aic7xxx_core.c 		 ahc_inb(ahc, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
ahc_inb           847 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
ahc_inb           850 drivers/scsi/aic7xxx/aic7xxx_core.c 			 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
ahc_inb           868 drivers/scsi/aic7xxx/aic7xxx_core.c 	sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb           957 drivers/scsi/aic7xxx/aic7xxx_core.c 	error = ahc_inb(ahc, ERROR);
ahc_inb           962 drivers/scsi/aic7xxx/aic7xxx_core.c 	       ahc_inb(ahc, SEQADDR0) |
ahc_inb           963 drivers/scsi/aic7xxx/aic7xxx_core.c 	       (ahc_inb(ahc, SEQADDR1) << 8));
ahc_inb          1013 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          1156 drivers/scsi/aic7xxx/aic7xxx_core.c 			 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
ahc_inb          1163 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
ahc_inb          1164 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM));
ahc_inb          1167 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
ahc_inb          1169 drivers/scsi/aic7xxx/aic7xxx_core.c 			    BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID),
ahc_inb          1170 drivers/scsi/aic7xxx/aic7xxx_core.c 				      ahc_inb(ahc, SAVED_LUN))),
ahc_inb          1171 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SINDEX));
ahc_inb          1174 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
ahc_inb          1175 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
ahc_inb          1176 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCB_CONTROL));
ahc_inb          1178 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
ahc_inb          1179 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0));
ahc_inb          1180 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk("SEQCTL == 0x%x\n", ahc_inb(ahc, SEQCTL));
ahc_inb          1192 drivers/scsi/aic7xxx/aic7xxx_core.c 		u_int rejbyte = ahc_inb(ahc, ACCUM);
ahc_inb          1213 drivers/scsi/aic7xxx/aic7xxx_core.c 		lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          1217 drivers/scsi/aic7xxx/aic7xxx_core.c 		       lastphase, ahc_inb(ahc, SCSISIGI));
ahc_inb          1224 drivers/scsi/aic7xxx/aic7xxx_core.c 		lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          1228 drivers/scsi/aic7xxx/aic7xxx_core.c 		       lastphase, ahc_inb(ahc, SCSISIGI));
ahc_inb          1250 drivers/scsi/aic7xxx/aic7xxx_core.c 			bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
ahc_inb          1265 drivers/scsi/aic7xxx/aic7xxx_core.c 			scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          1315 drivers/scsi/aic7xxx/aic7xxx_core.c 		 && (ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0) {
ahc_inb          1326 drivers/scsi/aic7xxx/aic7xxx_core.c 				curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
ahc_inb          1330 drivers/scsi/aic7xxx/aic7xxx_core.c 			if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
ahc_inb          1340 drivers/scsi/aic7xxx/aic7xxx_core.c 					 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
ahc_inb          1343 drivers/scsi/aic7xxx/aic7xxx_core.c 					if ((ahc_inb(ahc, SCSISIGI)
ahc_inb          1349 drivers/scsi/aic7xxx/aic7xxx_core.c 					 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
ahc_inb          1357 drivers/scsi/aic7xxx/aic7xxx_core.c 					scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          1366 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_inb(ahc, SCSIDATL);
ahc_inb          1381 drivers/scsi/aic7xxx/aic7xxx_core.c 		u_int scbindex = ahc_inb(ahc, SCB_TAG);
ahc_inb          1382 drivers/scsi/aic7xxx/aic7xxx_core.c 		u_int lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          1397 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't",
ahc_inb          1430 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN);
ahc_inb          1432 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN);
ahc_inb          1438 drivers/scsi/aic7xxx/aic7xxx_core.c 			dscommand1 = ahc_inb(ahc, DSCOMMAND1);
ahc_inb          1452 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbindex = ahc_inb(ahc, SCB_TAG);
ahc_inb          1478 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          1480 drivers/scsi/aic7xxx/aic7xxx_core.c 		       scbptr, ahc_inb(ahc, ARG_1),
ahc_inb          1491 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
ahc_inb          1492 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, ARG_1), ahc_inb(ahc, ACCUM));
ahc_inb          1495 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
ahc_inb          1497 drivers/scsi/aic7xxx/aic7xxx_core.c 			    BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID),
ahc_inb          1498 drivers/scsi/aic7xxx/aic7xxx_core.c 				      ahc_inb(ahc, SAVED_LUN))),
ahc_inb          1499 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SINDEX),
ahc_inb          1500 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, ACCUM));
ahc_inb          1503 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
ahc_inb          1504 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
ahc_inb          1505 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCB_CONTROL));
ahc_inb          1507 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
ahc_inb          1515 drivers/scsi/aic7xxx/aic7xxx_core.c 		       intstat, ahc_inb(ahc, SCSISIGI));
ahc_inb          1538 drivers/scsi/aic7xxx/aic7xxx_core.c 	 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
ahc_inb          1545 drivers/scsi/aic7xxx/aic7xxx_core.c 		status0 = ahc_inb(ahc, SSTAT0) & IOERR;
ahc_inb          1548 drivers/scsi/aic7xxx/aic7xxx_core.c 	status = ahc_inb(ahc, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
ahc_inb          1552 drivers/scsi/aic7xxx/aic7xxx_core.c 		 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
ahc_inb          1553 drivers/scsi/aic7xxx/aic7xxx_core.c 			status = ahc_inb(ahc, SSTAT1)
ahc_inb          1568 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          1571 drivers/scsi/aic7xxx/aic7xxx_core.c 	 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0)
ahc_inb          1578 drivers/scsi/aic7xxx/aic7xxx_core.c 		now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
ahc_inb          1598 drivers/scsi/aic7xxx/aic7xxx_core.c 		 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
ahc_inb          1621 drivers/scsi/aic7xxx/aic7xxx_core.c 		lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          1622 drivers/scsi/aic7xxx/aic7xxx_core.c 		curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
ahc_inb          1623 drivers/scsi/aic7xxx/aic7xxx_core.c 		sstat2 = ahc_inb(ahc, SSTAT2);
ahc_inb          1636 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((ahc_inb(ahc, SSTAT1) & SCSIPERR) != 0
ahc_inb          1656 drivers/scsi/aic7xxx/aic7xxx_core.c 			       SCSIID_TARGET(ahc, ahc_inb(ahc, SAVED_SCSIID)));
ahc_inb          1657 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsirate = ahc_inb(ahc, SCSIRATE);
ahc_inb          1723 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
ahc_inb          1736 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbptr = ahc_inb(ahc, WAITING_SCBH);
ahc_inb          1738 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          1773 drivers/scsi/aic7xxx/aic7xxx_core.c 		&& (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
ahc_inb          1790 drivers/scsi/aic7xxx/aic7xxx_core.c 			 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP));
ahc_inb          1798 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
ahc_inb          1807 drivers/scsi/aic7xxx/aic7xxx_core.c 		lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          1808 drivers/scsi/aic7xxx/aic7xxx_core.c 		saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);
ahc_inb          1809 drivers/scsi/aic7xxx/aic7xxx_core.c 		saved_lun = ahc_inb(ahc, SAVED_LUN);
ahc_inb          1948 drivers/scsi/aic7xxx/aic7xxx_core.c 			       ahc_inb(ahc, SEQADDR0)
ahc_inb          1949 drivers/scsi/aic7xxx/aic7xxx_core.c 				| (ahc_inb(ahc, SEQADDR1) << 8));
ahc_inb          2000 drivers/scsi/aic7xxx/aic7xxx_core.c 		seqaddr = ahc_inb(ahc, SEQADDR0)
ahc_inb          2001 drivers/scsi/aic7xxx/aic7xxx_core.c 			| (ahc_inb(ahc, SEQADDR1) << 8);
ahc_inb          2036 drivers/scsi/aic7xxx/aic7xxx_core.c 			simode0 = ahc_inb(ahc, SIMODE0);
ahc_inb          2038 drivers/scsi/aic7xxx/aic7xxx_core.c 			simode1 = ahc_inb(ahc, SIMODE1);
ahc_inb          2217 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
ahc_inb          2218 drivers/scsi/aic7xxx/aic7xxx_core.c 		 && (ahc_inb(ahc, SSTAT2) & EXP_ACTIVE) == 0) {
ahc_inb          2562 drivers/scsi/aic7xxx/aic7xxx_core.c 				sxfrctl0 = ahc_inb(ahc, SXFRCTL0);
ahc_inb          2734 drivers/scsi/aic7xxx/aic7xxx_core.c 	saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          2742 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_tag = ahc_inb(ahc, SCB_TAG);
ahc_inb          2748 drivers/scsi/aic7xxx/aic7xxx_core.c 		control = ahc_inb(ahc, SCB_CONTROL);
ahc_inb          2769 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc_inb(ahc, SSTAT0) & TARGET)
ahc_inb          2776 drivers/scsi/aic7xxx/aic7xxx_core.c 	 && (ahc_inb(ahc, SEQ_FLAGS)
ahc_inb          2779 drivers/scsi/aic7xxx/aic7xxx_core.c 		our_id = ahc_inb(ahc, TARGIDIN) & OID;
ahc_inb          2781 drivers/scsi/aic7xxx/aic7xxx_core.c 		our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
ahc_inb          2783 drivers/scsi/aic7xxx/aic7xxx_core.c 		our_id = ahc_inb(ahc, SCSIID) & OID;
ahc_inb          2785 drivers/scsi/aic7xxx/aic7xxx_core.c 	saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);
ahc_inb          2789 drivers/scsi/aic7xxx/aic7xxx_core.c 			    ahc_inb(ahc, SAVED_LUN),
ahc_inb          2858 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsisigo |= ahc_inb(ahc, SCSISIGI);
ahc_inb          2881 drivers/scsi/aic7xxx/aic7xxx_core.c 	 && ahc_inb(ahc, MSG_OUT) == MSG_IDENTIFYFLAG) {
ahc_inb          2910 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_inb          2927 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_inb          2937 drivers/scsi/aic7xxx/aic7xxx_core.c 		      ahc_inb(ahc, MSG_OUT), scb->flags);
ahc_inb          2944 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
ahc_inb          3118 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0) {
ahc_inb          3127 drivers/scsi/aic7xxx/aic7xxx_core.c 		 ahc_inb(ahc, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
ahc_inb          3142 drivers/scsi/aic7xxx/aic7xxx_core.c 	scbid = ahc_inb(ahc, SCB_TAG);
ahc_inb          3144 drivers/scsi/aic7xxx/aic7xxx_core.c 	seq_flags = ahc_inb(ahc, SEQ_FLAGS);
ahc_inb          3145 drivers/scsi/aic7xxx/aic7xxx_core.c 	curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
ahc_inb          3146 drivers/scsi/aic7xxx/aic7xxx_core.c 	lastphase = ahc_inb(ahc, LASTPHASE);
ahc_inb          3171 drivers/scsi/aic7xxx/aic7xxx_core.c 		} else if ((ahc_inb(ahc, SCB_CONTROL) & STATUS_RCVD) == 0) {
ahc_inb          3206 drivers/scsi/aic7xxx/aic7xxx_core.c 			 ahc_inb(ahc, SCSISEQ) & ~ENSELO);
ahc_inb          3236 drivers/scsi/aic7xxx/aic7xxx_core.c 	bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
ahc_inb          3355 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL);
ahc_inb          3393 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_inb(ahc, SCSIDATL);
ahc_inb          3411 drivers/scsi/aic7xxx/aic7xxx_core.c 		if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0
ahc_inb          3429 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_inb(ahc, SCSIDATL);
ahc_inb          3431 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
ahc_inb          3438 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
ahc_inb          3446 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
ahc_inb          3459 drivers/scsi/aic7xxx/aic7xxx_core.c 		lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0;
ahc_inb          3466 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
ahc_inb          3467 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL);
ahc_inb          3495 drivers/scsi/aic7xxx/aic7xxx_core.c 					 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
ahc_inb          3507 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SXFRCTL0) | SPIOEN);
ahc_inb          3948 drivers/scsi/aic7xxx/aic7xxx_core.c 			tag = ahc_inb(ahc, INITIATOR_TAG);
ahc_inb          4014 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          4020 drivers/scsi/aic7xxx/aic7xxx_core.c 	last_msg = ahc_inb(ahc, LAST_MSG);
ahc_inb          4103 drivers/scsi/aic7xxx/aic7xxx_core.c 			 ahc_inb(ahc, SCB_CONTROL) & mask);
ahc_inb          4155 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          4161 drivers/scsi/aic7xxx/aic7xxx_core.c 	if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0
ahc_inb          4177 drivers/scsi/aic7xxx/aic7xxx_core.c 		sgptr = ahc_inb(ahc, SCB_RESIDUAL_SGPTR);
ahc_inb          4179 drivers/scsi/aic7xxx/aic7xxx_core.c 		 && (ahc_inb(ahc, SCB_LUN) & SCB_XFERLEN_ODD) != 0) {
ahc_inb          4248 drivers/scsi/aic7xxx/aic7xxx_core.c 				 ahc_inb(ahc, SCB_LUN) ^ SCB_XFERLEN_ODD);
ahc_inb          4268 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          4270 drivers/scsi/aic7xxx/aic7xxx_core.c 	sgptr = (ahc_inb(ahc, SCB_RESIDUAL_SGPTR + 3) << 24)
ahc_inb          4271 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, SCB_RESIDUAL_SGPTR + 2) << 16)
ahc_inb          4272 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, SCB_RESIDUAL_SGPTR + 1) << 8)
ahc_inb          4273 drivers/scsi/aic7xxx/aic7xxx_core.c 	      |	ahc_inb(ahc, SCB_RESIDUAL_SGPTR);
ahc_inb          4281 drivers/scsi/aic7xxx/aic7xxx_core.c 	resid = (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 2) << 16)
ahc_inb          4282 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 1) << 8)
ahc_inb          4283 drivers/scsi/aic7xxx/aic7xxx_core.c 	      | ahc_inb(ahc, SCB_RESIDUAL_DATACNT);
ahc_inb          4291 drivers/scsi/aic7xxx/aic7xxx_core.c 		dscommand1 = ahc_inb(ahc, DSCOMMAND1);
ahc_inb          4454 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc->unpause = ahc_inb(ahc, HCNTRL) & IRQMS;
ahc_inb          4598 drivers/scsi/aic7xxx/aic7xxx_core.c 		sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb          4600 drivers/scsi/aic7xxx/aic7xxx_core.c 		sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
ahc_inb          4603 drivers/scsi/aic7xxx/aic7xxx_core.c 	sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
ahc_inb          4616 drivers/scsi/aic7xxx/aic7xxx_core.c 	} while (--wait && !(ahc_inb(ahc, HCNTRL) & CHIPRSTACK));
ahc_inb          4625 drivers/scsi/aic7xxx/aic7xxx_core.c 	sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE);
ahc_inb          4657 drivers/scsi/aic7xxx/aic7xxx_core.c 		sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb          4690 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (ahc_inb(ahc, SCB_BASE) != i)
ahc_inb          4693 drivers/scsi/aic7xxx/aic7xxx_core.c 		if (ahc_inb(ahc, SCB_BASE) != 0)
ahc_inb          5086 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
ahc_inb          5089 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsi_conf = ahc_inb(ahc, SCSICONF + 1);
ahc_inb          5093 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
ahc_inb          5098 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
ahc_inb          5105 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsi_conf = ahc_inb(ahc, SCSICONF);
ahc_inb          5110 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
ahc_inb          5243 drivers/scsi/aic7xxx/aic7xxx_core.c 		     (ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
ahc_inb          5276 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk (" 0x%x", ahc_inb(ahc, i));
ahc_inb          5283 drivers/scsi/aic7xxx/aic7xxx_core.c 			printk (" 0x%x", ahc_inb(ahc, i));
ahc_inb          5417 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsi_conf = ahc_inb(ahc, SCSICONF + 1);
ahc_inb          5423 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsi_conf = ahc_inb(ahc, SCSICONF);
ahc_inb          5441 drivers/scsi/aic7xxx/aic7xxx_core.c 		discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8)
ahc_inb          5442 drivers/scsi/aic7xxx/aic7xxx_core.c 			   | ahc_inb(ahc, DISC_DSB));
ahc_inb          5444 drivers/scsi/aic7xxx/aic7xxx_core.c 			ultraenb = (ahc_inb(ahc, ULTRA_ENB + 1) << 8)
ahc_inb          5445 drivers/scsi/aic7xxx/aic7xxx_core.c 				      | ahc_inb(ahc, ULTRA_ENB);
ahc_inb          5485 drivers/scsi/aic7xxx/aic7xxx_core.c 			scsirate = ahc_inb(ahc, TARG_SCSIRATE + i);
ahc_inb          5502 drivers/scsi/aic7xxx/aic7xxx_core.c 					offset = ahc_inb(ahc, TARG_OFFSET + i);
ahc_inb          5562 drivers/scsi/aic7xxx/aic7xxx_core.c 	hcntrl = ahc_inb(ahc, HCNTRL);
ahc_inb          5603 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
ahc_inb          5604 drivers/scsi/aic7xxx/aic7xxx_core.c 		intstat = ahc_inb(ahc, INTSTAT);
ahc_inb          5607 drivers/scsi/aic7xxx/aic7xxx_core.c 			intstat = ahc_inb(ahc, INTSTAT);
ahc_inb          5612 drivers/scsi/aic7xxx/aic7xxx_core.c 	       || (ahc_inb(ahc, SSTAT0) & (SELDO|SELINGO)) != 0));
ahc_inb          5615 drivers/scsi/aic7xxx/aic7xxx_core.c 		       ahc_inb(ahc, INTSTAT));
ahc_inb          5672 drivers/scsi/aic7xxx/aic7xxx_core.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          5674 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
ahc_inb          5678 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
ahc_inb          5692 drivers/scsi/aic7xxx/aic7xxx_core.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          5710 drivers/scsi/aic7xxx/aic7xxx_core.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          5820 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinpos = ahc_inb(ahc, SNSCB_QOFF);
ahc_inb          5823 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinpos = ahc_inb(ahc, QINPOS);
ahc_inb          5847 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinstart = ahc_inb(ahc, SNSCB_QOFF);
ahc_inb          5850 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinstart = ahc_inb(ahc, QINPOS);
ahc_inb          5967 drivers/scsi/aic7xxx/aic7xxx_core.c 	curscbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          5968 drivers/scsi/aic7xxx/aic7xxx_core.c 	next = ahc_inb(ahc, WAITING_SCBH);  /* Start at head of list. */
ahc_inb          5975 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          6018 drivers/scsi/aic7xxx/aic7xxx_core.c 				next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6024 drivers/scsi/aic7xxx/aic7xxx_core.c 			next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6147 drivers/scsi/aic7xxx/aic7xxx_core.c 	next = ahc_inb(ahc, DISCONNECTED_SCBH);
ahc_inb          6152 drivers/scsi/aic7xxx/aic7xxx_core.c 		active_scb = ahc_inb(ahc, SCBPTR);
ahc_inb          6161 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          6184 drivers/scsi/aic7xxx/aic7xxx_core.c 				next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6190 drivers/scsi/aic7xxx/aic7xxx_core.c 			next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6208 drivers/scsi/aic7xxx/aic7xxx_core.c 	next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6238 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
ahc_inb          6239 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
ahc_inb          6256 drivers/scsi/aic7xxx/aic7xxx_core.c 	curscb = ahc_inb(ahc, SCBPTR);
ahc_inb          6258 drivers/scsi/aic7xxx/aic7xxx_core.c 	next = ahc_inb(ahc, SCB_NEXT);
ahc_inb          6274 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_inb          6319 drivers/scsi/aic7xxx/aic7xxx_core.c 	active_scb = ahc_inb(ahc, SCBPTR);
ahc_inb          6392 drivers/scsi/aic7xxx/aic7xxx_core.c 		scbid = ahc_inb(ahc, SCB_TAG);
ahc_inb          6435 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
ahc_inb          6436 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsiseq = ahc_inb(ahc, SCSISEQ);
ahc_inb          6446 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
ahc_inb          6498 drivers/scsi/aic7xxx/aic7xxx_core.c 	sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb          6503 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
ahc_inb          6510 drivers/scsi/aic7xxx/aic7xxx_core.c 		simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
ahc_inb          6529 drivers/scsi/aic7xxx/aic7xxx_core.c 		simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
ahc_inb          7158 drivers/scsi/aic7xxx/aic7xxx_core.c 	saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          7159 drivers/scsi/aic7xxx/aic7xxx_core.c 	last_phase = ahc_inb(ahc, LASTPHASE);
ahc_inb          7163 drivers/scsi/aic7xxx/aic7xxx_core.c 	       ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8));
ahc_inb          7167 drivers/scsi/aic7xxx/aic7xxx_core.c 	       ahc_inb(ahc, ACCUM), ahc_inb(ahc, SINDEX), ahc_inb(ahc, DINDEX),
ahc_inb          7168 drivers/scsi/aic7xxx/aic7xxx_core.c 	       ahc_inb(ahc, ARG_2));
ahc_inb          7169 drivers/scsi/aic7xxx/aic7xxx_core.c 	printk("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),
ahc_inb          7170 drivers/scsi/aic7xxx/aic7xxx_core.c 	       ahc_inb(ahc, SCBPTR));
ahc_inb          7173 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50);
ahc_inb          7174 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50);
ahc_inb          7175 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
ahc_inb          7176 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50);
ahc_inb          7177 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50);
ahc_inb          7178 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50);
ahc_inb          7179 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
ahc_inb          7180 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50);
ahc_inb          7181 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);
ahc_inb          7182 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50);
ahc_inb          7183 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);
ahc_inb          7184 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
ahc_inb          7185 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
ahc_inb          7186 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50);
ahc_inb          7187 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
ahc_inb          7188 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50);
ahc_inb          7189 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50);
ahc_inb          7190 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);
ahc_inb          7191 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_dfstatus_print(ahc_inb(ahc, DFSTATUS), &cur_col, 50);
ahc_inb          7196 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
ahc_inb          7199 drivers/scsi/aic7xxx/aic7xxx_core.c 	printk("Card NEXTQSCB = %d\n", ahc_inb(ahc, NEXT_QUEUED_SCB));
ahc_inb          7203 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinpos = ahc_inb(ahc, SNSCB_QOFF);
ahc_inb          7206 drivers/scsi/aic7xxx/aic7xxx_core.c 		qinpos = ahc_inb(ahc, QINPOS);
ahc_inb          7215 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, WAITING_SCBH);
ahc_inb          7219 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
ahc_inb          7220 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_NEXT);
ahc_inb          7225 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, DISCONNECTED_SCBH);
ahc_inb          7229 drivers/scsi/aic7xxx/aic7xxx_core.c 		printk("%d:%d ", scb_index, ahc_inb(ahc, SCB_TAG));
ahc_inb          7230 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_NEXT);
ahc_inb          7245 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_index = ahc_inb(ahc, FREE_SCBH);
ahc_inb          7250 drivers/scsi/aic7xxx/aic7xxx_core.c 		scb_index = ahc_inb(ahc, SCB_NEXT);
ahc_inb          7259 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60);
ahc_inb          7260 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_scb_scsiid_print(ahc_inb(ahc, SCB_SCSIID), &cur_col, 60);
ahc_inb          7261 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60);
ahc_inb          7262 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);
ahc_inb          7278 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL),
ahc_inb          7280 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);
ahc_inb          7555 drivers/scsi/aic7xxx/aic7xxx_core.c 				targid_mask = ahc_inb(ahc, TARGID)
ahc_inb          7556 drivers/scsi/aic7xxx/aic7xxx_core.c 					    | (ahc_inb(ahc, TARGID + 1) << 8);
ahc_inb          7579 drivers/scsi/aic7xxx/aic7xxx_core.c 					sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb          7604 drivers/scsi/aic7xxx/aic7xxx_core.c 			scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
ahc_inb          7607 drivers/scsi/aic7xxx/aic7xxx_core.c 			scsiseq = ahc_inb(ahc, SCSISEQ);
ahc_inb          7678 drivers/scsi/aic7xxx/aic7xxx_core.c 					targid_mask = ahc_inb(ahc, TARGID)
ahc_inb          7679 drivers/scsi/aic7xxx/aic7xxx_core.c 						    | (ahc_inb(ahc, TARGID + 1)
ahc_inb          7703 drivers/scsi/aic7xxx/aic7xxx_core.c 			scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
ahc_inb          7706 drivers/scsi/aic7xxx/aic7xxx_core.c 			scsiseq = ahc_inb(ahc, SCSISEQ);
ahc_inb          7747 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsiid = ahc_inb(ahc, SCSIID_ULTRA2);
ahc_inb          7749 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsiid = ahc_inb(ahc, SCSIID);
ahc_inb          7808 drivers/scsi/aic7xxx/aic7xxx_core.c 				hs_mailbox = ahc_inb(ahc, HS_MAILBOX);
ahc_inb           448 drivers/scsi/aic7xxx/aic7xxx_osm.c 		*array++ = ahc_inb(ahc, port);
ahc_inb          2189 drivers/scsi/aic7xxx/aic7xxx_osm.c 	if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
ahc_inb          2192 drivers/scsi/aic7xxx/aic7xxx_osm.c 		bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
ahc_inb          2196 drivers/scsi/aic7xxx/aic7xxx_osm.c 		      && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
ahc_inb          2197 drivers/scsi/aic7xxx/aic7xxx_osm.c 		      && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
ahc_inb          2209 drivers/scsi/aic7xxx/aic7xxx_osm.c 	last_phase = ahc_inb(ahc, LASTPHASE);
ahc_inb          2210 drivers/scsi/aic7xxx/aic7xxx_osm.c 	saved_scbptr = ahc_inb(ahc, SCBPTR);
ahc_inb          2211 drivers/scsi/aic7xxx/aic7xxx_osm.c 	active_scb_index = ahc_inb(ahc, SCB_TAG);
ahc_inb          2212 drivers/scsi/aic7xxx/aic7xxx_osm.c 	saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);
ahc_inb          2273 drivers/scsi/aic7xxx/aic7xxx_osm.c 				 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE);
ahc_inb          2527 drivers/scsi/aic7xxx/aic7xxx_osm.c 	mode = ahc_inb(ahc, SBLKCTL);
ahc_inb           370 drivers/scsi/aic7xxx/aic7xxx_osm.h uint8_t ahc_inb(struct ahc_softc * ahc, long port);
ahc_inb           509 drivers/scsi/aic7xxx/aic7xxx_osm.h 	ahc_inb(ahc, INTSTAT);
ahc_inb           786 drivers/scsi/aic7xxx/aic7xxx_pci.c 	if ((ahc_inb(ahc, HCNTRL) & POWRDN) == 0) {
ahc_inb           789 drivers/scsi/aic7xxx/aic7xxx_pci.c 			our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID;
ahc_inb           791 drivers/scsi/aic7xxx/aic7xxx_pci.c 			our_id = ahc_inb(ahc, SCSIID) & OID;
ahc_inb           792 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
ahc_inb           793 drivers/scsi/aic7xxx/aic7xxx_pci.c 		scsiseq = ahc_inb(ahc, SCSISEQ);
ahc_inb           808 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
ahc_inb           819 drivers/scsi/aic7xxx/aic7xxx_pci.c 	dscommand0 = ahc_inb(ahc, DSCOMMAND0);
ahc_inb           874 drivers/scsi/aic7xxx/aic7xxx_pci.c 	sblkctl = ahc_inb(ahc, SBLKCTL);
ahc_inb           933 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
ahc_inb           934 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
ahc_inb           938 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;
ahc_inb           940 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
ahc_inb           944 drivers/scsi/aic7xxx/aic7xxx_pci.c 		    ahc_inb(ahc, CRCCONTROL1);
ahc_inb           947 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
ahc_inb           950 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc->bus_softc.pci_softc.dff_thrsh = ahc_inb(ahc, DFF_THRSH);
ahc_inb           982 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0;
ahc_inb          1025 drivers/scsi/aic7xxx/aic7xxx_pci.c 		dscommand0 = ahc_inb(ahc, DSCOMMAND0);
ahc_inb          1104 drivers/scsi/aic7xxx/aic7xxx_pci.c 	if ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
ahc_inb          1105 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 || (ahc_inb(ahc, ERROR) & MPARERR) == 0)
ahc_inb          1116 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 && ((ahc_inb(ahc, INTSTAT) & BRKADRINT) == 0
ahc_inb          1117 drivers/scsi/aic7xxx/aic7xxx_pci.c 	  || (ahc_inb(ahc, ERROR) & MPARERR) == 0))
ahc_inb          1189 drivers/scsi/aic7xxx/aic7xxx_pci.c 	hcntrl = ahc_inb(ahc, HCNTRL);
ahc_inb          1329 drivers/scsi/aic7xxx/aic7xxx_pci.c 		if (ahc_inb(ahc, SCB_BASE) == 'A'
ahc_inb          1330 drivers/scsi/aic7xxx/aic7xxx_pci.c 		 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
ahc_inb          1331 drivers/scsi/aic7xxx/aic7xxx_pci.c 		 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
ahc_inb          1332 drivers/scsi/aic7xxx/aic7xxx_pci.c 		 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
ahc_inb          1341 drivers/scsi/aic7xxx/aic7xxx_pci.c 				*sc_data = ahc_inb(ahc, SRAM_BASE + j)
ahc_inb          1342 drivers/scsi/aic7xxx/aic7xxx_pci.c 					 | ahc_inb(ahc, SRAM_BASE + j + 1) << 8;
ahc_inb          1381 drivers/scsi/aic7xxx/aic7xxx_pci.c 		if ((ahc_inb(ahc, SPIOCAP) & SSPIOCPS) == 0)
ahc_inb          1815 drivers/scsi/aic7xxx/aic7xxx_pci.c 	spiocap = ahc_inb(ahc, SPIOCAP);
ahc_inb          1825 drivers/scsi/aic7xxx/aic7xxx_pci.c 	brdctl = ahc_inb(ahc, BRDCTL);
ahc_inb          1828 drivers/scsi/aic7xxx/aic7xxx_pci.c 	*eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0;
ahc_inb          1837 drivers/scsi/aic7xxx/aic7xxx_pci.c 	 && (ahc_inb(ahc, SPIOCAP) & SEEPROM) == 0)
ahc_inb          1915 drivers/scsi/aic7xxx/aic7xxx_pci.c 	value = ahc_inb(ahc, BRDCTL);
ahc_inb          1926 drivers/scsi/aic7xxx/aic7xxx_pci.c 	error = ahc_inb(ahc, ERROR);
ahc_inb          1935 drivers/scsi/aic7xxx/aic7xxx_pci.c 	      ahc_inb(ahc, SEQADDR0) | (ahc_inb(ahc, SEQADDR1) << 8));
ahc_inb          1994 drivers/scsi/aic7xxx/aic7xxx_pci.c 		sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE;