Symbol: ahc_outb
sys/arch/i386/isa/ahc_isa.c
525
ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
sys/arch/i386/isa/ahc_isa.c
527
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/arch/i386/isa/ahc_isa.c
528
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/arch/i386/isa/ahc_isa.c
541
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/cardbus/ahc_cardbus.c
209
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
sys/dev/cardbus/ahc_cardbus.c
215
ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
sys/dev/cardbus/ahc_cardbus.c
225
ahc_outb(ahc, SCSICONF, our_id | ENSPCHK | RESET_SCSI);
sys/dev/ic/aic77xx.c
106
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic77xx.c
111
ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
sys/dev/ic/aic77xx.c
112
ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
sys/dev/ic/aic77xx.c
128
ahc_outb(ahc, BCTL, ENABLE);
sys/dev/ic/aic77xx.c
97
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
1001
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1023
ahc_outb(ahc, CLRSINT0, CLRIOERR);
sys/dev/ic/aic7xxx.c
1040
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx.c
1065
ahc_outb(ahc, CLRSINT1, CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1142
ahc_outb(ahc, MSG_OUT, mesg_out);
sys/dev/ic/aic7xxx.c
1150
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1156
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/ic/aic7xxx.c
1162
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/ic/aic7xxx.c
1163
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1173
ahc_outb(ahc, CLRSINT0, CLRSELINGO);
sys/dev/ic/aic7xxx.c
1176
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/ic/aic7xxx.c
1206
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1224
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
1233
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/ic/aic7xxx.c
1234
ahc_outb(ahc, CLRSINT1, CLRBUSFREE|CLRSCSIPERR);
sys/dev/ic/aic7xxx.c
1379
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1384
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1467
ahc_outb(ahc, SIMODE0, 0);
sys/dev/ic/aic7xxx.c
1478
ahc_outb(ahc, SIMODE1, ENBUSFREE);
sys/dev/ic/aic7xxx.c
1480
ahc_outb(ahc, SIMODE1, 0);
sys/dev/ic/aic7xxx.c
1481
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1482
ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) | STEP);
sys/dev/ic/aic7xxx.c
1486
ahc_outb(ahc, CLRSINT1, CLRBUSFREE);
sys/dev/ic/aic7xxx.c
1487
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1489
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/ic/aic7xxx.c
1494
ahc_outb(ahc, SIMODE0, simode0);
sys/dev/ic/aic7xxx.c
1495
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
1496
ahc_outb(ahc, SEQCTL, ahc_inb(ahc, SEQCTL) & ~STEP);
sys/dev/ic/aic7xxx.c
1507
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
sys/dev/ic/aic7xxx.c
1511
ahc_outb(ahc, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO);
sys/dev/ic/aic7xxx.c
1513
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/ic/aic7xxx.c
1972
ahc_outb(ahc, SXFRCTL0, sxfrctl0);
sys/dev/ic/aic7xxx.c
1976
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/ic/aic7xxx.c
1978
ahc_outb(ahc, SCSIOFFSET, offset);
sys/dev/ic/aic7xxx.c
2052
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/ic/aic7xxx.c
2143
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
2153
ahc_outb(ahc, SCB_CONTROL, control);
sys/dev/ic/aic7xxx.c
2154
ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate);
sys/dev/ic/aic7xxx.c
2155
ahc_outb(ahc, SCB_SCSIOFFSET, pending_hscb->scsioffset);
sys/dev/ic/aic7xxx.c
2157
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
2261
ahc_outb(ahc, SCSISIGO, scsisigo);
sys/dev/ic/aic7xxx.c
2312
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
2329
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
2346
ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic7xxx.c
2534
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2536
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/ic/aic7xxx.c
2537
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/ic/aic7xxx.c
2616
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
2619
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/ic/aic7xxx.c
2682
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2693
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2694
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
2699
ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
sys/dev/ic/aic7xxx.c
2717
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/ic/aic7xxx.c
2724
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
2730
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/ic/aic7xxx.c
2803
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/ic/aic7xxx.c
281
ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
sys/dev/ic/aic7xxx.c
282
ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
sys/dev/ic/aic7xxx.c
283
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx.c
2837
ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
sys/dev/ic/aic7xxx.c
284
ahc_outb(ahc, LASTPHASE, P_BUSFREE);
sys/dev/ic/aic7xxx.c
2841
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
2848
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
285
ahc_outb(ahc, SAVED_SCSIID, 0xFF);
sys/dev/ic/aic7xxx.c
2857
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic7xxx.c
2858
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/ic/aic7xxx.c
286
ahc_outb(ahc, SAVED_LUN, 0xFF);
sys/dev/ic/aic7xxx.c
2877
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
sys/dev/ic/aic7xxx.c
2904
ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
sys/dev/ic/aic7xxx.c
2905
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
2917
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
2929
ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP);
sys/dev/ic/aic7xxx.c
2931
ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP);
sys/dev/ic/aic7xxx.c
295
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/ic/aic7xxx.c
298
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
302
ahc_outb(ahc, CCSCBCNT, 0);
sys/dev/ic/aic7xxx.c
303
ahc_outb(ahc, CCSGCTL, 0);
sys/dev/ic/aic7xxx.c
304
ahc_outb(ahc, CCSCBCTL, 0);
sys/dev/ic/aic7xxx.c
313
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/ic/aic7xxx.c
316
ahc_outb(ahc, MWI_RESIDUAL, 0);
sys/dev/ic/aic7xxx.c
317
ahc_outb(ahc, SEQCTL, FASTMODE);
sys/dev/ic/aic7xxx.c
318
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
319
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
3513
ahc_outb(ahc, SCB_CONTROL,
sys/dev/ic/aic7xxx.c
3518
ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
sys/dev/ic/aic7xxx.c
3649
ahc_outb(ahc, SCB_RESIDUAL_SGPTR + 3,
sys/dev/ic/aic7xxx.c
3651
ahc_outb(ahc, SCB_RESIDUAL_SGPTR + 2,
sys/dev/ic/aic7xxx.c
3653
ahc_outb(ahc, SCB_RESIDUAL_SGPTR + 1,
sys/dev/ic/aic7xxx.c
3655
ahc_outb(ahc, SCB_RESIDUAL_SGPTR, sgptr);
sys/dev/ic/aic7xxx.c
3658
ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 3, data_cnt >> 24);
sys/dev/ic/aic7xxx.c
3659
ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 2, data_cnt >> 16);
sys/dev/ic/aic7xxx.c
3660
ahc_outb(ahc, SCB_RESIDUAL_DATACNT + 1, data_cnt >> 8);
sys/dev/ic/aic7xxx.c
3661
ahc_outb(ahc, SCB_RESIDUAL_DATACNT, data_cnt);
sys/dev/ic/aic7xxx.c
3705
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/ic/aic7xxx.c
3706
ahc_outb(ahc, HADDR,
sys/dev/ic/aic7xxx.c
3708
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/ic/aic7xxx.c
3710
ahc_outb(ahc, HADDR + 3, dataptr >> 24);
sys/dev/ic/aic7xxx.c
3711
ahc_outb(ahc, HADDR + 2, dataptr >> 16);
sys/dev/ic/aic7xxx.c
3712
ahc_outb(ahc, HADDR + 1, dataptr >> 8);
sys/dev/ic/aic7xxx.c
3713
ahc_outb(ahc, HADDR, dataptr);
sys/dev/ic/aic7xxx.c
3714
ahc_outb(ahc, HCNT + 2, resid >> 16);
sys/dev/ic/aic7xxx.c
3715
ahc_outb(ahc, HCNT + 1, resid >> 8);
sys/dev/ic/aic7xxx.c
3716
ahc_outb(ahc, HCNT, resid);
sys/dev/ic/aic7xxx.c
3718
ahc_outb(ahc, STCNT + 2, resid >> 16);
sys/dev/ic/aic7xxx.c
3719
ahc_outb(ahc, STCNT + 1, resid >> 8);
sys/dev/ic/aic7xxx.c
3720
ahc_outb(ahc, STCNT, resid);
sys/dev/ic/aic7xxx.c
3978
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/ic/aic7xxx.c
3979
ahc_outb(ahc, SXFRCTL0, 0);
sys/dev/ic/aic7xxx.c
3980
ahc_outb(ahc, DSPCISTATUS, 0);
sys/dev/ic/aic7xxx.c
3983
ahc_outb(ahc, i, 0);
sys/dev/ic/aic7xxx.c
4020
ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
sys/dev/ic/aic7xxx.c
4022
ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4026
ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
sys/dev/ic/aic7xxx.c
4043
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/ic/aic7xxx.c
4080
ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB);
sys/dev/ic/aic7xxx.c
4081
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
sys/dev/ic/aic7xxx.c
4082
ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4084
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
sys/dev/ic/aic7xxx.c
4103
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
4104
ahc_outb(ahc, SCB_BASE, i);
sys/dev/ic/aic7xxx.c
4107
ahc_outb(ahc, SCBPTR, 0);
sys/dev/ic/aic7xxx.c
4138
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
4146
ahc_outb(ahc, SCB_BASE+j, 0xFF);
sys/dev/ic/aic7xxx.c
4149
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
4153
ahc_outb(ahc, SCB_NEXT, i+1);
sys/dev/ic/aic7xxx.c
4155
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4158
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4159
ahc_outb(ahc, SCB_SCSIID, 0xFF);
sys/dev/ic/aic7xxx.c
4160
ahc_outb(ahc, SCB_LUN, 0xFF);
sys/dev/ic/aic7xxx.c
4164
ahc_outb(ahc, SCBPTR, i-1);
sys/dev/ic/aic7xxx.c
4165
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4186
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
4244
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/ic/aic7xxx.c
440
ahc_outb(ahc, CLRINT, CLRSEQINT);
sys/dev/ic/aic7xxx.c
4468
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/ic/aic7xxx.c
4469
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/ic/aic7xxx.c
452
ahc_outb(ahc, RETURN_1, 0);
sys/dev/ic/aic7xxx.c
4525
ahc_outb(ahc, KERNEL_TQINPOS, ahc->tqinfifonext - 1);
sys/dev/ic/aic7xxx.c
4526
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/ic/aic7xxx.c
4561
ahc_outb(ahc, SEQ_FLAGS, 0);
sys/dev/ic/aic7xxx.c
4562
ahc_outb(ahc, SEQ_FLAGS2, 0);
sys/dev/ic/aic7xxx.c
4590
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4592
ahc_outb(ahc, SCSIID, ahc->our_id_b);
sys/dev/ic/aic7xxx.c
4594
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4597
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/ic/aic7xxx.c
4598
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/ic/aic7xxx.c
4599
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/ic/aic7xxx.c
4606
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4611
ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
sys/dev/ic/aic7xxx.c
4613
ahc_outb(ahc, SCSIID, ahc->our_id);
sys/dev/ic/aic7xxx.c
4615
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4619
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/ic/aic7xxx.c
4620
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/ic/aic7xxx.c
4621
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/ic/aic7xxx.c
4790
ahc_outb(ahc, TARGID, 0);
sys/dev/ic/aic7xxx.c
4791
ahc_outb(ahc, TARGID + 1, 0);
sys/dev/ic/aic7xxx.c
4798
ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4799
ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4800
ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4801
ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/aic7xxx.c
4804
ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
sys/dev/ic/aic7xxx.c
4805
ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/ic/aic7xxx.c
4806
ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/ic/aic7xxx.c
4807
ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/ic/aic7xxx.c
4814
ahc_outb(ahc, CMDSIZE_TABLE, 5);
sys/dev/ic/aic7xxx.c
4815
ahc_outb(ahc, CMDSIZE_TABLE + 1, 9);
sys/dev/ic/aic7xxx.c
4816
ahc_outb(ahc, CMDSIZE_TABLE + 2, 9);
sys/dev/ic/aic7xxx.c
4817
ahc_outb(ahc, CMDSIZE_TABLE + 3, 0);
sys/dev/ic/aic7xxx.c
4818
ahc_outb(ahc, CMDSIZE_TABLE + 4, 15);
sys/dev/ic/aic7xxx.c
4819
ahc_outb(ahc, CMDSIZE_TABLE + 5, 11);
sys/dev/ic/aic7xxx.c
4820
ahc_outb(ahc, CMDSIZE_TABLE + 6, 0);
sys/dev/ic/aic7xxx.c
4821
ahc_outb(ahc, CMDSIZE_TABLE + 7, 0);
sys/dev/ic/aic7xxx.c
4824
ahc_outb(ahc, KERNEL_QINPOS, 0);
sys/dev/ic/aic7xxx.c
4825
ahc_outb(ahc, QINPOS, 0);
sys/dev/ic/aic7xxx.c
4826
ahc_outb(ahc, QOUTPOS, 0);
sys/dev/ic/aic7xxx.c
4833
ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256);
sys/dev/ic/aic7xxx.c
4834
ahc_outb(ahc, SDSCB_QOFF, 0);
sys/dev/ic/aic7xxx.c
4835
ahc_outb(ahc, SNSCB_QOFF, 0);
sys/dev/ic/aic7xxx.c
4836
ahc_outb(ahc, HNSCB_QOFF, 0);
sys/dev/ic/aic7xxx.c
4841
ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4844
ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
4847
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/ic/aic7xxx.c
4857
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);
sys/dev/ic/aic7xxx.c
4904
ahc_outb(ahc, HCNTRL, hcntrl);
sys/dev/ic/aic7xxx.c
4931
ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
sys/dev/ic/aic7xxx.c
4969
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
4977
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
4996
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/ic/aic7xxx.c
4998
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/ic/aic7xxx.c
5046
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/ic/aic7xxx.c
5047
ahc_outb(ahc, SCSIID, ahc->our_id);
sys/dev/ic/aic7xxx.c
5048
ahc_outb(ahc, SCSISEQ, ahc->suspend_state.channel[1].scsiseq);
sys/dev/ic/aic7xxx.c
5049
ahc_outb(ahc, SXFRCTL0, ahc->suspend_state.channel[1].sxfrctl0);
sys/dev/ic/aic7xxx.c
5050
ahc_outb(ahc, SXFRCTL1, ahc->suspend_state.channel[1].sxfrctl1);
sys/dev/ic/aic7xxx.c
5051
ahc_outb(ahc, SIMODE0, ahc->suspend_state.channel[1].simode0);
sys/dev/ic/aic7xxx.c
5052
ahc_outb(ahc, SIMODE1, ahc->suspend_state.channel[1].simode1);
sys/dev/ic/aic7xxx.c
5053
ahc_outb(ahc, SELTIMER, ahc->suspend_state.channel[1].seltimer);
sys/dev/ic/aic7xxx.c
5054
ahc_outb(ahc, SEQCTL, ahc->suspend_state.channel[1].seqctl);
sys/dev/ic/aic7xxx.c
5055
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/ic/aic7xxx.c
5057
ahc_outb(ahc, SCSISEQ, ahc->suspend_state.channel[0].scsiseq);
sys/dev/ic/aic7xxx.c
5058
ahc_outb(ahc, SXFRCTL0, ahc->suspend_state.channel[0].sxfrctl0);
sys/dev/ic/aic7xxx.c
5059
ahc_outb(ahc, SXFRCTL1, ahc->suspend_state.channel[0].sxfrctl1);
sys/dev/ic/aic7xxx.c
5060
ahc_outb(ahc, SIMODE0, ahc->suspend_state.channel[0].simode0);
sys/dev/ic/aic7xxx.c
5061
ahc_outb(ahc, SIMODE1, ahc->suspend_state.channel[0].simode1);
sys/dev/ic/aic7xxx.c
5062
ahc_outb(ahc, SELTIMER, ahc->suspend_state.channel[0].seltimer);
sys/dev/ic/aic7xxx.c
5063
ahc_outb(ahc, SEQCTL, ahc->suspend_state.channel[0].seqctl);
sys/dev/ic/aic7xxx.c
5065
ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
sys/dev/ic/aic7xxx.c
5067
ahc_outb(ahc, SCSIID, ahc->our_id);
sys/dev/ic/aic7xxx.c
5070
ahc_outb(ahc, DSCOMMAND0, ahc->suspend_state.dscommand0);
sys/dev/ic/aic7xxx.c
5071
ahc_outb(ahc, DSPCISTATUS, ahc->suspend_state.dspcistatus);
sys/dev/ic/aic7xxx.c
5078
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/ic/aic7xxx.c
5079
ahc_outb(ahc, OPTIONMODE, ahc->suspend_state.optionmode);
sys/dev/ic/aic7xxx.c
5080
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/ic/aic7xxx.c
5081
ahc_outb(ahc, CRCCONTROL1, ahc->suspend_state.crccontrol1);
sys/dev/ic/aic7xxx.c
5085
ahc_outb(ahc, SCBBADDR, ahc->suspend_state.scbbaddr);
sys/dev/ic/aic7xxx.c
5088
ahc_outb(ahc, DFF_THRSH, ahc->suspend_state.dff_thrsh);
sys/dev/ic/aic7xxx.c
5092
ahc_outb(ahc, SRAM_BASE + i, *ptr++);
sys/dev/ic/aic7xxx.c
5096
ahc_outb(ahc, TARG_OFFSET + i, *ptr++);
sys/dev/ic/aic7xxx.c
5130
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
5132
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
5150
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
5151
ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
5152
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
5155
ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
5168
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/ic/aic7xxx.c
5169
ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
sys/dev/ic/aic7xxx.c
5170
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
5173
ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
sys/dev/ic/aic7xxx.c
5250
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5252
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5261
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5280
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/ic/aic7xxx.c
5307
ahc_outb(ahc, SNSCB_QOFF, qinstart);
sys/dev/ic/aic7xxx.c
5327
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5375
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5377
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx.c
5415
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
5433
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5486
ahc_outb(ahc, SCBPTR, curscbptr);
sys/dev/ic/aic7xxx.c
5619
ahc_outb(ahc, SCBPTR, next);
sys/dev/ic/aic7xxx.c
5653
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/ic/aic7xxx.c
5666
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/ic/aic7xxx.c
5669
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
5674
ahc_outb(ahc, SCBPTR, prev);
sys/dev/ic/aic7xxx.c
5675
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5677
ahc_outb(ahc, DISCONNECTED_SCBH, next);
sys/dev/ic/aic7xxx.c
5694
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/ic/aic7xxx.c
5697
ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
sys/dev/ic/aic7xxx.c
5698
ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
sys/dev/ic/aic7xxx.c
5716
ahc_outb(ahc, SCBPTR, scbpos);
sys/dev/ic/aic7xxx.c
5720
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/ic/aic7xxx.c
5727
ahc_outb(ahc, WAITING_SCBH, next);
sys/dev/ic/aic7xxx.c
5733
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/ic/aic7xxx.c
5739
ahc_outb(ahc, SCBPTR, prev);
sys/dev/ic/aic7xxx.c
5740
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/ic/aic7xxx.c
5746
ahc_outb(ahc, SCBPTR, curscb);
sys/dev/ic/aic7xxx.c
582
ahc_outb(ahc, RETURN_1, SEND_SENSE);
sys/dev/ic/aic7xxx.c
5850
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
5883
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/ic/aic7xxx.c
5894
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
sys/dev/ic/aic7xxx.c
5896
ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
sys/dev/ic/aic7xxx.c
5900
ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
sys/dev/ic/aic7xxx.c
5905
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
sys/dev/ic/aic7xxx.c
5968
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
sys/dev/ic/aic7xxx.c
5979
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
598
ahc_outb(ahc, SCSISEQ,
sys/dev/ic/aic7xxx.c
5983
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/ic/aic7xxx.c
5984
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
5998
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/ic/aic7xxx.c
6002
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/ic/aic7xxx.c
6263
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/ic/aic7xxx.c
6264
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
6265
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
629
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/ic/aic7xxx.c
6319
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/ic/aic7xxx.c
6320
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/ic/aic7xxx.c
6321
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/ic/aic7xxx.c
6363
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
sys/dev/ic/aic7xxx.c
6668
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/ic/aic7xxx.c
6682
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6692
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6712
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/ic/aic7xxx.c
6720
ahc_outb(ahc, SCBPTR, i);
sys/dev/ic/aic7xxx.c
6740
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/ic/aic7xxx.c
6776
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx.c
7005
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/ic/aic7xxx.c
7006
ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
sys/dev/ic/aic7xxx.c
7037
ahc_outb(ahc, SBLKCTL,
sys/dev/ic/aic7xxx.c
7040
ahc_outb(ahc, SCSIID, target);
sys/dev/ic/aic7xxx.c
7043
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/ic/aic7xxx.c
7052
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/ic/aic7xxx.c
7055
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/ic/aic7xxx.c
7129
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/ic/aic7xxx.c
7130
ahc_outb(ahc, TARGID+1,
sys/dev/ic/aic7xxx.c
7151
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/ic/aic7xxx.c
7154
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/ic/aic7xxx.c
7202
ahc_outb(ahc, SCSIID_ULTRA2, scsiid);
sys/dev/ic/aic7xxx.c
7204
ahc_outb(ahc, SCSIID, scsiid);
sys/dev/ic/aic7xxx.c
7249
ahc_outb(ahc, HS_MAILBOX, hs_mailbox);
sys/dev/ic/aic7xxx.c
7253
ahc_outb(ahc, KERNEL_TQINPOS,
sys/dev/ic/aic7xxx.c
769
ahc_outb(ahc, LASTPHASE, curphase);
sys/dev/ic/aic7xxx.c
770
ahc_outb(ahc, SCSISIGO, curphase);
sys/dev/ic/aic7xxx.c
781
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
790
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
871
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
873
ahc_outb(ahc, SXFRCTL0,
sys/dev/ic/aic7xxx.c
881
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/ic/aic7xxx.c
882
ahc_outb(ahc, HADDR, 0);
sys/dev/ic/aic7xxx.c
883
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/ic/aic7xxx.c
994
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/ic/aic7xxx_inline.h
120
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/ic/aic7xxx_inline.h
316
ahc_outb(ahc, port, value & 0xFF);
sys/dev/ic/aic7xxx_inline.h
317
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
332
ahc_outb(ahc, port, (value) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
333
ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
334
ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
335
ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
354
ahc_outb(ahc, port, value & 0xFF);
sys/dev/ic/aic7xxx_inline.h
355
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
356
ahc_outb(ahc, port+2, (value >> 16) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
357
ahc_outb(ahc, port+3, (value >> 24) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
358
ahc_outb(ahc, port+4, (value >> 32) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
359
ahc_outb(ahc, port+5, (value >> 40) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
360
ahc_outb(ahc, port+6, (value >> 48) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
361
ahc_outb(ahc, port+7, (value >> 56) & 0xFF);
sys/dev/ic/aic7xxx_inline.h
472
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/ic/aic7xxx_inline.h
476
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/ic/aic7xxx_inline.h
614
ahc_outb(ahc, CLRINT, CLRCMDINT);
sys/dev/ic/aic7xxx_inline.h
94
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/ic/aic7xxx_osm.c
1015
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/ic/aic7xxx_osm.c
1016
ahc_outb(ahc, SCB_CONTROL,
sys/dev/ic/aic7xxx_osm.c
1036
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/ic/aic7xxx_osm.c
668
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/ic/aic7xxx_osm.c
669
ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
sys/dev/ic/aic7xxx_osm.c
938
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/ic/aic7xxx_osm.c
939
ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
sys/dev/ic/aic7xxx_seeprom.c
169
ahc_outb(ahc, SCBPTR, 2);
sys/dev/ic/aic7xxx_seeprom.c
193
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/ic/aic7xxx_seeprom.c
194
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/ic/aic7xxx_seeprom.c
295
ahc_outb(ahc, TARG_OFFSET + i, offset);
sys/dev/ic/aic7xxx_seeprom.c
313
ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
sys/dev/ic/aic7xxx_seeprom.c
350
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/ic/aic7xxx_seeprom.c
351
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/dev/ic/aic7xxx_seeprom.c
352
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/dev/ic/aic7xxx_seeprom.c
353
ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
sys/dev/ic/aic7xxx_seeprom.c
354
ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
sys/dev/ic/aic7xxx_seeprom.c
538
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
575
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
656
ahc_outb(ahc, SPIOCAP, spiocap);
sys/dev/ic/aic7xxx_seeprom.c
657
ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
sys/dev/ic/aic7xxx_seeprom.c
658
ahc_outb(ahc, BRDCTL, 0);
sys/dev/ic/aic7xxx_seeprom.c
715
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
718
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
724
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
730
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
748
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/ic/aic7xxx_seeprom.c
751
ahc_outb(ahc, BRDCTL, 0);
sys/dev/pci/ahc_pci.c
1025
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
sys/dev/pci/ahc_pci.c
1028
ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
sys/dev/pci/ahc_pci.c
1030
ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
sys/dev/pci/ahc_pci.c
1065
ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
sys/dev/pci/ahc_pci.c
1184
ahc_outb(ahc, SCBBADDR, ahc->bd->func);
sys/dev/pci/ahc_pci.c
1203
ahc_outb(ahc, DSCOMMAND0, dscommand0);
sys/dev/pci/ahc_pci.c
1266
ahc_outb(ahc, SEQCTL, 0);
sys/dev/pci/ahc_pci.c
1267
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1268
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1278
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1279
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1315
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/pci/ahc_pci.c
1317
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1318
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/pci/ahc_pci.c
1370
ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
sys/dev/pci/ahc_pci.c
1373
ahc_outb(ahc, SEQCTL, PERRORDIS);
sys/dev/pci/ahc_pci.c
1374
ahc_outb(ahc, SCBPTR, 0);
sys/dev/pci/ahc_pci.c
1392
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
1393
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/pci/ahc_pci.c
1445
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/pci/ahc_pci.c
936
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/pci/ahc_pci.c
937
ahc_outb(ahc, OPTIONMODE,
sys/dev/pci/ahc_pci.c
939
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/pci/ahc_pci.c
942
ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
sys/dev/pci/ahc_pci.c
988
ahc_outb(ahc, DSCOMMAND0, dscommand0);