sys/arch/i386/isa/ahc_isa.c
417
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/arch/i386/isa/ahc_isa.c
426
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/arch/i386/isa/ahc_isa.c
440
ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
sys/arch/i386/isa/ahc_isa.c
441
ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
sys/arch/i386/isa/ahc_isa.c
460
ahc_outb(ahc, BCTL, ENABLE);
sys/arch/i386/isa/ahc_isa.c
555
ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
sys/arch/i386/isa/ahc_isa.c
557
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/arch/i386/isa/ahc_isa.c
558
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/arch/i386/isa/ahc_isa.c
571
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/eisa/ahc_eisa.c
273
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/eisa/ahc_eisa.c
281
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/eisa/ahc_eisa.c
295
ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
sys/dev/eisa/ahc_eisa.c
296
ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
sys/dev/eisa/ahc_eisa.c
315
ahc_outb(ahc, BCTL, ENABLE);
sys/dev/ic/aic7xxx.c
1023
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1030
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1052
ahc_outb(ahc, CLRSINT0, CLRIOERR);
sys/dev/ic/aic7xxx.c
1069
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1095
ahc_outb(ahc, CLRSINT1, CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1172
ahc_outb(ahc, MSG_OUT, mesg_out);
sys/dev/ic/aic7xxx.c
1182
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1188
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/ic/aic7xxx.c
1194
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/ic/aic7xxx.c
1195
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1205
ahc_outb(ahc, CLRSINT0, CLRSELINGO);
sys/dev/ic/aic7xxx.c
1208
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/ic/aic7xxx.c
1241
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1260
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
1269
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/ic/aic7xxx.c
1270
ahc_outb(ahc, CLRSINT1, CLRBUSFREE|CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1422
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1427
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1506
ahc_outb(ahc, SIMODE0, 0);
sys/dev/ic/aic7xxx.c
1517
ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
sys/dev/ic/aic7xxx.c
1519
ahc_outb(ahc, SIMODE1, 0);
sys/dev/ic/aic7xxx.c
1520
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1521
ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
sys/dev/ic/aic7xxx.c
1525
ahc_outb(ahc, CLRSINT1, CLRBUSFREE);
sys/dev/ic/aic7xxx.c
1526
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1528
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/ic/aic7xxx.c
1533
ahc_outb(ahc, SIMODE0, simode0);
sys/dev/ic/aic7xxx.c
1534
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
1535
ahc_outb(ahc, SEQCTL, ahc->seqctl);
sys/dev/ic/aic7xxx.c
1546
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
sys/dev/ic/aic7xxx.c
1550
ahc_outb(ahc, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO);
sys/dev/ic/aic7xxx.c
1552
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
2012
ahc_outb(ahc, SXFRCTL0, sxfrctl0);
sys/dev/ic/aic7xxx.c
2016
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/ic/aic7xxx.c
2018
ahc_outb(ahc, SCSIOFFSET, offset);
sys/dev/ic/aic7xxx.c
2092
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/ic/aic7xxx.c
2185
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
2195
ahc_outb(ahc, SCB_CONTROL, control);
sys/dev/ic/aic7xxx.c
2196
ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate);
sys/dev/ic/aic7xxx.c
2197
ahc_outb(ahc, SCB_SCSIOFFSET, pending_hscb->scsioffset);
sys/dev/ic/aic7xxx.c
2199
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
2303
ahc_outb(ahc, SCSISIGO, scsisigo);
sys/dev/ic/aic7xxx.c
2354
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
2371
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
2388
ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic7xxx.c
2577
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2579
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/ic/aic7xxx.c
2580
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/ic/aic7xxx.c
2659
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
2662
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/ic/aic7xxx.c
2725
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2736
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2737
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
2742
ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
sys/dev/ic/aic7xxx.c
275
ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
sys/dev/ic/aic7xxx.c
276
ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
sys/dev/ic/aic7xxx.c
2760
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2767
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
277
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx.c
2773
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/ic/aic7xxx.c
278
ahc_outb(ahc, LASTPHASE, P_BUSFREE);
sys/dev/ic/aic7xxx.c
279
ahc_outb(ahc, SAVED_SCSIID, 0xFF);
sys/dev/ic/aic7xxx.c
280
ahc_outb(ahc, SAVED_LUN, 0xFF);
sys/dev/ic/aic7xxx.c
2846
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
2880
ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
sys/dev/ic/aic7xxx.c
2884
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
289
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/ic/aic7xxx.c
2891
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
2900
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic7xxx.c
2901
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/ic/aic7xxx.c
292
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
2920
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
sys/dev/ic/aic7xxx.c
2947
ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
sys/dev/ic/aic7xxx.c
2948
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
296
ahc_outb(ahc, CCSCBCNT, 0);
sys/dev/ic/aic7xxx.c
2960
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
297
ahc_outb(ahc, CCSGCTL, 0);
sys/dev/ic/aic7xxx.c
2972
ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP);
sys/dev/ic/aic7xxx.c
2974
ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP);
sys/dev/ic/aic7xxx.c
298
ahc_outb(ahc, CCSCBCTL, 0);
sys/dev/ic/aic7xxx.c
307
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/ic/aic7xxx.c
316
ahc_outb(ahc, CLRINT, CLRSEQINT);
sys/dev/ic/aic7xxx.c
318
ahc_outb(ahc, MWI_RESIDUAL, 0);
sys/dev/ic/aic7xxx.c
319
ahc_outb(ahc, SEQCTL, ahc->seqctl);
sys/dev/ic/aic7xxx.c
320
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
321
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
3556
ahc_outb(ahc, SCB_CONTROL,
sys/dev/ic/aic7xxx.c
3561
ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
sys/dev/ic/aic7xxx.c
3701
ahc_outb(ahc, SCB_LUN,
sys/dev/ic/aic7xxx.c
3746
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/ic/aic7xxx.c
3747
ahc_outb(ahc, HADDR,
sys/dev/ic/aic7xxx.c
3749
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/ic/aic7xxx.c
3751
ahc_outb(ahc, HADDR + 3, dataptr >> 24);
sys/dev/ic/aic7xxx.c
3752
ahc_outb(ahc, HADDR + 2, dataptr >> 16);
sys/dev/ic/aic7xxx.c
3753
ahc_outb(ahc, HADDR + 1, dataptr >> 8);
sys/dev/ic/aic7xxx.c
3754
ahc_outb(ahc, HADDR, dataptr);
sys/dev/ic/aic7xxx.c
3755
ahc_outb(ahc, HCNT + 2, resid >> 16);
sys/dev/ic/aic7xxx.c
3756
ahc_outb(ahc, HCNT + 1, resid >> 8);
sys/dev/ic/aic7xxx.c
3757
ahc_outb(ahc, HCNT, resid);
sys/dev/ic/aic7xxx.c
3759
ahc_outb(ahc, STCNT + 2, resid >> 16);
sys/dev/ic/aic7xxx.c
3760
ahc_outb(ahc, STCNT + 1, resid >> 8);
sys/dev/ic/aic7xxx.c
3761
ahc_outb(ahc, STCNT, resid);
sys/dev/ic/aic7xxx.c
3998
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/ic/aic7xxx.c
3999
ahc_outb(ahc, SXFRCTL0, 0);
sys/dev/ic/aic7xxx.c
4000
ahc_outb(ahc, DSPCISTATUS, 0);
sys/dev/ic/aic7xxx.c
4003
ahc_outb(ahc, i, 0);
sys/dev/ic/aic7xxx.c
4036
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/ic/aic7xxx.c
4038
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4042
ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
sys/dev/ic/aic7xxx.c
4059
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/ic/aic7xxx.c
4093
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/ic/aic7xxx.c
4094
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
sys/dev/ic/aic7xxx.c
4095
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4097
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
sys/dev/ic/aic7xxx.c
4123
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
4124
ahc_outb(ahc, SCB_BASE, i);
sys/dev/ic/aic7xxx.c
4127
ahc_outb(ahc, SCBPTR, 0);
sys/dev/ic/aic7xxx.c
4158
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
4166
ahc_outb(ahc, SCB_BASE+j, 0xFF);
sys/dev/ic/aic7xxx.c
4169
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
4173
ahc_outb(ahc, SCB_NEXT, i+1);
sys/dev/ic/aic7xxx.c
4175
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4178
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4179
ahc_outb(ahc, SCB_SCSIID, 0xFF);
sys/dev/ic/aic7xxx.c
4180
ahc_outb(ahc, SCB_LUN, 0xFF);
sys/dev/ic/aic7xxx.c
4185
ahc_outb(ahc, FREE_SCBH, 0);
sys/dev/ic/aic7xxx.c
4188
ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4192
ahc_outb(ahc, SCBPTR, i-1);
sys/dev/ic/aic7xxx.c
4193
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4457
ahc_outb(ahc, SEQ_FLAGS, 0);
sys/dev/ic/aic7xxx.c
4458
ahc_outb(ahc, SEQ_FLAGS2, 0);
sys/dev/ic/aic7xxx.c
4466
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4468
ahc_outb(ahc, SCSIID, ahc->our_id_b);
sys/dev/ic/aic7xxx.c
447
ahc_outb(ahc, CLRINT, CLRSEQINT);
sys/dev/ic/aic7xxx.c
4470
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4473
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/ic/aic7xxx.c
4474
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/ic/aic7xxx.c
4475
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/ic/aic7xxx.c
4478
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4482
ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
sys/dev/ic/aic7xxx.c
4484
ahc_outb(ahc, SCSIID, ahc->our_id);
sys/dev/ic/aic7xxx.c
4486
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4490
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/ic/aic7xxx.c
4491
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/ic/aic7xxx.c
4492
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/ic/aic7xxx.c
4517
ahc_outb(ahc, TARGID, 0);
sys/dev/ic/aic7xxx.c
4518
ahc_outb(ahc, TARGID + 1, 0);
sys/dev/ic/aic7xxx.c
4525
ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4526
ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4527
ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4528
ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/aic7xxx.c
4531
ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4532
ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4533
ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4534
ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/aic7xxx.c
4541
ahc_outb(ahc, CMDSIZE_TABLE, 5);
sys/dev/ic/aic7xxx.c
4542
ahc_outb(ahc, CMDSIZE_TABLE + 1, 9);
sys/dev/ic/aic7xxx.c
4543
ahc_outb(ahc, CMDSIZE_TABLE + 2, 9);
sys/dev/ic/aic7xxx.c
4544
ahc_outb(ahc, CMDSIZE_TABLE + 3, 0);
sys/dev/ic/aic7xxx.c
4545
ahc_outb(ahc, CMDSIZE_TABLE + 4, 15);
sys/dev/ic/aic7xxx.c
4546
ahc_outb(ahc, CMDSIZE_TABLE + 5, 11);
sys/dev/ic/aic7xxx.c
4547
ahc_outb(ahc, CMDSIZE_TABLE + 6, 0);
sys/dev/ic/aic7xxx.c
4548
ahc_outb(ahc, CMDSIZE_TABLE + 7, 0);
sys/dev/ic/aic7xxx.c
4551
ahc_outb(ahc, HS_MAILBOX, 0);
sys/dev/ic/aic7xxx.c
4556
ahc_outb(ahc, KERNEL_TQINPOS, ahc->tqinfifonext - 1);
sys/dev/ic/aic7xxx.c
4557
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/ic/aic7xxx.c
4562
ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256);
sys/dev/ic/aic7xxx.c
4563
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
4564
ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
4565
ahc_outb(ahc, SDSCB_QOFF, 0);
sys/dev/ic/aic7xxx.c
4567
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
4568
ahc_outb(ahc, QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
4569
ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
sys/dev/ic/aic7xxx.c
4573
ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4576
ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4579
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/ic/aic7xxx.c
458
ahc_outb(ahc, RETURN_1, 0);
sys/dev/ic/aic7xxx.c
4589
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);
sys/dev/ic/aic7xxx.c
4597
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/ic/aic7xxx.c
4670
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/ic/aic7xxx.c
4671
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/ic/aic7xxx.c
4756
ahc_outb(ahc, SEQ_FLAGS, 0);
sys/dev/ic/aic7xxx.c
4757
ahc_outb(ahc, SEQ_FLAGS2, 0);
sys/dev/ic/aic7xxx.c
4936
ahc_outb(ahc, HCNTRL, hcntrl);
sys/dev/ic/aic7xxx.c
4954
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
4956
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
4974
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
4975
ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4976
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
4979
ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4992
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
4993
ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
sys/dev/ic/aic7xxx.c
4994
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
4997
ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
sys/dev/ic/aic7xxx.c
5075
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5077
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5086
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5109
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/ic/aic7xxx.c
5136
ahc_outb(ahc, SNSCB_QOFF, qinstart);
sys/dev/ic/aic7xxx.c
5156
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5204
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5206
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5244
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5262
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5314
ahc_outb(ahc, SCBPTR, curscbptr);
sys/dev/ic/aic7xxx.c
5445
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5479
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/ic/aic7xxx.c
5492
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/ic/aic7xxx.c
5495
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
5500
ahc_outb(ahc, SCBPTR, prev);
sys/dev/ic/aic7xxx.c
5501
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5503
ahc_outb(ahc, DISCONNECTED_SCBH, next);
sys/dev/ic/aic7xxx.c
5520
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
5523
ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
sys/dev/ic/aic7xxx.c
5524
ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
sys/dev/ic/aic7xxx.c
5542
ahc_outb(ahc, SCBPTR, scbpos);
sys/dev/ic/aic7xxx.c
5546
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
5553
ahc_outb(ahc, WAITING_SCBH, next);
sys/dev/ic/aic7xxx.c
5559
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
5565
ahc_outb(ahc, SCBPTR, prev);
sys/dev/ic/aic7xxx.c
5566
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5572
ahc_outb(ahc, SCBPTR, curscb);
sys/dev/ic/aic7xxx.c
5676
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
5709
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/ic/aic7xxx.c
5719
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
sys/dev/ic/aic7xxx.c
5721
ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
sys/dev/ic/aic7xxx.c
5725
ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
sys/dev/ic/aic7xxx.c
5730
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
sys/dev/ic/aic7xxx.c
5793
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
sys/dev/ic/aic7xxx.c
5804
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
5808
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/ic/aic7xxx.c
5809
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
5823
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
5827
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/ic/aic7xxx.c
6082
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/ic/aic7xxx.c
6083
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
6084
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
611
ahc_outb(ahc, RETURN_1, SEND_SENSE);
sys/dev/ic/aic7xxx.c
6138
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/ic/aic7xxx.c
6139
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
6140
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
6198
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
sys/dev/ic/aic7xxx.c
627
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
6488
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/ic/aic7xxx.c
6502
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6512
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6532
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6540
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
6560
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
658
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/ic/aic7xxx.c
6598
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
6847
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/ic/aic7xxx.c
6848
ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
sys/dev/ic/aic7xxx.c
6879
ahc_outb(ahc, SBLKCTL,
sys/dev/ic/aic7xxx.c
6882
ahc_outb(ahc, SCSIID, target);
sys/dev/ic/aic7xxx.c
6885
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
6894
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/ic/aic7xxx.c
6897
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/ic/aic7xxx.c
6971
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/ic/aic7xxx.c
6972
ahc_outb(ahc, TARGID+1,
sys/dev/ic/aic7xxx.c
6993
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/ic/aic7xxx.c
6996
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/ic/aic7xxx.c
7052
ahc_outb(ahc, SCSIID_ULTRA2, scsiid);
sys/dev/ic/aic7xxx.c
7054
ahc_outb(ahc, SCSIID, scsiid);
sys/dev/ic/aic7xxx.c
7100
ahc_outb(ahc, HS_MAILBOX, hs_mailbox);
sys/dev/ic/aic7xxx.c
7104
ahc_outb(ahc, KERNEL_TQINPOS,
sys/dev/ic/aic7xxx.c
796
ahc_outb(ahc, LASTPHASE, curphase);
sys/dev/ic/aic7xxx.c
797
ahc_outb(ahc, SCSISIGO, curphase);
sys/dev/ic/aic7xxx.c
808
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
817
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
899
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
901
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
909
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/ic/aic7xxx.c
910
ahc_outb(ahc, HADDR, 0);
sys/dev/ic/aic7xxx.c
911
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/ic/aic7xxx_inline.h
103
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/ic/aic7xxx_inline.h
129
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/ic/aic7xxx_inline.h
317
ahc_outb(ahc, port, value & 0xFF);
sys/dev/ic/aic7xxx_inline.h
318
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
333
ahc_outb(ahc, port, (value) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
334
ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
335
ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
336
ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
426
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx_inline.h
430
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx_inline.h
549
ahc_outb(ahc, CLRINT, CLRCMDINT);
sys/dev/ic/aic7xxx_openbsd.c
438
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/ic/aic7xxx_openbsd.c
439
ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx_seeprom.c
166
ahc_outb(ahc, SCBPTR, 2);
sys/dev/ic/aic7xxx_seeprom.c
190
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/ic/aic7xxx_seeprom.c
191
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/ic/aic7xxx_seeprom.c
292
ahc_outb(ahc, TARG_OFFSET + i, offset);
sys/dev/ic/aic7xxx_seeprom.c
310
ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
sys/dev/ic/aic7xxx_seeprom.c
347
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/ic/aic7xxx_seeprom.c
348
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/dev/ic/aic7xxx_seeprom.c
349
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/dev/ic/aic7xxx_seeprom.c
350
ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
sys/dev/ic/aic7xxx_seeprom.c
351
ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
sys/dev/ic/aic7xxx_seeprom.c
535
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
572
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
653
ahc_outb(ahc, SPIOCAP, spiocap);
sys/dev/ic/aic7xxx_seeprom.c
654
ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
sys/dev/ic/aic7xxx_seeprom.c
655
ahc_outb(ahc, BRDCTL, 0);
sys/dev/ic/aic7xxx_seeprom.c
712
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
715
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
721
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
727
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
745
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
748
ahc_outb(ahc, BRDCTL, 0);
sys/dev/pci/ahc_pci.c
1001
ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
sys/dev/pci/ahc_pci.c
1036
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/pci/ahc_pci.c
1039
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/pci/ahc_pci.c
1147
ahc_outb(ahc, SCBBADDR, ahc->bd->func);
sys/dev/pci/ahc_pci.c
1166
ahc_outb(ahc, DSCOMMAND0, dscommand0);
sys/dev/pci/ahc_pci.c
1229
ahc_outb(ahc, SEQCTL, 0);
sys/dev/pci/ahc_pci.c
1230
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1231
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1241
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1242
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1278
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/pci/ahc_pci.c
1280
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1281
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1333
ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
sys/dev/pci/ahc_pci.c
1336
ahc_outb(ahc, SEQCTL, PERRORDIS);
sys/dev/pci/ahc_pci.c
1337
ahc_outb(ahc, SCBPTR, 0);
sys/dev/pci/ahc_pci.c
1354
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1355
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/pci/ahc_pci.c
1405
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1414
ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
sys/dev/pci/ahc_pci.c
1415
ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
sys/dev/pci/ahc_pci.c
1420
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/pci/ahc_pci.c
1421
ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
sys/dev/pci/ahc_pci.c
1423
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/pci/ahc_pci.c
1424
ahc_outb(ahc, CRCCONTROL1,
sys/dev/pci/ahc_pci.c
1428
ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
sys/dev/pci/ahc_pci.c
1431
ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);
sys/dev/pci/ahc_pci.c
887
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/pci/ahc_pci.c
888
ahc_outb(ahc, OPTIONMODE,
sys/dev/pci/ahc_pci.c
890
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/pci/ahc_pci.c
893
ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
sys/dev/pci/ahc_pci.c
936
ahc_outb(ahc, DSCOMMAND0, dscommand0);
sys/dev/pci/ahc_pci.c
972
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
sys/dev/pci/ahc_pci.c
975
ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
sys/dev/pci/ahc_pci.c
977
ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);