drivers/scsi/aic7xxx/aic79xx_core.c
10000
ahd_outb(ahd, SEECTL, SEEOP_WRITE | SEESTART);
drivers/scsi/aic7xxx/aic79xx_core.c
10010
ahd_outb(ahd, SEEADR, SEEOP_EWDS_ADDR);
drivers/scsi/aic7xxx/aic79xx_core.c
10011
ahd_outb(ahd, SEECTL, SEEOP_EWDS | SEESTART);
drivers/scsi/aic7xxx/aic79xx_core.c
10144
ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
drivers/scsi/aic7xxx/aic79xx_core.c
10148
ahd_outb(ahd, BRDDAT, value);
drivers/scsi/aic7xxx/aic79xx_core.c
10150
ahd_outb(ahd, BRDCTL, BRDSTB|BRDEN|(addr << 3));
drivers/scsi/aic7xxx/aic79xx_core.c
10152
ahd_outb(ahd, BRDCTL, BRDEN|(addr << 3));
drivers/scsi/aic7xxx/aic79xx_core.c
10154
ahd_outb(ahd, BRDCTL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
10167
ahd_outb(ahd, BRDCTL, BRDRW|BRDEN|(addr << 3));
drivers/scsi/aic7xxx/aic79xx_core.c
10172
ahd_outb(ahd, BRDCTL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1032
ahd_outb(ahd, SCSISIGO, ATNO);
drivers/scsi/aic7xxx/aic79xx_core.c
10400
ahd_outb(ahd, SBLKCTL,
drivers/scsi/aic7xxx/aic79xx_core.c
10403
ahd_outb(ahd, SCSIID, target);
drivers/scsi/aic7xxx/aic79xx_core.c
10406
ahd_outb(ahd, SBLKCTL, sblkctl);
drivers/scsi/aic7xxx/aic79xx_core.c
10415
ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
drivers/scsi/aic7xxx/aic79xx_core.c
10418
ahd_outb(ahd, SCSISEQ1, scsiseq1);
drivers/scsi/aic7xxx/aic79xx_core.c
10509
ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq1);
drivers/scsi/aic7xxx/aic79xx_core.c
10512
ahd_outb(ahd, SCSISEQ1, scsiseq1);
drivers/scsi/aic7xxx/aic79xx_core.c
10567
ahd_outb(ahd, SCSIID_ULTRA2, scsiid);
drivers/scsi/aic7xxx/aic79xx_core.c
10569
ahd_outb(ahd, SCSIID, scsiid);
drivers/scsi/aic7xxx/aic79xx_core.c
10606
ahd_outb(ahd, HS_MAILBOX, hs_mailbox);
drivers/scsi/aic7xxx/aic79xx_core.c
1128
ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */
drivers/scsi/aic7xxx/aic79xx_core.c
1129
ahd_outb(ahd, MSG_OUT, NOP); /* No message to send */
drivers/scsi/aic7xxx/aic79xx_core.c
1130
ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
drivers/scsi/aic7xxx/aic79xx_core.c
1131
ahd_outb(ahd, SEQINTCTL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1132
ahd_outb(ahd, LASTPHASE, P_BUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
1133
ahd_outb(ahd, SEQ_FLAGS, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1134
ahd_outb(ahd, SAVED_SCSIID, 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
1135
ahd_outb(ahd, SAVED_LUN, 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
1144
ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
drivers/scsi/aic7xxx/aic79xx_core.c
1147
ahd_outb(ahd, SCSISEQ1,
drivers/scsi/aic7xxx/aic79xx_core.c
1156
ahd_outb(ahd, CLRINT, CLRSEQINT);
drivers/scsi/aic7xxx/aic79xx_core.c
1158
ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
drivers/scsi/aic7xxx/aic79xx_core.c
1173
ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
drivers/scsi/aic7xxx/aic79xx_core.c
1175
ahd_outb(ahd, CCSGCTL, CCSGRESET);
drivers/scsi/aic7xxx/aic79xx_core.c
1176
ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
drivers/scsi/aic7xxx/aic79xx_core.c
1177
ahd_outb(ahd, SG_STATE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1262
ahd_outb(ahd, SCB_SCSI_STATUS, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1263
ahd_outb(ahd, SCB_SGPTR,
drivers/scsi/aic7xxx/aic79xx_core.c
1312
ahd_outb(ahd, CCSCBCTL, ccscbctl & ~(CCARREN|CCSCBEN));
drivers/scsi/aic7xxx/aic79xx_core.c
1437
ahd_outb(ahd, SCB_SGPTR, sgptr);
drivers/scsi/aic7xxx/aic79xx_core.c
1445
ahd_outb(ahd, SG_STATE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1447
ahd_outb(ahd, SG_STATE, LOADING_NEEDED);
drivers/scsi/aic7xxx/aic79xx_core.c
1450
ahd_outb(ahd, SG_CACHE_PRE, sgptr);
drivers/scsi/aic7xxx/aic79xx_core.c
1451
ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
drivers/scsi/aic7xxx/aic79xx_core.c
1456
ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
drivers/scsi/aic7xxx/aic79xx_core.c
1462
ahd_outb(ahd, SCB_FIFO_USE_COUNT,
drivers/scsi/aic7xxx/aic79xx_core.c
1474
ahd_outb(ahd, CLRSEQINTSRC, CLRCFG4DATA);
drivers/scsi/aic7xxx/aic79xx_core.c
1493
ahd_outb(ahd, CCSGCTL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1494
ahd_outb(ahd, SG_STATE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1500
ahd_outb(ahd, DFCNTRL, ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
drivers/scsi/aic7xxx/aic79xx_core.c
1524
ahd_outb(ahd, SCB_RESIDUAL_DATACNT + 3, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1526
ahd_outb(ahd, SCB_RESIDUAL_SGPTR,
drivers/scsi/aic7xxx/aic79xx_core.c
1535
ahd_outb(ahd, CLRSEQINTSRC, CLRSAVEPTRS);
drivers/scsi/aic7xxx/aic79xx_core.c
1536
ahd_outb(ahd, SEQIMODE,
drivers/scsi/aic7xxx/aic79xx_core.c
1556
ahd_outb(ahd, CCSGCTL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1557
ahd_outb(ahd, SG_STATE, LOADING_NEEDED);
drivers/scsi/aic7xxx/aic79xx_core.c
1596
ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, data_len >> 24);
drivers/scsi/aic7xxx/aic79xx_core.c
1604
ahd_outb(ahd, SG_STATE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1608
ahd_outb(ahd, SG_CACHE_PRE, sgptr & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
1622
ahd_outb(ahd, DFCNTRL, dfcntrl);
drivers/scsi/aic7xxx/aic79xx_core.c
1630
ahd_outb(ahd, SCB_SGPTR,
drivers/scsi/aic7xxx/aic79xx_core.c
1640
ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
drivers/scsi/aic7xxx/aic79xx_core.c
1641
ahd_outb(ahd, SCB_FIFO_USE_COUNT,
drivers/scsi/aic7xxx/aic79xx_core.c
1643
ahd_outb(ahd, DFFSXFRCTL, CLRCHN);
drivers/scsi/aic7xxx/aic79xx_core.c
1779
ahd_outb(ahd, CLRINT, CLRSEQINT);
drivers/scsi/aic7xxx/aic79xx_core.c
1790
ahd_outb(ahd, CLRINT, CLRSEQINT);
drivers/scsi/aic7xxx/aic79xx_core.c
1816
ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
drivers/scsi/aic7xxx/aic79xx_core.c
1817
ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
drivers/scsi/aic7xxx/aic79xx_core.c
1818
ahd_outb(ahd, SEQ_FLAGS, 0x0);
drivers/scsi/aic7xxx/aic79xx_core.c
1879
ahd_outb(ahd, HCNT + 2, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1880
ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG);
drivers/scsi/aic7xxx/aic79xx_core.c
1881
ahd_outb(ahd, DFCNTRL, PRELOADEN|SCSIEN|HDMAEN);
drivers/scsi/aic7xxx/aic79xx_core.c
1940
ahd_outb(ahd, SCB_CDB_STORE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1941
ahd_outb(ahd, SCB_CDB_STORE+1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1942
ahd_outb(ahd, SCB_CDB_STORE+2, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1943
ahd_outb(ahd, SCB_CDB_STORE+3, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1944
ahd_outb(ahd, SCB_CDB_STORE+4, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1945
ahd_outb(ahd, SCB_CDB_STORE+5, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1946
ahd_outb(ahd, SCB_CDB_LEN, 6);
drivers/scsi/aic7xxx/aic79xx_core.c
1949
ahd_outb(ahd, SCB_CONTROL, scb->hscb->control);
drivers/scsi/aic7xxx/aic79xx_core.c
1950
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_core.c
1951
ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
drivers/scsi/aic7xxx/aic79xx_core.c
1956
ahd_outb(ahd, SAVED_LUN, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1957
ahd_outb(ahd, SEQ_FLAGS, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
1974
ahd_outb(ahd, CLRLQOINT1, CLRLQOPHACHGINPKT);
drivers/scsi/aic7xxx/aic79xx_core.c
1976
ahd_outb(ahd, CLRLQOINT1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2009
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_core.c
2018
ahd_outb(ahd, SCB_CONTROL,
drivers/scsi/aic7xxx/aic79xx_core.c
2112
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
drivers/scsi/aic7xxx/aic79xx_core.c
2142
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_core.c
2251
ahd_outb(ahd, SCB_CONTROL,
drivers/scsi/aic7xxx/aic79xx_core.c
2338
ahd_outb(ahd, SCB_TASK_MANAGEMENT, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2398
ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
drivers/scsi/aic7xxx/aic79xx_core.c
2427
ahd_outb(ahd, CLRSINT0, CLRIOERR);
drivers/scsi/aic7xxx/aic79xx_core.c
2453
ahd_outb(ahd, CLRLQOINT0, lqostat0);
drivers/scsi/aic7xxx/aic79xx_core.c
2455
ahd_outb(ahd, CLRLQOINT1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2458
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2467
ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
2477
ahd_outb(ahd, CLRSINT0, CLRSELINGO);
drivers/scsi/aic7xxx/aic79xx_core.c
2511
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
2521
ahd_outb(ahd, CLRSINT3, status3);
drivers/scsi/aic7xxx/aic79xx_core.c
2535
ahd_outb(ahd, CLRLQIINT1, CLRLQICRCI_NLQ);
drivers/scsi/aic7xxx/aic79xx_core.c
2550
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2629
ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
2632
ahd_outb(ahd, SIMODE1,
drivers/scsi/aic7xxx/aic79xx_core.c
2639
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
2690
ahd_outb(ahd, CLRLQIINT1, lqistat1);
drivers/scsi/aic7xxx/aic79xx_core.c
2695
ahd_outb(ahd, CLRSINT1, CLRSCSIPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
2752
ahd_outb(ahd, LQCTL2, LQIRETRY);
drivers/scsi/aic7xxx/aic79xx_core.c
2835
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_core.c
2836
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
2847
ahd_outb(ahd, CLRLQIINT1, lqistat1);
drivers/scsi/aic7xxx/aic79xx_core.c
2862
ahd_outb(ahd, LQCTL2, LQIRETRY);
drivers/scsi/aic7xxx/aic79xx_core.c
2865
ahd_outb(ahd, LQCTL2, LQIRETRY);
drivers/scsi/aic7xxx/aic79xx_core.c
2869
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
287
ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst));
drivers/scsi/aic7xxx/aic79xx_core.c
2921
ahd_outb(ahd, CLRLQOINT1, CLRLQOBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
2923
ahd_outb(ahd, CLRLQOINT1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
2924
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
drivers/scsi/aic7xxx/aic79xx_core.c
2926
ahd_outb(ahd, CLRSINT0, CLRSELDO);
drivers/scsi/aic7xxx/aic79xx_core.c
2934
ahd_outb(ahd, LQCTL2, ahd_inb(ahd, LQCTL2) | LQOTOIDLE);
drivers/scsi/aic7xxx/aic79xx_core.c
2979
ahd_outb(ahd, CLRSINT1, CLRSCSIPERR|CLRBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
3364
ahd_outb(ahd, SCSISEQ0,
drivers/scsi/aic7xxx/aic79xx_core.c
3367
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_core.c
3480
ahd_outb(ahd, SIMODE0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3481
ahd_outb(ahd, SIMODE3, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3482
ahd_outb(ahd, LQIMODE0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3483
ahd_outb(ahd, LQIMODE1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3484
ahd_outb(ahd, LQOMODE0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3485
ahd_outb(ahd, LQOMODE1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3494
ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
3495
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
drivers/scsi/aic7xxx/aic79xx_core.c
3498
ahd_outb(ahd, CLRSINT1, CLRBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
3499
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
3501
ahd_outb(ahd, HCNTRL, ahd->unpause);
drivers/scsi/aic7xxx/aic79xx_core.c
3508
ahd_outb(ahd, SIMODE0, simode0);
drivers/scsi/aic7xxx/aic79xx_core.c
3509
ahd_outb(ahd, SIMODE3, simode3);
drivers/scsi/aic7xxx/aic79xx_core.c
3510
ahd_outb(ahd, LQIMODE0, lqimode0);
drivers/scsi/aic7xxx/aic79xx_core.c
3511
ahd_outb(ahd, LQIMODE1, lqimode1);
drivers/scsi/aic7xxx/aic79xx_core.c
3512
ahd_outb(ahd, LQOMODE0, lqomode0);
drivers/scsi/aic7xxx/aic79xx_core.c
3513
ahd_outb(ahd, LQOMODE1, lqomode1);
drivers/scsi/aic7xxx/aic79xx_core.c
3515
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
drivers/scsi/aic7xxx/aic79xx_core.c
3516
ahd_outb(ahd, SIMODE1, simode1);
drivers/scsi/aic7xxx/aic79xx_core.c
3523
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
3537
ahd_outb(ahd, CLRLQIINT0, CLRLQIATNQAS|CLRLQICRCT1|CLRLQICRCT2
drivers/scsi/aic7xxx/aic79xx_core.c
3539
ahd_outb(ahd, CLRLQIINT1, CLRLQIPHASE_LQ|CLRLQIPHASE_NLQ|CLRLIQABORT
drivers/scsi/aic7xxx/aic79xx_core.c
3542
ahd_outb(ahd, CLRLQOINT0, CLRLQOTARGSCBPERR|CLRLQOSTOPT2|CLRLQOATNLQ
drivers/scsi/aic7xxx/aic79xx_core.c
3544
ahd_outb(ahd, CLRLQOINT1, CLRLQOINITSCBPERR|CLRLQOSTOPI2|CLRLQOBADQAS
drivers/scsi/aic7xxx/aic79xx_core.c
3547
ahd_outb(ahd, CLRLQOINT0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3548
ahd_outb(ahd, CLRLQOINT1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
3550
ahd_outb(ahd, CLRSINT3, CLRNTRAMPERR|CLROSRAMPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
3551
ahd_outb(ahd, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
drivers/scsi/aic7xxx/aic79xx_core.c
3553
ahd_outb(ahd, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO
drivers/scsi/aic7xxx/aic79xx_core.c
3555
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
364
ahd_outb(ahd, HCNTRL, ahd->pause);
drivers/scsi/aic7xxx/aic79xx_core.c
399
ahd_outb(ahd, HCNTRL, ahd->unpause);
drivers/scsi/aic7xxx/aic79xx_core.c
4081
ahd_outb(ahd, NEGOADDR, devinfo->target);
drivers/scsi/aic7xxx/aic79xx_core.c
4146
ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PRECOMP_SLEW);
drivers/scsi/aic7xxx/aic79xx_core.c
4147
ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]);
drivers/scsi/aic7xxx/aic79xx_core.c
4148
ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_AMPLITUDE);
drivers/scsi/aic7xxx/aic79xx_core.c
4149
ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]);
drivers/scsi/aic7xxx/aic79xx_core.c
4151
ahd_outb(ahd, NEGPERIOD, period);
drivers/scsi/aic7xxx/aic79xx_core.c
4152
ahd_outb(ahd, NEGPPROPTS, ppr_opts);
drivers/scsi/aic7xxx/aic79xx_core.c
4153
ahd_outb(ahd, NEGOFFSET, offset);
drivers/scsi/aic7xxx/aic79xx_core.c
4174
ahd_outb(ahd, NEGCONOPTS, con_opts);
drivers/scsi/aic7xxx/aic79xx_core.c
4175
ahd_outb(ahd, NEGOADDR, saved_negoaddr);
drivers/scsi/aic7xxx/aic79xx_core.c
4244
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
drivers/scsi/aic7xxx/aic79xx_core.c
4256
ahd_outb(ahd, SCB_CONTROL, control);
drivers/scsi/aic7xxx/aic79xx_core.c
4429
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
4448
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
4458
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
4474
ahd_outb(ahd, SCB_CONTROL,
drivers/scsi/aic7xxx/aic79xx_core.c
4665
ahd_outb(ahd, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic79xx_core.c
4667
ahd_outb(ahd, MSG_OUT, NOP);
drivers/scsi/aic7xxx/aic79xx_core.c
4668
ahd_outb(ahd, SEQ_FLAGS2,
drivers/scsi/aic7xxx/aic79xx_core.c
4689
ahd_outb(ahd, LQCTL2, LQIRETRY);
drivers/scsi/aic7xxx/aic79xx_core.c
4724
ahd_outb(ahd, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic79xx_core.c
4735
ahd_outb(ahd, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic79xx_core.c
4736
ahd_outb(ahd, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic79xx_core.c
4751
ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
drivers/scsi/aic7xxx/aic79xx_core.c
4752
ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
drivers/scsi/aic7xxx/aic79xx_core.c
4770
ahd_outb(ahd, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic79xx_core.c
4777
ahd_outb(ahd, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic79xx_core.c
4783
ahd_outb(ahd, RETURN_2, ahd->msgout_buf[ahd->msgout_index++]);
drivers/scsi/aic7xxx/aic79xx_core.c
4784
ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE);
drivers/scsi/aic7xxx/aic79xx_core.c
4857
ahd_outb(ahd, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic79xx_core.c
4858
ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_READ);
drivers/scsi/aic7xxx/aic79xx_core.c
4870
ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
drivers/scsi/aic7xxx/aic79xx_core.c
4896
ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO);
drivers/scsi/aic7xxx/aic79xx_core.c
4900
ahd_outb(ahd, SXFRCTL0,
drivers/scsi/aic7xxx/aic79xx_core.c
4907
ahd_outb(ahd, SXFRCTL0,
drivers/scsi/aic7xxx/aic79xx_core.c
4916
ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
drivers/scsi/aic7xxx/aic79xx_core.c
4917
ahd_outb(ahd, SCSIDAT, ahd->msgout_buf[ahd->msgout_index++]);
drivers/scsi/aic7xxx/aic79xx_core.c
4928
ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG);
drivers/scsi/aic7xxx/aic79xx_core.c
4941
ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
drivers/scsi/aic7xxx/aic79xx_core.c
4968
ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
drivers/scsi/aic7xxx/aic79xx_core.c
4969
ahd_outb(ahd, SXFRCTL0,
drivers/scsi/aic7xxx/aic79xx_core.c
4981
ahd_outb(ahd, SXFRCTL0,
drivers/scsi/aic7xxx/aic79xx_core.c
5000
ahd_outb(ahd, LASTPHASE, P_BUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
5001
ahd_outb(ahd, SEQ_FLAGS, NOT_IDENTIFIED|NO_CDB_SENT);
drivers/scsi/aic7xxx/aic79xx_core.c
5002
ahd_outb(ahd, SEQCTL0, FASTMODE|SEQRESET);
drivers/scsi/aic7xxx/aic79xx_core.c
5005
ahd_outb(ahd, RETURN_1, EXIT_MSG_LOOP);
drivers/scsi/aic7xxx/aic79xx_core.c
5606
ahd_outb(ahd, SCB_CONTROL,
drivers/scsi/aic7xxx/aic79xx_core.c
5611
ahd_outb(ahd, MSG_OUT, MSG_IDENTIFYFLAG);
drivers/scsi/aic7xxx/aic79xx_core.c
5785
ahd_outb(ahd, SCB_TASK_ATTRIBUTE,
drivers/scsi/aic7xxx/aic79xx_core.c
5825
ahd_outb(ahd, DFFSXFRCTL, CLRCHN);
drivers/scsi/aic7xxx/aic79xx_core.c
5832
ahd_outb(ahd, DFFSXFRCTL, RSTCHN|CLRSHCNT);
drivers/scsi/aic7xxx/aic79xx_core.c
5836
ahd_outb(ahd, DFFSTAT,
drivers/scsi/aic7xxx/aic79xx_core.c
5874
ahd_outb(ahd, HADDR + 4,
drivers/scsi/aic7xxx/aic79xx_core.c
5878
ahd_outb(ahd, HCNT + 2, resid >> 16);
drivers/scsi/aic7xxx/aic79xx_core.c
5879
ahd_outb(ahd, HCNT + 1, resid >> 8);
drivers/scsi/aic7xxx/aic79xx_core.c
5880
ahd_outb(ahd, HCNT, resid);
drivers/scsi/aic7xxx/aic79xx_core.c
597
ahd_outb(ahd, port, value & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
598
ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
613
ahd_outb(ahd, port, (value) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
614
ahd_outb(ahd, port+1, ((value) >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
615
ahd_outb(ahd, port+2, ((value) >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
616
ahd_outb(ahd, port+3, ((value) >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
6233
ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause);
drivers/scsi/aic7xxx/aic79xx_core.c
6250
ahd_outb(ahd, HCNTRL, ahd->pause);
drivers/scsi/aic7xxx/aic79xx_core.c
6270
ahd_outb(ahd, MODE_PTR,
drivers/scsi/aic7xxx/aic79xx_core.c
6281
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
drivers/scsi/aic7xxx/aic79xx_core.c
6282
ahd_outb(ahd, SXFRCTL1, sxfrctl1);
drivers/scsi/aic7xxx/aic79xx_core.c
6314
ahd_outb(ahd, SCB_BASE+j, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
6316
ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE);
drivers/scsi/aic7xxx/aic79xx_core.c
6344
ahd_outb(ahd, SCB_CONTROL, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
635
ahd_outb(ahd, port, value & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
636
ahd_outb(ahd, port+1, (value >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
637
ahd_outb(ahd, port+2, (value >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
638
ahd_outb(ahd, port+3, (value >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
639
ahd_outb(ahd, port+4, (value >> 32) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
640
ahd_outb(ahd, port+5, (value >> 40) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
641
ahd_outb(ahd, port+6, (value >> 48) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
642
ahd_outb(ahd, port+7, (value >> 56) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
6566
ahd_outb(ahd, DSPDATACTL, ahd_inb(ahd, DSPDATACTL)
drivers/scsi/aic7xxx/aic79xx_core.c
6568
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
drivers/scsi/aic7xxx/aic79xx_core.c
658
ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
659
ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
6594
ahd_outb(ahd, DSPDATACTL,
drivers/scsi/aic7xxx/aic79xx_core.c
6601
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
drivers/scsi/aic7xxx/aic79xx_core.c
6602
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
687
ahd_outb(ahd, HESCB_QOFF, value);
drivers/scsi/aic7xxx/aic79xx_core.c
721
ahd_outb(ahd, SESCB_QOFF, value);
drivers/scsi/aic7xxx/aic79xx_core.c
7211
ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
drivers/scsi/aic7xxx/aic79xx_core.c
7217
ahd_outb(ahd, HS_MAILBOX, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7220
ahd_outb(ahd, IOWNID, ahd->our_id);
drivers/scsi/aic7xxx/aic79xx_core.c
7221
ahd_outb(ahd, TOWNID, ahd->our_id);
drivers/scsi/aic7xxx/aic79xx_core.c
7236
ahd_outb(ahd, SXFRCTL0, DFON);
drivers/scsi/aic7xxx/aic79xx_core.c
7237
ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
drivers/scsi/aic7xxx/aic79xx_core.c
7238
ahd_outb(ahd, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
7253
ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
drivers/scsi/aic7xxx/aic79xx_core.c
7254
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
7259
ahd_outb(ahd, LONGJMP_ADDR + 1, INVALID_ADDR);
drivers/scsi/aic7xxx/aic79xx_core.c
7260
ahd_outb(ahd, SG_STATE, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7261
ahd_outb(ahd, CLRSEQINTSRC, 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
7262
ahd_outb(ahd, SEQIMODE,
drivers/scsi/aic7xxx/aic79xx_core.c
7268
ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN);
drivers/scsi/aic7xxx/aic79xx_core.c
7269
ahd_outb(ahd, DFF_THRSH, RD_DFTHRSH_75|WR_DFTHRSH_75);
drivers/scsi/aic7xxx/aic79xx_core.c
7270
ahd_outb(ahd, SIMODE0, ENIOERR|ENOVERRUN);
drivers/scsi/aic7xxx/aic79xx_core.c
7271
ahd_outb(ahd, SIMODE3, ENNTRAMPERR|ENOSRAMPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
7273
ahd_outb(ahd, OPTIONMODE, AUTOACKEN|AUTO_MSGOUT_DE);
drivers/scsi/aic7xxx/aic79xx_core.c
7275
ahd_outb(ahd, OPTIONMODE, AUTOACKEN|BUSFREEREV|AUTO_MSGOUT_DE);
drivers/scsi/aic7xxx/aic79xx_core.c
7277
ahd_outb(ahd, SCSCHKN, CURRFIFODEF|WIDERESEN|SHVALIDSTDIS);
drivers/scsi/aic7xxx/aic79xx_core.c
7284
ahd_outb(ahd, PCIXCTL, ahd_inb(ahd, PCIXCTL) | SPLTSTADIS);
drivers/scsi/aic7xxx/aic79xx_core.c
7287
ahd_outb(ahd, LQOSCSCTL, LQONOCHKOVER);
drivers/scsi/aic7xxx/aic79xx_core.c
7294
ahd_outb(ahd, DSPSELECT, i);
drivers/scsi/aic7xxx/aic79xx_core.c
7295
ahd_outb(ahd, WRTBIASCTL, WRTBIASCTL_HP_DEFAULT);
drivers/scsi/aic7xxx/aic79xx_core.c
7308
ahd_outb(ahd, LQIMODE1, ENLQIPHASE_LQ|ENLQIPHASE_NLQ|ENLIQABORT
drivers/scsi/aic7xxx/aic79xx_core.c
7311
ahd_outb(ahd, LQOMODE0, ENLQOATNLQ|ENLQOATNPKT|ENLQOTCRC);
drivers/scsi/aic7xxx/aic79xx_core.c
7320
ahd_outb(ahd, LQOMODE1, ENLQOBUSFREE);
drivers/scsi/aic7xxx/aic79xx_core.c
7332
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
drivers/scsi/aic7xxx/aic79xx_core.c
7335
ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
drivers/scsi/aic7xxx/aic79xx_core.c
7337
ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
drivers/scsi/aic7xxx/aic79xx_core.c
7338
ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
drivers/scsi/aic7xxx/aic79xx_core.c
7339
ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
drivers/scsi/aic7xxx/aic79xx_core.c
7340
ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
drivers/scsi/aic7xxx/aic79xx_core.c
7342
ahd_outb(ahd, QNEXTPTR,
drivers/scsi/aic7xxx/aic79xx_core.c
7344
ahd_outb(ahd, ABRTBITPTR, MK_MESSAGE_BIT_OFFSET);
drivers/scsi/aic7xxx/aic79xx_core.c
7345
ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
drivers/scsi/aic7xxx/aic79xx_core.c
7347
ahd_outb(ahd, LUNLEN,
drivers/scsi/aic7xxx/aic79xx_core.c
7350
ahd_outb(ahd, LUNLEN, LUNLEN_SINGLE_LEVEL_LUN);
drivers/scsi/aic7xxx/aic79xx_core.c
7352
ahd_outb(ahd, CDBLIMIT, SCB_CDB_LEN_PTR - 1);
drivers/scsi/aic7xxx/aic79xx_core.c
7353
ahd_outb(ahd, MAXCMD, 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
7354
ahd_outb(ahd, SCBAUTOPTR,
drivers/scsi/aic7xxx/aic79xx_core.c
7358
ahd_outb(ahd, MULTARGID, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7359
ahd_outb(ahd, MULTARGID + 1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7369
ahd_outb(ahd, NEGOADDR, target);
drivers/scsi/aic7xxx/aic79xx_core.c
737
ahd_outb(ahd, SDSCB_QOFF, value & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
7370
ahd_outb(ahd, ANNEXCOL, AHD_ANNEXCOL_PER_DEV0);
drivers/scsi/aic7xxx/aic79xx_core.c
7372
ahd_outb(ahd, ANNEXDAT, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
738
ahd_outb(ahd, SDSCB_QOFF+1, (value >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
7388
ahd_outb(ahd, CLRSINT3, NTRAMPERR|OSRAMPERR);
drivers/scsi/aic7xxx/aic79xx_core.c
7389
ahd_outb(ahd, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic79xx_core.c
7397
ahd_outb(ahd, LQCTL1, ABORTPENDING);
drivers/scsi/aic7xxx/aic79xx_core.c
7400
ahd_outb(ahd, LQCTL1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7405
ahd_outb(ahd, QOUTFIFO_ENTRY_VALID_TAG, QOUTFIFO_ENTRY_VALID);
drivers/scsi/aic7xxx/aic79xx_core.c
7420
ahd_outb(ahd, KERNEL_TQINPOS, ahd->tqinfifonext - 1);
drivers/scsi/aic7xxx/aic79xx_core.c
7421
ahd_outb(ahd, TQINPOS, ahd->tqinfifonext);
drivers/scsi/aic7xxx/aic79xx_core.c
7425
ahd_outb(ahd, SEQ_FLAGS, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7426
ahd_outb(ahd, SEQ_FLAGS2, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7467
ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq_template);
drivers/scsi/aic7xxx/aic79xx_core.c
7483
ahd_outb(ahd, CMDSIZE_TABLE, 5);
drivers/scsi/aic7xxx/aic79xx_core.c
7484
ahd_outb(ahd, CMDSIZE_TABLE + 1, 9);
drivers/scsi/aic7xxx/aic79xx_core.c
7485
ahd_outb(ahd, CMDSIZE_TABLE + 2, 9);
drivers/scsi/aic7xxx/aic79xx_core.c
7486
ahd_outb(ahd, CMDSIZE_TABLE + 3, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7487
ahd_outb(ahd, CMDSIZE_TABLE + 4, 15);
drivers/scsi/aic7xxx/aic79xx_core.c
7488
ahd_outb(ahd, CMDSIZE_TABLE + 5, 11);
drivers/scsi/aic7xxx/aic79xx_core.c
7489
ahd_outb(ahd, CMDSIZE_TABLE + 6, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7490
ahd_outb(ahd, CMDSIZE_TABLE + 7, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
7494
ahd_outb(ahd, QOFF_CTLSTA, SCB_QSIZE_512);
drivers/scsi/aic7xxx/aic79xx_core.c
7525
ahd_outb(ahd, NEGCONOPTS, negodat3);
drivers/scsi/aic7xxx/aic79xx_core.c
7777
ahd_outb(ahd, HCNTRL, hcntrl);
drivers/scsi/aic7xxx/aic79xx_core.c
7794
ahd_outb(ahd, INT_COALESCING_MAXCMDS, -maxcmds);
drivers/scsi/aic7xxx/aic79xx_core.c
7795
ahd_outb(ahd, INT_COALESCING_MINCMDS, -mincmds);
drivers/scsi/aic7xxx/aic79xx_core.c
7805
ahd_outb(ahd, HS_MAILBOX, ahd->hs_mailbox);
drivers/scsi/aic7xxx/aic79xx_core.c
7833
ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
drivers/scsi/aic7xxx/aic79xx_core.c
8130
ahd_outb(ahd, CCSCBCTL,
drivers/scsi/aic7xxx/aic79xx_core.c
8285
ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
drivers/scsi/aic7xxx/aic79xx_core.c
8312
ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
drivers/scsi/aic7xxx/aic79xx_core.c
8588
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
drivers/scsi/aic7xxx/aic79xx_core.c
8590
ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
drivers/scsi/aic7xxx/aic79xx_core.c
8594
ahd_outb(ahd, SCSISEQ0, scsiseq);
drivers/scsi/aic7xxx/aic79xx_core.c
8663
ahd_outb(ahd, SCSISEQ0, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
8664
ahd_outb(ahd, SCSISEQ1, 0);
drivers/scsi/aic7xxx/aic79xx_core.c
8678
ahd_outb(ahd, DFCNTRL,
drivers/scsi/aic7xxx/aic79xx_core.c
8686
ahd_outb(ahd, DFFSTAT, next_fifo);
drivers/scsi/aic7xxx/aic79xx_core.c
8693
ahd_outb(ahd, SIMODE1,
drivers/scsi/aic7xxx/aic79xx_core.c
8718
ahd_outb(ahd, CLRSINT1, CLRSCSIRSTI);
drivers/scsi/aic7xxx/aic79xx_core.c
8723
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST);
drivers/scsi/aic7xxx/aic79xx_core.c
8725
ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
drivers/scsi/aic7xxx/aic79xx_core.c
9241
ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
drivers/scsi/aic7xxx/aic79xx_core.c
9361
ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
drivers/scsi/aic7xxx/aic79xx_core.c
9405
ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS|FASTMODE);
drivers/scsi/aic7xxx/aic79xx_core.c
9564
ahd_outb(ahd, STACK, i & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
9565
ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
975
ahd_outb(ahd, CLRINT, CLRCMDINT);
drivers/scsi/aic7xxx/aic79xx_core.c
9883
ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
9884
ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic79xx_core.c
9944
ahd_outb(ahd, SEEADR, cur_addr);
drivers/scsi/aic7xxx/aic79xx_core.c
9945
ahd_outb(ahd, SEECTL, SEEOP_READ | SEESTART);
drivers/scsi/aic7xxx/aic79xx_core.c
9985
ahd_outb(ahd, SEEADR, SEEOP_EWEN_ADDR);
drivers/scsi/aic7xxx/aic79xx_core.c
9986
ahd_outb(ahd, SEECTL, SEEOP_EWEN | SEESTART);
drivers/scsi/aic7xxx/aic79xx_core.c
9999
ahd_outb(ahd, SEEADR, cur_addr);
drivers/scsi/aic7xxx/aic79xx_osm.c
2269
ahd_outb(ahd, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic79xx_osm.c
2270
ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
drivers/scsi/aic7xxx/aic79xx_osm.c
2293
ahd_outb(ahd, SCB_TASK_MANAGEMENT,
drivers/scsi/aic7xxx/aic79xx_osm.c
2313
ahd_outb(ahd, SCB_CONTROL,
drivers/scsi/aic7xxx/aic79xx_osm.c
392
void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
drivers/scsi/aic7xxx/aic79xx_osm.c
463
ahd_outb(ahd, port, *array++);
drivers/scsi/aic7xxx/aic79xx_osm.h
358
void ahd_outb(struct ahd_softc * ahd, long port, uint8_t val);
drivers/scsi/aic7xxx/aic79xx_pci.c
451
ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
drivers/scsi/aic7xxx/aic79xx_pci.c
458
ahd_outb(ahd, TARGPCISTAT, targpcistat);
drivers/scsi/aic7xxx/aic79xx_pci.c
464
ahd_outb(ahd, CLRINT, CLRPCIINT);
drivers/scsi/aic7xxx/aic79xx_pci.c
466
ahd_outb(ahd, SEQCTL0, PERRORDIS);
drivers/scsi/aic7xxx/aic79xx_pci.c
487
ahd_outb(ahd, TARGPCISTAT, targpcistat);
drivers/scsi/aic7xxx/aic79xx_pci.c
492
ahd_outb(ahd, CLRINT, CLRPCIINT);
drivers/scsi/aic7xxx/aic79xx_pci.c
494
ahd_outb(ahd, SEQCTL0, PERRORDIS|FAILDIS);
drivers/scsi/aic7xxx/aic79xx_pci.c
702
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
drivers/scsi/aic7xxx/aic79xx_pci.c
703
ahd_outb(ahd, SXFRCTL1, sxfrctl1);
drivers/scsi/aic7xxx/aic79xx_pci.c
808
ahd_outb(ahd, reg, pci_status[i]);
drivers/scsi/aic7xxx/aic79xx_pci.c
834
ahd_outb(ahd, CLRINT, CLRPCIINT);
drivers/scsi/aic7xxx/aic79xx_pci.c
864
ahd_outb(ahd, DCHSPLTSTAT0, split_status[i]);
drivers/scsi/aic7xxx/aic79xx_pci.c
865
ahd_outb(ahd, DCHSPLTSTAT1, split_status1[i]);
drivers/scsi/aic7xxx/aic79xx_pci.c
871
ahd_outb(ahd, SGSPLTSTAT0, sg_split_status[i]);
drivers/scsi/aic7xxx/aic79xx_pci.c
872
ahd_outb(ahd, SGSPLTSTAT1, sg_split_status1[i]);
drivers/scsi/aic7xxx/aic79xx_pci.c
896
ahd_outb(ahd, CLRINT, CLRSPLTINT);