ahd_outb          287 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst));
ahd_outb          364 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNTRL, ahd->pause);
ahd_outb          399 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, HCNTRL, ahd->unpause);
ahd_outb          597 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port, value & 0xFF);
ahd_outb          598 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
ahd_outb          613 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port, (value) & 0xFF);
ahd_outb          614 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF);
ahd_outb          615 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF);
ahd_outb          616 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF);
ahd_outb          635 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port, value & 0xFF);
ahd_outb          636 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
ahd_outb          637 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+2, (value >> 16) & 0xFF);
ahd_outb          638 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+3, (value >> 24) & 0xFF);
ahd_outb          639 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+4, (value >> 32) & 0xFF);
ahd_outb          640 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+5, (value >> 40) & 0xFF);
ahd_outb          641 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+6, (value >> 48) & 0xFF);
ahd_outb          642 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, port+7, (value >> 56) & 0xFF);
ahd_outb          658 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
ahd_outb          659 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
ahd_outb          687 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HESCB_QOFF, value);
ahd_outb          721 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SESCB_QOFF, value);
ahd_outb          737 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SDSCB_QOFF, value & 0xFF);
ahd_outb          738 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SDSCB_QOFF+1, (value >> 8) & 0xFF);
ahd_outb          975 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRCMDINT);
ahd_outb         1032 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISIGO, ATNO);
ahd_outb         1128 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISIGO, 0);		/* De-assert BSY */
ahd_outb         1129 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MSG_OUT, MSG_NOOP);	/* No message to send */
ahd_outb         1130 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
ahd_outb         1131 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQINTCTL, 0);
ahd_outb         1132 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, LASTPHASE, P_BUSFREE);
ahd_outb         1133 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQ_FLAGS, 0);
ahd_outb         1134 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SAVED_SCSIID, 0xFF);
ahd_outb         1135 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SAVED_LUN, 0xFF);
ahd_outb         1144 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
ahd_outb         1147 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ1,
ahd_outb         1156 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSEQINT);
ahd_outb         1158 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
ahd_outb         1173 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
ahd_outb         1175 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CCSGCTL, CCSGRESET);
ahd_outb         1176 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
ahd_outb         1177 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SG_STATE, 0);
ahd_outb         1262 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_SCSI_STATUS, 0);
ahd_outb         1263 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_SGPTR,
ahd_outb         1312 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CCSCBCTL, ccscbctl & ~(CCARREN|CCSCBEN));
ahd_outb         1437 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_SGPTR, sgptr);
ahd_outb         1445 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SG_STATE, 0);
ahd_outb         1447 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SG_STATE, LOADING_NEEDED);
ahd_outb         1450 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SG_CACHE_PRE, sgptr);
ahd_outb         1451 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
ahd_outb         1456 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
ahd_outb         1462 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_FIFO_USE_COUNT,
ahd_outb         1474 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSEQINTSRC, CLRCFG4DATA);
ahd_outb         1493 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CCSGCTL, 0);
ahd_outb         1494 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SG_STATE, 0);
ahd_outb         1500 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
ahd_outb         1524 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_RESIDUAL_DATACNT + 3, 0);
ahd_outb         1526 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_RESIDUAL_SGPTR,
ahd_outb         1535 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSEQINTSRC, CLRSAVEPTRS);
ahd_outb         1536 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEQIMODE,
ahd_outb         1556 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CCSGCTL, 0);
ahd_outb         1557 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SG_STATE, LOADING_NEEDED);
ahd_outb         1596 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, data_len >> 24);
ahd_outb         1604 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, SG_STATE, 0);
ahd_outb         1608 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SG_CACHE_PRE, sgptr & 0xFF);
ahd_outb         1622 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, DFCNTRL, dfcntrl);
ahd_outb         1630 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_SGPTR,
ahd_outb         1640 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
ahd_outb         1641 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_FIFO_USE_COUNT,
ahd_outb         1643 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFFSXFRCTL, CLRCHN);
ahd_outb         1781 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSEQINT);
ahd_outb         1792 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSEQINT);
ahd_outb         1818 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
ahd_outb         1819 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
ahd_outb         1820 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQ_FLAGS, 0x0);
ahd_outb         1881 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, HCNT + 2, 0);
ahd_outb         1882 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG);
ahd_outb         1883 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
ahd_outb         1951 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE, 0);
ahd_outb         1952 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE+1, 0);
ahd_outb         1953 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE+2, 0);
ahd_outb         1954 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE+3, 0);
ahd_outb         1955 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE+4, 0);
ahd_outb         1956 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_STORE+5, 0);
ahd_outb         1957 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CDB_LEN, 6);
ahd_outb         1960 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CONTROL, scb->hscb->control);
ahd_outb         1961 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         1962 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
ahd_outb         1967 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SAVED_LUN, 0);
ahd_outb         1968 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQ_FLAGS, 0);
ahd_outb         1985 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRLQOINT1, CLRLQOPHACHGINPKT);
ahd_outb         1987 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, CLRLQOINT1, 0);
ahd_outb         2020 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         2029 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_CONTROL,
ahd_outb         2124 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
ahd_outb         2154 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         2263 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_CONTROL,
ahd_outb         2350 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_TASK_MANAGEMENT, 0);
ahd_outb         2410 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
ahd_outb         2439 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT0, CLRIOERR);
ahd_outb         2465 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRLQOINT0, lqostat0);
ahd_outb         2467 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRLQOINT1, 0);
ahd_outb         2470 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         2479 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
ahd_outb         2489 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT0, CLRSELINGO);
ahd_outb         2523 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         2533 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT3, status3);
ahd_outb         2547 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRLQIINT1, CLRLQICRCI_NLQ);
ahd_outb         2562 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         2641 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
ahd_outb         2644 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SIMODE1,
ahd_outb         2651 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         2703 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQIINT1, lqistat1);
ahd_outb         2708 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT1, CLRSCSIPERR);
ahd_outb         2765 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQCTL2, LQIRETRY);
ahd_outb         2848 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         2849 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         2860 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQIINT1, lqistat1);
ahd_outb         2875 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQCTL2, LQIRETRY);
ahd_outb         2878 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQCTL2, LQIRETRY);
ahd_outb         2882 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         2934 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRLQOINT1, CLRLQOBUSFREE);
ahd_outb         2936 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRLQOINT1, 0);
ahd_outb         2937 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
ahd_outb         2939 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT0, CLRSELDO);
ahd_outb         2947 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQCTL2, ahd_inb(ahd, LQCTL2) | LQOTOIDLE);
ahd_outb         2992 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRSCSIPERR|CLRBUSFREE);
ahd_outb         3390 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0,
ahd_outb         3393 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         3507 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SIMODE0, 0);
ahd_outb         3508 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SIMODE3, 0);
ahd_outb         3509 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQIMODE0, 0);
ahd_outb         3510 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQIMODE1, 0);
ahd_outb         3511 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQOMODE0, 0);
ahd_outb         3512 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LQOMODE1, 0);
ahd_outb         3521 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
ahd_outb         3522 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
ahd_outb         3525 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
ahd_outb         3526 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         3528 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, HCNTRL, ahd->unpause);
ahd_outb         3535 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SIMODE0, simode0);
ahd_outb         3536 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SIMODE3, simode3);
ahd_outb         3537 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQIMODE0, lqimode0);
ahd_outb         3538 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQIMODE1, lqimode1);
ahd_outb         3539 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQOMODE0, lqomode0);
ahd_outb         3540 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQOMODE1, lqomode1);
ahd_outb         3542 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
ahd_outb         3543 drivers/scsi/aic7xxx/aic79xx_core.c   		ahd_outb(ahd, SIMODE1, simode1);
ahd_outb         3550 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         3564 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQIINT0, CLRLQIATNQAS|CLRLQICRCT1|CLRLQICRCT2
ahd_outb         3566 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQIINT1, CLRLQIPHASE_LQ|CLRLQIPHASE_NLQ|CLRLIQABORT
ahd_outb         3569 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQOINT0, CLRLQOTARGSCBPERR|CLRLQOSTOPT2|CLRLQOATNLQ
ahd_outb         3571 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRLQOINT1, CLRLQOINITSCBPERR|CLRLQOSTOPI2|CLRLQOBADQAS
ahd_outb         3574 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRLQOINT0, 0);
ahd_outb         3575 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRLQOINT1, 0);
ahd_outb         3577 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT3, CLRNTRAMPERR|CLROSRAMPERR);
ahd_outb         3578 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
ahd_outb         3580 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO
ahd_outb         3582 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         4109 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGOADDR, devinfo->target);
ahd_outb         4174 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PRECOMP_SLEW);
ahd_outb         4175 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]);
ahd_outb         4176 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_AMPLITUDE);
ahd_outb         4177 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]);
ahd_outb         4179 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGPERIOD, period);
ahd_outb         4180 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGPPROPTS, ppr_opts);
ahd_outb         4181 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGOFFSET, offset);
ahd_outb         4202 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGCONOPTS, con_opts);
ahd_outb         4203 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, NEGOADDR, saved_negoaddr);
ahd_outb         4274 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
ahd_outb         4286 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_CONTROL, control);
ahd_outb         4459 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         4478 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         4488 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         4504 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCB_CONTROL,
ahd_outb         4695 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRATNO);
ahd_outb         4697 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MSG_OUT, MSG_NOOP);
ahd_outb         4698 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQ_FLAGS2,
ahd_outb         4719 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQCTL2, LQIRETRY);
ahd_outb         4754 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, CLRSINT1, CLRATNO);
ahd_outb         4765 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRSINT1, CLRATNO);
ahd_outb         4766 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRSINT1, CLRREQINIT);
ahd_outb         4781 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
ahd_outb         4782 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
ahd_outb         4800 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRSINT1, CLRATNO);
ahd_outb         4807 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSINT1, CLRREQINIT);
ahd_outb         4813 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]);
ahd_outb         4814 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
ahd_outb         4887 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, CLRSINT1, CLRREQINIT);
ahd_outb         4888 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_READ);
ahd_outb         4900 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
ahd_outb         4926 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO);
ahd_outb         4930 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SXFRCTL0,
ahd_outb         4937 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SXFRCTL0,
ahd_outb         4946 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
ahd_outb         4947 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]);
ahd_outb         4958 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
ahd_outb         4971 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
ahd_outb         4998 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
ahd_outb         4999 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, SXFRCTL0,
ahd_outb         5011 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SXFRCTL0,
ahd_outb         5030 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, LASTPHASE, P_BUSFREE);
ahd_outb         5031 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT);
ahd_outb         5032 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
ahd_outb         5035 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, RETURN_1, EXIT_MSG_LOOP);
ahd_outb         5636 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_CONTROL,
ahd_outb         5641 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, MSG_OUT, MSG_IDENTIFYFLAG);
ahd_outb         5815 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_TASK_ATTRIBUTE,
ahd_outb         5855 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DFFSXFRCTL, CLRCHN);
ahd_outb         5862 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
ahd_outb         5866 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DFFSTAT,
ahd_outb         5904 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, HADDR + 4,
ahd_outb         5908 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNT + 2, resid >> 16);
ahd_outb         5909 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNT + 1, resid >> 8);
ahd_outb         5910 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNT, resid);
ahd_outb         6274 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
ahd_outb         6291 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNTRL, ahd->pause);
ahd_outb         6311 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MODE_PTR,
ahd_outb         6322 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
ahd_outb         6323 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1);
ahd_outb         6355 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCB_BASE+j, 0);
ahd_outb         6357 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE);
ahd_outb         6385 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCB_CONTROL, 0);
ahd_outb         6607 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DSPDATACTL, ahd_inb(ahd, DSPDATACTL)
ahd_outb         6609 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
ahd_outb         6635 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DSPDATACTL,
ahd_outb         6642 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
ahd_outb         6643 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         7252 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
ahd_outb         7258 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HS_MAILBOX, 0);
ahd_outb         7261 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, IOWNID, ahd->our_id);
ahd_outb         7262 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, TOWNID, ahd->our_id);
ahd_outb         7277 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL0, DFON);
ahd_outb         7278 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
ahd_outb         7279 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
ahd_outb         7294 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
ahd_outb         7295 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         7300 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
ahd_outb         7301 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SG_STATE, 0);
ahd_outb         7302 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CLRSEQINTSRC, 0xFF);
ahd_outb         7303 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEQIMODE,
ahd_outb         7309 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN);
ahd_outb         7310 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, DFF_THRSH, RD_DFTHRSH_75|WR_DFTHRSH_75);
ahd_outb         7311 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
ahd_outb         7312 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE3, ENNTRAMPERR|ENOSRAMPERR);
ahd_outb         7314 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, OPTIONMODE, AUTOACKEN|AUTO_MSGOUT_DE);
ahd_outb         7316 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, OPTIONMODE, AUTOACKEN|BUSFREEREV|AUTO_MSGOUT_DE);
ahd_outb         7318 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSCHKN, CURRFIFODEF|WIDERESEN|SHVALIDSTDIS);
ahd_outb         7325 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, PCIXCTL, ahd_inb(ahd, PCIXCTL) | SPLTSTADIS);
ahd_outb         7328 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQOSCSCTL, LQONOCHKOVER);
ahd_outb         7335 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, DSPSELECT, i);
ahd_outb         7336 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, WRTBIASCTL, WRTBIASCTL_HP_DEFAULT);
ahd_outb         7349 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, LQIMODE1, ENLQIPHASE_LQ|ENLQIPHASE_NLQ|ENLIQABORT
ahd_outb         7352 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, LQOMODE0, ENLQOATNLQ|ENLQOATNPKT|ENLQOTCRC);
ahd_outb         7361 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, LQOMODE1, ENLQOBUSFREE);
ahd_outb         7373 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
ahd_outb         7376 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
ahd_outb         7378 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
ahd_outb         7379 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
ahd_outb         7380 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
ahd_outb         7381 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
ahd_outb         7383 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, QNEXTPTR,
ahd_outb         7385 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ABRTBITPTR, MK_MESSAGE_BIT_OFFSET);
ahd_outb         7386 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
ahd_outb         7388 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNLEN,
ahd_outb         7391 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LUNLEN, LUNLEN_SINGLE_LEVEL_LUN);
ahd_outb         7393 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CDBLIMIT, SCB_CDB_LEN_PTR - 1);
ahd_outb         7394 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MAXCMD, 0xFF);
ahd_outb         7395 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCBAUTOPTR,
ahd_outb         7399 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MULTARGID, 0);
ahd_outb         7400 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, MULTARGID + 1, 0);
ahd_outb         7410 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, NEGOADDR, target);
ahd_outb         7411 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PER_DEV0);
ahd_outb         7413 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, ANNEXDAT, 0);
ahd_outb         7429 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT3, NTRAMPERR|OSRAMPERR);
ahd_outb         7430 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRINT, CLRSCSIINT);
ahd_outb         7438 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQCTL1, ABORTPENDING);
ahd_outb         7441 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, LQCTL1, 0);
ahd_outb         7446 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, QOUTFIFO_ENTRY_VALID_TAG, QOUTFIFO_ENTRY_VALID);
ahd_outb         7461 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, KERNEL_TQINPOS, ahd->tqinfifonext - 1);
ahd_outb         7462 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
ahd_outb         7466 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQ_FLAGS, 0);
ahd_outb         7467 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQ_FLAGS2, 0);
ahd_outb         7508 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq_template);
ahd_outb         7524 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE, 5);
ahd_outb         7525 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 1, 9);
ahd_outb         7526 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 2, 9);
ahd_outb         7527 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 3, 0);
ahd_outb         7528 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 4, 15);
ahd_outb         7529 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 5, 11);
ahd_outb         7530 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 6, 0);
ahd_outb         7531 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CMDSIZE_TABLE + 7, 0);
ahd_outb         7535 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, QOFF_CTLSTA, SCB_QSIZE_512);
ahd_outb         7566 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, NEGCONOPTS, negodat3);
ahd_outb         7818 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HCNTRL, hcntrl);
ahd_outb         7835 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);
ahd_outb         7836 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, INT_COALESCING_MINCMDS, -mincmds);
ahd_outb         7846 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, HS_MAILBOX, ahd->hs_mailbox);
ahd_outb         7874 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
ahd_outb         8175 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, CCSCBCTL,
ahd_outb         8330 drivers/scsi/aic7xxx/aic79xx_core.c 				ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
ahd_outb         8357 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
ahd_outb         8633 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
ahd_outb         8635 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
ahd_outb         8639 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ0, scsiseq);
ahd_outb         8708 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ0, 0);
ahd_outb         8709 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ1, 0);
ahd_outb         8723 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFCNTRL,
ahd_outb         8731 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, DFFSTAT, next_fifo);
ahd_outb         8738 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE1,
ahd_outb         8763 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
ahd_outb         8768 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST);
ahd_outb         8770 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
ahd_outb         9285 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
ahd_outb         9405 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
ahd_outb         9450 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE);
ahd_outb         9609 drivers/scsi/aic7xxx/aic79xx_core.c 		       ahd_outb(ahd, STACK, i & 0xFF);
ahd_outb         9610 drivers/scsi/aic7xxx/aic79xx_core.c 		       ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
ahd_outb         9929 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
ahd_outb         9930 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
ahd_outb         9990 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEEADR, cur_addr);
ahd_outb         9991 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEECTL, SEEOP_READ | SEESTART);
ahd_outb         10031 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEEADR, SEEOP_EWEN_ADDR);
ahd_outb         10032 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEECTL, SEEOP_EWEN | SEESTART);
ahd_outb         10045 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEEADR, cur_addr);
ahd_outb         10046 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SEECTL, SEEOP_WRITE | SEESTART);
ahd_outb         10056 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEEADR, SEEOP_EWDS_ADDR);
ahd_outb         10057 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SEECTL, SEEOP_EWDS | SEESTART);
ahd_outb         10190 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
ahd_outb         10194 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDDAT, value);
ahd_outb         10196 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
ahd_outb         10198 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
ahd_outb         10200 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, 0);
ahd_outb         10213 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
ahd_outb         10218 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, BRDCTL, 0);
ahd_outb         10446 drivers/scsi/aic7xxx/aic79xx_core.c 						ahd_outb(ahd, SBLKCTL,
ahd_outb         10449 drivers/scsi/aic7xxx/aic79xx_core.c 					ahd_outb(ahd, SCSIID, target);
ahd_outb         10452 drivers/scsi/aic7xxx/aic79xx_core.c 						ahd_outb(ahd, SBLKCTL, sblkctl);
ahd_outb         10461 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
ahd_outb         10464 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCSISEQ1, scsiseq1);
ahd_outb         10555 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
ahd_outb         10558 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, SCSISEQ1, scsiseq1);
ahd_outb         10613 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSIID_ULTRA2, scsiid);
ahd_outb         10615 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd_outb(ahd, SCSIID, scsiid);
ahd_outb         10652 drivers/scsi/aic7xxx/aic79xx_core.c 			ahd_outb(ahd, HS_MAILBOX, hs_mailbox);
ahd_outb          392 drivers/scsi/aic7xxx/aic79xx_osm.c void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
ahd_outb          463 drivers/scsi/aic7xxx/aic79xx_osm.c 		ahd_outb(ahd, port, *array++);
ahd_outb         2281 drivers/scsi/aic7xxx/aic79xx_osm.c 		ahd_outb(ahd, MSG_OUT, HOST_MSG);
ahd_outb         2282 drivers/scsi/aic7xxx/aic79xx_osm.c 		ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
ahd_outb         2305 drivers/scsi/aic7xxx/aic79xx_osm.c 			ahd_outb(ahd, SCB_TASK_MANAGEMENT,
ahd_outb         2325 drivers/scsi/aic7xxx/aic79xx_osm.c 			ahd_outb(ahd, SCB_CONTROL,
ahd_outb          358 drivers/scsi/aic7xxx/aic79xx_osm.h void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
ahd_outb          453 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
ahd_outb          460 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, TARGPCISTAT, targpcistat);
ahd_outb          466 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, CLRINT, CLRPCIINT);
ahd_outb          468 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SEQCTL0, PERRORDIS);
ahd_outb          489 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, TARGPCISTAT, targpcistat);
ahd_outb          494 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, CLRINT, CLRPCIINT);
ahd_outb          496 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS);
ahd_outb          704 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
ahd_outb          705 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, SXFRCTL1, sxfrctl1);
ahd_outb          810 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, reg, pci_status[i]);
ahd_outb          836 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, CLRINT, CLRPCIINT);
ahd_outb          866 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, DCHSPLTSTAT0, split_status[i]);
ahd_outb          867 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, DCHSPLTSTAT1, split_status1[i]);
ahd_outb          873 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, SGSPLTSTAT0, sg_split_status[i]);
ahd_outb          874 drivers/scsi/aic7xxx/aic79xx_pci.c 		ahd_outb(ahd, SGSPLTSTAT1, sg_split_status1[i]);
ahd_outb          898 drivers/scsi/aic7xxx/aic79xx_pci.c 	ahd_outb(ahd, CLRINT, CLRSPLTINT);