ahc_outb          225 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
ahc_outb          229 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
ahc_outb          230 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
ahc_outb          251 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BCTL, ENABLE);
ahc_outb          258 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
ahc_outb          259 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
ahc_outb          260 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
ahc_outb          261 drivers/scsi/aic7xxx/aic7770.c 	ahc_outb(ahc, BCTL, ENABLE);
ahc_outb          330 drivers/scsi/aic7xxx/aic7770.c 			ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
ahc_outb          332 drivers/scsi/aic7xxx/aic7770.c 		ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
ahc_outb          333 drivers/scsi/aic7xxx/aic7770.c 		ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
ahc_outb          346 drivers/scsi/aic7xxx/aic7770.c 		ahc_outb(ahc, SCSICONF, scsi_conf);
ahc_outb           87 drivers/scsi/aic7xxx/aic7xxx_93cx6.h 	ahc_outb(sd->sd_ahc, sd->sd_control_offset, value);	\
ahc_outb          334 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNTRL, ahc->pause);
ahc_outb          360 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HCNTRL, ahc->unpause);
ahc_outb          468 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port, value & 0xFF);
ahc_outb          469 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
ahc_outb          484 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port, (value) & 0xFF);
ahc_outb          485 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
ahc_outb          486 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
ahc_outb          487 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
ahc_outb          506 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port, value & 0xFF);
ahc_outb          507 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
ahc_outb          508 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+2, (value >> 16) & 0xFF);
ahc_outb          509 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+3, (value >> 24) & 0xFF);
ahc_outb          510 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+4, (value >> 32) & 0xFF);
ahc_outb          511 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+5, (value >> 40) & 0xFF);
ahc_outb          512 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+6, (value >> 48) & 0xFF);
ahc_outb          513 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, port+7, (value >> 56) & 0xFF);
ahc_outb          636 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
ahc_outb          640 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
ahc_outb          764 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRINT, CLRCMDINT);
ahc_outb          817 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISIGO, 0);		/* De-assert BSY */
ahc_outb          818 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, MSG_OUT, MSG_NOOP);	/* No message to send */
ahc_outb          819 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
ahc_outb          820 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, LASTPHASE, P_BUSFREE);
ahc_outb          821 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SAVED_SCSIID, 0xFF);
ahc_outb          822 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SAVED_LUN, 0xFF);
ahc_outb          831 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
ahc_outb          834 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ,
ahc_outb          838 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CCSCBCNT, 0);
ahc_outb          839 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CCSGCTL, 0);
ahc_outb          840 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CCSCBCTL, 0);
ahc_outb          849 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SEQ_FLAGS2,
ahc_outb          858 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRINT, CLRSEQINT);
ahc_outb          860 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, MWI_RESIDUAL, 0);
ahc_outb          861 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQCTL, ahc->seqctl);
ahc_outb          862 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR0, 0);
ahc_outb          863 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR1, 0);
ahc_outb          869 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
ahc_outb          990 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRINT, CLRSEQINT);
ahc_outb         1002 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, RETURN_1, 0);
ahc_outb         1139 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, RETURN_1, SEND_SENSE);
ahc_outb         1155 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ,
ahc_outb         1186 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, MSG_OUT, HOST_MSG);
ahc_outb         1327 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, LASTPHASE, curphase);
ahc_outb         1328 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SCSISIGO, curphase);
ahc_outb         1339 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SXFRCTL1,
ahc_outb         1348 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SXFRCTL1,
ahc_outb         1429 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SXFRCTL0,
ahc_outb         1431 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SXFRCTL0,
ahc_outb         1439 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
ahc_outb         1440 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, HADDR, 0);
ahc_outb         1441 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, DSCOMMAND1, dscommand1);
ahc_outb         1552 drivers/scsi/aic7xxx/aic7xxx_core.c 		 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
ahc_outb         1559 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         1581 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT0, CLRIOERR);
ahc_outb         1598 drivers/scsi/aic7xxx/aic7xxx_core.c 		 	ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
ahc_outb         1624 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT1, CLRSCSIPERR);
ahc_outb         1701 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, MSG_OUT, mesg_out);
ahc_outb         1711 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         1717 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, 0);
ahc_outb         1723 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
ahc_outb         1724 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
ahc_outb         1734 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT0, CLRSELINGO);
ahc_outb         1737 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, scbptr);
ahc_outb         1770 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         1789 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ,
ahc_outb         1798 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
ahc_outb         1799 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT1, CLRBUSFREE|CLRSCSIPERR);
ahc_outb         1951 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         1956 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         2037 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SIMODE0, 0);
ahc_outb         2048 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
ahc_outb         2050 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SIMODE1, 0);
ahc_outb         2051 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         2052 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
ahc_outb         2056 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRSINT1, CLRBUSFREE);
ahc_outb         2057 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         2059 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HCNTRL, ahc->unpause);
ahc_outb         2064 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE0, simode0);
ahc_outb         2065 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, simode1);
ahc_outb         2066 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SEQCTL, ahc->seqctl);
ahc_outb         2077 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
ahc_outb         2081 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO);
ahc_outb         2083 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRINT, CLRSCSIINT);
ahc_outb         2566 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SXFRCTL0, sxfrctl0);
ahc_outb         2570 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSIRATE, scsirate);
ahc_outb         2572 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SCSIOFFSET, offset);
ahc_outb         2646 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSIRATE, scsirate);
ahc_outb         2741 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, i);
ahc_outb         2751 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_CONTROL, control);
ahc_outb         2752 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate);
ahc_outb         2753 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_SCSIOFFSET, pending_hscb->scsioffset);
ahc_outb         2755 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb         2859 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISIGO, scsisigo);
ahc_outb         2910 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_outb         2927 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_outb         2944 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
ahc_outb         3123 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT1, CLRATNO);
ahc_outb         3125 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, MSG_OUT, MSG_NOOP);
ahc_outb         3126 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQ_FLAGS2,
ahc_outb         3205 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ,
ahc_outb         3208 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, MSG_OUT, HOST_MSG);
ahc_outb         3271 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, CLRSINT1, CLRATNO);
ahc_outb         3282 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRSINT1, CLRATNO);
ahc_outb         3283 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRSINT1, CLRREQINIT);
ahc_outb         3288 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
ahc_outb         3306 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRSINT1, CLRATNO);
ahc_outb         3313 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, CLRSINT1, CLRREQINIT);
ahc_outb         3319 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
ahc_outb         3392 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, CLRSINT1, CLRREQINIT);
ahc_outb         3426 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
ahc_outb         3430 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SXFRCTL0,
ahc_outb         3437 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SXFRCTL0,
ahc_outb         3446 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
ahc_outb         3447 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
ahc_outb         3466 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
ahc_outb         3493 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
ahc_outb         3494 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, SXFRCTL0,
ahc_outb         3506 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SXFRCTL0,
ahc_outb         3518 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP);
ahc_outb         3520 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP);
ahc_outb         4102 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_CONTROL,
ahc_outb         4107 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
ahc_outb         4247 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCB_LUN,
ahc_outb         4292 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
ahc_outb         4293 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HADDR,
ahc_outb         4295 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, DSCOMMAND1, dscommand1);
ahc_outb         4297 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HADDR + 3, dataptr >> 24);
ahc_outb         4298 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HADDR + 2, dataptr >> 16);
ahc_outb         4299 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HADDR + 1, dataptr >> 8);
ahc_outb         4300 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HADDR, dataptr);
ahc_outb         4301 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNT + 2, resid >> 16);
ahc_outb         4302 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNT + 1, resid >> 8);
ahc_outb         4303 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNT, resid);
ahc_outb         4305 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, STCNT + 2, resid >> 16);
ahc_outb         4306 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, STCNT + 1, resid >> 8);
ahc_outb         4307 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, STCNT, resid);
ahc_outb         4559 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ, 0);
ahc_outb         4560 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL0, 0);
ahc_outb         4561 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, DSPCISTATUS, 0);
ahc_outb         4564 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, i, 0);
ahc_outb         4599 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
ahc_outb         4601 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
ahc_outb         4605 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
ahc_outb         4622 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNTRL, ahc->pause);
ahc_outb         4658 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
ahc_outb         4659 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
ahc_outb         4660 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
ahc_outb         4662 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
ahc_outb         4688 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, i);
ahc_outb         4689 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_BASE, i);
ahc_outb         4692 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, 0);
ahc_outb         4721 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, i);
ahc_outb         4729 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCB_BASE+j, 0xFF);
ahc_outb         4732 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_CONTROL, 0);
ahc_outb         4736 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCB_NEXT, i+1);
ahc_outb         4738 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
ahc_outb         4741 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
ahc_outb         4742 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_SCSIID, 0xFF);
ahc_outb         4743 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_LUN, 0xFF);
ahc_outb         4748 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, FREE_SCBH, 0);
ahc_outb         4751 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL);
ahc_outb         4755 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, i-1);
ahc_outb         4756 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
ahc_outb         5077 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQ_FLAGS, 0);
ahc_outb         5078 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQ_FLAGS2, 0);
ahc_outb         5086 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
ahc_outb         5088 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIID, ahc->our_id_b);
ahc_outb         5090 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
ahc_outb         5093 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
ahc_outb         5094 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
ahc_outb         5095 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
ahc_outb         5098 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
ahc_outb         5102 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
ahc_outb         5104 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIID, ahc->our_id);
ahc_outb         5106 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
ahc_outb         5110 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
ahc_outb         5111 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
ahc_outb         5112 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
ahc_outb         5138 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, TARGID, 0);
ahc_outb         5139 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, TARGID + 1, 0);
ahc_outb         5146 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
ahc_outb         5147 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
ahc_outb         5148 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
ahc_outb         5149 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
ahc_outb         5152 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
ahc_outb         5153 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
ahc_outb         5154 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
ahc_outb         5155 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
ahc_outb         5162 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE, 5);
ahc_outb         5163 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 1, 9);
ahc_outb         5164 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 2, 9);
ahc_outb         5165 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 3, 0);
ahc_outb         5166 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 4, 15);
ahc_outb         5167 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 5, 11);
ahc_outb         5168 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 6, 0);
ahc_outb         5169 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CMDSIZE_TABLE + 7, 0);
ahc_outb         5172 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HS_MAILBOX, 0);
ahc_outb         5177 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, KERNEL_TQINPOS, ahc->tqinfifonext - 1);
ahc_outb         5178 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
ahc_outb         5183 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256);
ahc_outb         5184 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
ahc_outb         5185 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
ahc_outb         5186 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SDSCB_QOFF, 0);
ahc_outb         5188 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
ahc_outb         5189 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, QINPOS, ahc->qinfifonext);
ahc_outb         5190 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
ahc_outb         5194 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
ahc_outb         5197 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
ahc_outb         5200 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, MSG_OUT, MSG_NOOP);
ahc_outb         5210 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);
ahc_outb         5218 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
ahc_outb         5291 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         5292 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, CLRINT, CLRBRKADRINT);
ahc_outb         5571 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, HCNTRL, hcntrl);
ahc_outb         5603 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
ahc_outb         5673 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
ahc_outb         5675 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb         5693 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
ahc_outb         5694 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
ahc_outb         5695 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb         5698 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
ahc_outb         5711 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
ahc_outb         5712 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
ahc_outb         5713 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb         5716 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
ahc_outb         5791 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
ahc_outb         5793 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
ahc_outb         5802 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
ahc_outb         5821 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SNSCB_QOFF, qinpos);
ahc_outb         5848 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SNSCB_QOFF, qinstart);
ahc_outb         5868 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
ahc_outb         5916 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
ahc_outb         5918 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
ahc_outb         5956 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
ahc_outb         5974 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, next);
ahc_outb         6027 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, curscbptr);
ahc_outb         6160 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, next);
ahc_outb         6194 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, active_scb);
ahc_outb         6207 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, scbptr);
ahc_outb         6210 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_CONTROL, 0);
ahc_outb         6215 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, prev);
ahc_outb         6216 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_NEXT, next);
ahc_outb         6218 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, DISCONNECTED_SCBH, next);
ahc_outb         6235 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
ahc_outb         6238 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
ahc_outb         6239 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
ahc_outb         6257 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, scbpos);
ahc_outb         6261 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCB_CONTROL, 0);
ahc_outb         6268 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, WAITING_SCBH, next); 
ahc_outb         6274 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
ahc_outb         6280 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, prev);
ahc_outb         6281 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCB_NEXT, next);
ahc_outb         6287 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, curscb);
ahc_outb         6391 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, i);
ahc_outb         6424 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, active_scb);
ahc_outb         6435 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
ahc_outb         6437 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
ahc_outb         6441 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
ahc_outb         6446 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
ahc_outb         6509 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
ahc_outb         6520 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, simode1);
ahc_outb         6524 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
ahc_outb         6525 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SBLKCTL, sblkctl);
ahc_outb         6539 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SIMODE1, simode1);
ahc_outb         6543 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
ahc_outb         6800 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
ahc_outb         6801 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR0, 0);
ahc_outb         6802 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR1, 0);
ahc_outb         6856 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
ahc_outb         6857 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR0, 0);
ahc_outb         6858 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQADDR1, 0);
ahc_outb         6915 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
ahc_outb         7204 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SNSCB_QOFF, qinpos);
ahc_outb         7218 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, scb_index);
ahc_outb         7228 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, scb_index);
ahc_outb         7248 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, scb_index);
ahc_outb         7256 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCBPTR, i);
ahc_outb         7276 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCBPTR, scb->hscb->tag);
ahc_outb         7311 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb         7559 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, TARGID, targid_mask);
ahc_outb         7560 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
ahc_outb         7591 drivers/scsi/aic7xxx/aic7xxx_core.c 						ahc_outb(ahc, SBLKCTL,
ahc_outb         7594 drivers/scsi/aic7xxx/aic7xxx_core.c 					ahc_outb(ahc, SCSIID, target);
ahc_outb         7597 drivers/scsi/aic7xxx/aic7xxx_core.c 						ahc_outb(ahc, SBLKCTL, sblkctl);
ahc_outb         7606 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
ahc_outb         7609 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSISEQ, scsiseq);
ahc_outb         7683 drivers/scsi/aic7xxx/aic7xxx_core.c 					ahc_outb(ahc, TARGID, targid_mask);
ahc_outb         7684 drivers/scsi/aic7xxx/aic7xxx_core.c 					ahc_outb(ahc, TARGID+1,
ahc_outb         7705 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
ahc_outb         7708 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc_outb(ahc, SCSISEQ, scsiseq);
ahc_outb         7764 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIID_ULTRA2, scsiid);
ahc_outb         7766 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_outb(ahc, SCSIID, scsiid);
ahc_outb         7811 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, HS_MAILBOX, hs_mailbox);
ahc_outb         7815 drivers/scsi/aic7xxx/aic7xxx_core.c 				ahc_outb(ahc, KERNEL_TQINPOS,
ahc_outb          434 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_outb(ahc, port, *array++);
ahc_outb         2224 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_outb(ahc, MSG_OUT, HOST_MSG);
ahc_outb         2225 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
ahc_outb         2271 drivers/scsi/aic7xxx/aic7xxx_osm.c 			ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag);
ahc_outb         2272 drivers/scsi/aic7xxx/aic7xxx_osm.c 			ahc_outb(ahc, SCB_CONTROL,
ahc_outb         2287 drivers/scsi/aic7xxx/aic7xxx_osm.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
ahc_outb          371 drivers/scsi/aic7xxx/aic7xxx_osm.h void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
ahc_outb          809 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
ahc_outb          810 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, OPTIONMODE,
ahc_outb          812 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct);
ahc_outb          815 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
ahc_outb          840 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, DSCOMMAND0, dscommand0);
ahc_outb          875 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
ahc_outb          878 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
ahc_outb          880 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
ahc_outb          904 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
ahc_outb          939 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
ahc_outb          942 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct);
ahc_outb         1015 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SCBBADDR, ahc_get_pci_function(ahc->dev_softc));
ahc_outb         1034 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, DSCOMMAND0, dscommand0);
ahc_outb         1097 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SEQCTL, 0);
ahc_outb         1098 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1099 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRBRKADRINT);
ahc_outb         1109 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1110 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRBRKADRINT);
ahc_outb         1146 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
ahc_outb         1148 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1149 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRBRKADRINT);
ahc_outb         1212 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
ahc_outb         1221 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1223 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SEQCTL, PERRORDIS);
ahc_outb         1224 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SCBPTR, 0);
ahc_outb         1242 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1243 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
ahc_outb         1328 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SCBPTR, 2);
ahc_outb         1352 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1353 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, CLRINT, CLRBRKADRINT);
ahc_outb         1455 drivers/scsi/aic7xxx/aic7xxx_pci.c 			ahc_outb(ahc, TARG_OFFSET + i, offset);
ahc_outb         1473 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
ahc_outb         1512 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SCSICONF, scsi_conf);
ahc_outb         1513 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
ahc_outb         1514 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
ahc_outb         1515 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
ahc_outb         1516 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
ahc_outb         1700 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
ahc_outb         1737 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
ahc_outb         1818 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, SPIOCAP, spiocap);
ahc_outb         1819 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
ahc_outb         1822 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, 0);
ahc_outb         1880 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, brdctl);
ahc_outb         1883 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, brdctl);
ahc_outb         1889 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, brdctl);
ahc_outb         1895 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, brdctl);
ahc_outb         1913 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, brdctl);
ahc_outb         1916 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, BRDCTL, 0);
ahc_outb         1967 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, CLRINT, CLRPARERR);
ahc_outb         1981 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SEQCTL, ahc->seqctl);
ahc_outb         1989 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
ahc_outb         1990 drivers/scsi/aic7xxx/aic7xxx_pci.c 	ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
ahc_outb         1995 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
ahc_outb         1996 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
ahc_outb         1998 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SFUNCT, sfunct);
ahc_outb         1999 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, CRCCONTROL1,
ahc_outb         2003 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
ahc_outb         2006 drivers/scsi/aic7xxx/aic7xxx_pci.c 		ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);