Symbol: ahc_outb
sys/dev/aic7xxx/aic7770.c
229
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
sys/dev/aic7xxx/aic7770.c
233
ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
sys/dev/aic7xxx/aic7770.c
234
ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
sys/dev/aic7xxx/aic7770.c
259
ahc_outb(ahc, BCTL, ENABLE);
sys/dev/aic7xxx/aic7770.c
269
ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
sys/dev/aic7xxx/aic7770.c
270
ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
sys/dev/aic7xxx/aic7770.c
271
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
sys/dev/aic7xxx/aic7770.c
272
ahc_outb(ahc, BCTL, ENABLE);
sys/dev/aic7xxx/aic7770.c
352
ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
sys/dev/aic7xxx/aic7770.c
354
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/dev/aic7xxx/aic7770.c
355
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/dev/aic7xxx/aic7770.c
368
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/aic7xxx/aic7xxx.c
1017
ahc_outb(ahc, CLRSINT0, CLRIOERR);
sys/dev/aic7xxx/aic7xxx.c
1034
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
1060
ahc_outb(ahc, CLRSINT1, CLRSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
1137
ahc_outb(ahc, MSG_OUT, mesg_out);
sys/dev/aic7xxx/aic7xxx.c
1147
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1153
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/aic7xxx/aic7xxx.c
1159
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1160
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
1170
ahc_outb(ahc, CLRSINT0, CLRSELINGO);
sys/dev/aic7xxx/aic7xxx.c
1173
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/aic7xxx/aic7xxx.c
1206
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1225
ahc_outb(ahc, SCSISEQ,
sys/dev/aic7xxx/aic7xxx.c
1234
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1235
ahc_outb(ahc, CLRSINT1, CLRBUSFREE|CLRSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
1385
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1390
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1468
ahc_outb(ahc, SIMODE0, 0);
sys/dev/aic7xxx/aic7xxx.c
1479
ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1481
ahc_outb(ahc, SIMODE1, 0);
sys/dev/aic7xxx/aic7xxx.c
1482
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1483
ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
sys/dev/aic7xxx/aic7xxx.c
1487
ahc_outb(ahc, CLRSINT1, CLRBUSFREE);
sys/dev/aic7xxx/aic7xxx.c
1488
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1490
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/aic7xxx/aic7xxx.c
1495
ahc_outb(ahc, SIMODE0, simode0);
sys/dev/aic7xxx/aic7xxx.c
1496
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
1497
ahc_outb(ahc, SEQCTL, ahc->seqctl);
sys/dev/aic7xxx/aic7xxx.c
1508
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
sys/dev/aic7xxx/aic7xxx.c
1512
ahc_outb(ahc, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO);
sys/dev/aic7xxx/aic7xxx.c
1514
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx.c
1972
ahc_outb(ahc, SXFRCTL0, sxfrctl0);
sys/dev/aic7xxx/aic7xxx.c
1976
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/aic7xxx/aic7xxx.c
1978
ahc_outb(ahc, SCSIOFFSET, offset);
sys/dev/aic7xxx/aic7xxx.c
2052
ahc_outb(ahc, SCSIRATE, scsirate);
sys/dev/aic7xxx/aic7xxx.c
2145
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
2155
ahc_outb(ahc, SCB_CONTROL, control);
sys/dev/aic7xxx/aic7xxx.c
2156
ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate);
sys/dev/aic7xxx/aic7xxx.c
2157
ahc_outb(ahc, SCB_SCSIOFFSET, pending_hscb->scsioffset);
sys/dev/aic7xxx/aic7xxx.c
2159
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
2262
ahc_outb(ahc, SCSISIGO, scsisigo);
sys/dev/aic7xxx/aic7xxx.c
2313
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/aic7xxx/aic7xxx.c
2330
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/aic7xxx/aic7xxx.c
2347
ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/aic7xxx/aic7xxx.c
2535
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/aic7xxx/aic7xxx.c
2537
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/aic7xxx/aic7xxx.c
2538
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/aic7xxx/aic7xxx.c
254
ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
sys/dev/aic7xxx/aic7xxx.c
255
ahc_outb(ahc, MSG_OUT, MSG_NOOP); /* No message to send */
sys/dev/aic7xxx/aic7xxx.c
256
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/aic7xxx/aic7xxx.c
257
ahc_outb(ahc, LASTPHASE, P_BUSFREE);
sys/dev/aic7xxx/aic7xxx.c
258
ahc_outb(ahc, SAVED_SCSIID, 0xFF);
sys/dev/aic7xxx/aic7xxx.c
259
ahc_outb(ahc, SAVED_LUN, 0xFF);
sys/dev/aic7xxx/aic7xxx.c
2616
ahc_outb(ahc, SCSISEQ,
sys/dev/aic7xxx/aic7xxx.c
2619
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/aic7xxx/aic7xxx.c
268
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/aic7xxx/aic7xxx.c
2682
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/aic7xxx/aic7xxx.c
2693
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/aic7xxx/aic7xxx.c
2694
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/aic7xxx/aic7xxx.c
2699
ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
sys/dev/aic7xxx/aic7xxx.c
271
ahc_outb(ahc, SCSISEQ,
sys/dev/aic7xxx/aic7xxx.c
2717
ahc_outb(ahc, CLRSINT1, CLRATNO);
sys/dev/aic7xxx/aic7xxx.c
2724
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/aic7xxx/aic7xxx.c
2730
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/aic7xxx/aic7xxx.c
275
ahc_outb(ahc, CCSCBCNT, 0);
sys/dev/aic7xxx/aic7xxx.c
276
ahc_outb(ahc, CCSGCTL, 0);
sys/dev/aic7xxx/aic7xxx.c
277
ahc_outb(ahc, CCSCBCTL, 0);
sys/dev/aic7xxx/aic7xxx.c
2803
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
sys/dev/aic7xxx/aic7xxx.c
2845
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
2857
ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
sys/dev/aic7xxx/aic7xxx.c
286
ahc_outb(ahc, SEQ_FLAGS2,
sys/dev/aic7xxx/aic7xxx.c
2869
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
2876
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
2890
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
sys/dev/aic7xxx/aic7xxx.c
2891
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
sys/dev/aic7xxx/aic7xxx.c
2916
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
sys/dev/aic7xxx/aic7xxx.c
295
ahc_outb(ahc, CLRINT, CLRSEQINT);
sys/dev/aic7xxx/aic7xxx.c
2956
ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
sys/dev/aic7xxx/aic7xxx.c
297
ahc_outb(ahc, MWI_RESIDUAL, 0);
sys/dev/aic7xxx/aic7xxx.c
2977
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
298
ahc_outb(ahc, SEQCTL, ahc->seqctl);
sys/dev/aic7xxx/aic7xxx.c
2989
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
299
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/aic7xxx/aic7xxx.c
300
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/aic7xxx/aic7xxx.c
3001
ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP);
sys/dev/aic7xxx/aic7xxx.c
3003
ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP);
sys/dev/aic7xxx/aic7xxx.c
3580
ahc_outb(ahc, SCB_CONTROL,
sys/dev/aic7xxx/aic7xxx.c
3585
ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
sys/dev/aic7xxx/aic7xxx.c
3718
ahc_outb(ahc, SCB_LUN,
sys/dev/aic7xxx/aic7xxx.c
3762
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/aic7xxx/aic7xxx.c
3763
ahc_outb(ahc, HADDR,
sys/dev/aic7xxx/aic7xxx.c
3765
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/aic7xxx/aic7xxx.c
3767
ahc_outb(ahc, HADDR + 3, dataptr >> 24);
sys/dev/aic7xxx/aic7xxx.c
3768
ahc_outb(ahc, HADDR + 2, dataptr >> 16);
sys/dev/aic7xxx/aic7xxx.c
3769
ahc_outb(ahc, HADDR + 1, dataptr >> 8);
sys/dev/aic7xxx/aic7xxx.c
3770
ahc_outb(ahc, HADDR, dataptr);
sys/dev/aic7xxx/aic7xxx.c
3771
ahc_outb(ahc, HCNT + 2, resid >> 16);
sys/dev/aic7xxx/aic7xxx.c
3772
ahc_outb(ahc, HCNT + 1, resid >> 8);
sys/dev/aic7xxx/aic7xxx.c
3773
ahc_outb(ahc, HCNT, resid);
sys/dev/aic7xxx/aic7xxx.c
3775
ahc_outb(ahc, STCNT + 2, resid >> 16);
sys/dev/aic7xxx/aic7xxx.c
3776
ahc_outb(ahc, STCNT + 1, resid >> 8);
sys/dev/aic7xxx/aic7xxx.c
3777
ahc_outb(ahc, STCNT, resid);
sys/dev/aic7xxx/aic7xxx.c
4076
ahc_outb(ahc, SCSISEQ, 0);
sys/dev/aic7xxx/aic7xxx.c
4077
ahc_outb(ahc, SXFRCTL0, 0);
sys/dev/aic7xxx/aic7xxx.c
4078
ahc_outb(ahc, DSPCISTATUS, 0);
sys/dev/aic7xxx/aic7xxx.c
4081
ahc_outb(ahc, i, 0);
sys/dev/aic7xxx/aic7xxx.c
4116
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4118
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4122
ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
sys/dev/aic7xxx/aic7xxx.c
4139
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/aic7xxx/aic7xxx.c
4175
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4176
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
sys/dev/aic7xxx/aic7xxx.c
4177
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4179
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
sys/dev/aic7xxx/aic7xxx.c
4204
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
4205
ahc_outb(ahc, SCB_BASE, i);
sys/dev/aic7xxx/aic7xxx.c
4208
ahc_outb(ahc, SCBPTR, 0);
sys/dev/aic7xxx/aic7xxx.c
4237
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
424
ahc_outb(ahc, CLRINT, CLRSEQINT);
sys/dev/aic7xxx/aic7xxx.c
4245
ahc_outb(ahc, SCB_BASE+j, 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4248
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/aic7xxx/aic7xxx.c
4252
ahc_outb(ahc, SCB_NEXT, i+1);
sys/dev/aic7xxx/aic7xxx.c
4254
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
4257
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
4258
ahc_outb(ahc, SCB_SCSIID, 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4259
ahc_outb(ahc, SCB_LUN, 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4264
ahc_outb(ahc, FREE_SCBH, 0);
sys/dev/aic7xxx/aic7xxx.c
4267
ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
4271
ahc_outb(ahc, SCBPTR, i-1);
sys/dev/aic7xxx/aic7xxx.c
4272
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
436
ahc_outb(ahc, RETURN_1, 0);
sys/dev/aic7xxx/aic7xxx.c
4596
ahc_outb(ahc, SEQ_FLAGS, 0);
sys/dev/aic7xxx/aic7xxx.c
4597
ahc_outb(ahc, SEQ_FLAGS2, 0);
sys/dev/aic7xxx/aic7xxx.c
4604
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4606
ahc_outb(ahc, SCSIID, ahc->our_id_b);
sys/dev/aic7xxx/aic7xxx.c
4608
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/aic7xxx/aic7xxx.c
4611
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/aic7xxx/aic7xxx.c
4612
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
4613
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/aic7xxx/aic7xxx.c
4616
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
4620
ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
sys/dev/aic7xxx/aic7xxx.c
4622
ahc_outb(ahc, SCSIID, ahc->our_id);
sys/dev/aic7xxx/aic7xxx.c
4624
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/aic7xxx/aic7xxx.c
4628
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
sys/dev/aic7xxx/aic7xxx.c
4629
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
sys/dev/aic7xxx/aic7xxx.c
4630
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
sys/dev/aic7xxx/aic7xxx.c
4656
ahc_outb(ahc, TARGID, 0);
sys/dev/aic7xxx/aic7xxx.c
4657
ahc_outb(ahc, TARGID + 1, 0);
sys/dev/aic7xxx/aic7xxx.c
4664
ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4665
ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4666
ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4667
ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4670
ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4671
ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4672
ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4673
ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
sys/dev/aic7xxx/aic7xxx.c
4680
ahc_outb(ahc, CMDSIZE_TABLE, 5);
sys/dev/aic7xxx/aic7xxx.c
4681
ahc_outb(ahc, CMDSIZE_TABLE + 1, 9);
sys/dev/aic7xxx/aic7xxx.c
4682
ahc_outb(ahc, CMDSIZE_TABLE + 2, 9);
sys/dev/aic7xxx/aic7xxx.c
4683
ahc_outb(ahc, CMDSIZE_TABLE + 3, 0);
sys/dev/aic7xxx/aic7xxx.c
4684
ahc_outb(ahc, CMDSIZE_TABLE + 4, 15);
sys/dev/aic7xxx/aic7xxx.c
4685
ahc_outb(ahc, CMDSIZE_TABLE + 5, 11);
sys/dev/aic7xxx/aic7xxx.c
4686
ahc_outb(ahc, CMDSIZE_TABLE + 6, 0);
sys/dev/aic7xxx/aic7xxx.c
4687
ahc_outb(ahc, CMDSIZE_TABLE + 7, 0);
sys/dev/aic7xxx/aic7xxx.c
4690
ahc_outb(ahc, HS_MAILBOX, 0);
sys/dev/aic7xxx/aic7xxx.c
4695
ahc_outb(ahc, KERNEL_TQINPOS, ahc->tqinfifonext - 1);
sys/dev/aic7xxx/aic7xxx.c
4696
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
sys/dev/aic7xxx/aic7xxx.c
4701
ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256);
sys/dev/aic7xxx/aic7xxx.c
4702
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
4703
ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
4704
ahc_outb(ahc, SDSCB_QOFF, 0);
sys/dev/aic7xxx/aic7xxx.c
4706
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
4707
ahc_outb(ahc, QINPOS, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
4708
ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
sys/dev/aic7xxx/aic7xxx.c
4712
ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
4715
ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
4718
ahc_outb(ahc, MSG_OUT, MSG_NOOP);
sys/dev/aic7xxx/aic7xxx.c
4728
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);
sys/dev/aic7xxx/aic7xxx.c
4736
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
4813
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx.c
4814
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/aic7xxx/aic7xxx.c
5130
ahc_outb(ahc, HCNTRL, hcntrl);
sys/dev/aic7xxx/aic7xxx.c
5162
ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
sys/dev/aic7xxx/aic7xxx.c
5231
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5233
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5251
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5252
ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
5253
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5256
ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
5269
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
sys/dev/aic7xxx/aic7xxx.c
5270
ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
sys/dev/aic7xxx/aic7xxx.c
5271
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
5274
ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
sys/dev/aic7xxx/aic7xxx.c
5349
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
5351
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
5360
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5379
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/aic7xxx/aic7xxx.c
5406
ahc_outb(ahc, SNSCB_QOFF, qinstart);
sys/dev/aic7xxx/aic7xxx.c
5426
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5474
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
5476
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx.c
5514
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5532
ahc_outb(ahc, SCBPTR, next);
sys/dev/aic7xxx/aic7xxx.c
5585
ahc_outb(ahc, SCBPTR, curscbptr);
sys/dev/aic7xxx/aic7xxx.c
5713
ahc_outb(ahc, SCBPTR, next);
sys/dev/aic7xxx/aic7xxx.c
573
ahc_outb(ahc, RETURN_1, SEND_SENSE);
sys/dev/aic7xxx/aic7xxx.c
5747
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/aic7xxx/aic7xxx.c
5760
ahc_outb(ahc, SCBPTR, scbptr);
sys/dev/aic7xxx/aic7xxx.c
5763
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/aic7xxx/aic7xxx.c
5768
ahc_outb(ahc, SCBPTR, prev);
sys/dev/aic7xxx/aic7xxx.c
5769
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/aic7xxx/aic7xxx.c
5771
ahc_outb(ahc, DISCONNECTED_SCBH, next);
sys/dev/aic7xxx/aic7xxx.c
5788
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
sys/dev/aic7xxx/aic7xxx.c
5791
ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
sys/dev/aic7xxx/aic7xxx.c
5792
ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
sys/dev/aic7xxx/aic7xxx.c
5810
ahc_outb(ahc, SCBPTR, scbpos);
sys/dev/aic7xxx/aic7xxx.c
5814
ahc_outb(ahc, SCB_CONTROL, 0);
sys/dev/aic7xxx/aic7xxx.c
5821
ahc_outb(ahc, WAITING_SCBH, next);
sys/dev/aic7xxx/aic7xxx.c
5827
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
sys/dev/aic7xxx/aic7xxx.c
5833
ahc_outb(ahc, SCBPTR, prev);
sys/dev/aic7xxx/aic7xxx.c
5834
ahc_outb(ahc, SCB_NEXT, next);
sys/dev/aic7xxx/aic7xxx.c
5840
ahc_outb(ahc, SCBPTR, curscb);
sys/dev/aic7xxx/aic7xxx.c
594
ahc_outb(ahc, SCSISEQ,
sys/dev/aic7xxx/aic7xxx.c
5943
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
5976
ahc_outb(ahc, SCBPTR, active_scb);
sys/dev/aic7xxx/aic7xxx.c
5987
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
5989
ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
sys/dev/aic7xxx/aic7xxx.c
5993
ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
sys/dev/aic7xxx/aic7xxx.c
5998
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
sys/dev/aic7xxx/aic7xxx.c
6061
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
6072
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
6076
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/aic7xxx/aic7xxx.c
6077
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/aic7xxx/aic7xxx.c
6091
ahc_outb(ahc, SIMODE1, simode1);
sys/dev/aic7xxx/aic7xxx.c
6095
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/aic7xxx/aic7xxx.c
625
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/aic7xxx/aic7xxx.c
6351
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/aic7xxx/aic7xxx.c
6352
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/aic7xxx/aic7xxx.c
6353
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/aic7xxx/aic7xxx.c
6407
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
sys/dev/aic7xxx/aic7xxx.c
6408
ahc_outb(ahc, SEQADDR0, 0);
sys/dev/aic7xxx/aic7xxx.c
6409
ahc_outb(ahc, SEQADDR1, 0);
sys/dev/aic7xxx/aic7xxx.c
6465
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
sys/dev/aic7xxx/aic7xxx.c
6757
ahc_outb(ahc, SNSCB_QOFF, qinpos);
sys/dev/aic7xxx/aic7xxx.c
6771
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6781
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6801
ahc_outb(ahc, SCBPTR, scb_index);
sys/dev/aic7xxx/aic7xxx.c
6809
ahc_outb(ahc, SCBPTR, i);
sys/dev/aic7xxx/aic7xxx.c
6829
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6865
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
7087
ahc_outb(ahc, MSG_OUT, HOST_MSG);
sys/dev/aic7xxx/aic7xxx.c
7088
ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
sys/dev/aic7xxx/aic7xxx.c
7171
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
7172
ahc_outb(ahc, SCB_CONTROL,
sys/dev/aic7xxx/aic7xxx.c
7192
ahc_outb(ahc, SCBPTR, saved_scbptr);
sys/dev/aic7xxx/aic7xxx.c
7461
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/aic7xxx/aic7xxx.c
7462
ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
sys/dev/aic7xxx/aic7xxx.c
7493
ahc_outb(ahc, SBLKCTL,
sys/dev/aic7xxx/aic7xxx.c
7496
ahc_outb(ahc, SCSIID, target);
sys/dev/aic7xxx/aic7xxx.c
7499
ahc_outb(ahc, SBLKCTL, sblkctl);
sys/dev/aic7xxx/aic7xxx.c
7508
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/aic7xxx/aic7xxx.c
7511
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/aic7xxx/aic7xxx.c
7588
ahc_outb(ahc, TARGID, targid_mask);
sys/dev/aic7xxx/aic7xxx.c
7589
ahc_outb(ahc, TARGID+1,
sys/dev/aic7xxx/aic7xxx.c
7609
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
sys/dev/aic7xxx/aic7xxx.c
7612
ahc_outb(ahc, SCSISEQ, scsiseq);
sys/dev/aic7xxx/aic7xxx.c
764
ahc_outb(ahc, LASTPHASE, curphase);
sys/dev/aic7xxx/aic7xxx.c
765
ahc_outb(ahc, SCSISIGO, curphase);
sys/dev/aic7xxx/aic7xxx.c
7667
ahc_outb(ahc, SCSIID_ULTRA2, scsiid);
sys/dev/aic7xxx/aic7xxx.c
7669
ahc_outb(ahc, SCSIID, scsiid);
sys/dev/aic7xxx/aic7xxx.c
7713
ahc_outb(ahc, HS_MAILBOX, hs_mailbox);
sys/dev/aic7xxx/aic7xxx.c
7717
ahc_outb(ahc, KERNEL_TQINPOS,
sys/dev/aic7xxx/aic7xxx.c
776
ahc_outb(ahc, SXFRCTL1,
sys/dev/aic7xxx/aic7xxx.c
785
ahc_outb(ahc, SXFRCTL1,
sys/dev/aic7xxx/aic7xxx.c
865
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
867
ahc_outb(ahc, SXFRCTL0,
sys/dev/aic7xxx/aic7xxx.c
875
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
sys/dev/aic7xxx/aic7xxx.c
876
ahc_outb(ahc, HADDR, 0);
sys/dev/aic7xxx/aic7xxx.c
877
ahc_outb(ahc, DSCOMMAND1, dscommand1);
sys/dev/aic7xxx/aic7xxx.c
988
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
sys/dev/aic7xxx/aic7xxx.c
995
ahc_outb(ahc, CLRINT, CLRSCSIINT);
sys/dev/aic7xxx/aic7xxx_93cx6.h
87
ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
sys/dev/aic7xxx/aic7xxx_inline.h
115
ahc_outb(ahc, HCNTRL, ahc->unpause);
sys/dev/aic7xxx/aic7xxx_inline.h
309
ahc_outb(ahc, port, value & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
310
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
325
ahc_outb(ahc, port, (value) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
326
ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
327
ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
328
ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
347
ahc_outb(ahc, port, value & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
348
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
349
ahc_outb(ahc, port+2, (value >> 16) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
350
ahc_outb(ahc, port+3, (value >> 24) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
351
ahc_outb(ahc, port+4, (value >> 32) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
352
ahc_outb(ahc, port+5, (value >> 40) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
353
ahc_outb(ahc, port+6, (value >> 48) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
354
ahc_outb(ahc, port+7, (value >> 56) & 0xFF);
sys/dev/aic7xxx/aic7xxx_inline.h
478
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx_inline.h
482
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
sys/dev/aic7xxx/aic7xxx_inline.h
611
ahc_outb(ahc, CLRINT, CLRCMDINT);
sys/dev/aic7xxx/aic7xxx_inline.h
89
ahc_outb(ahc, HCNTRL, ahc->pause);
sys/dev/aic7xxx/aic7xxx_osm.c
1112
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx_osm.c
1113
ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx_pci.c
1012
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/aic7xxx/aic7xxx_pci.c
1015
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/aic7xxx/aic7xxx_pci.c
1097
ahc_outb(ahc, SCBBADDR, aic_get_pci_function(ahc->dev_softc));
sys/dev/aic7xxx/aic7xxx_pci.c
1116
ahc_outb(ahc, DSCOMMAND0, dscommand0);
sys/dev/aic7xxx/aic7xxx_pci.c
1179
ahc_outb(ahc, SEQCTL, 0);
sys/dev/aic7xxx/aic7xxx_pci.c
1180
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1181
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/aic7xxx/aic7xxx_pci.c
1191
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1192
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/aic7xxx/aic7xxx_pci.c
1228
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/aic7xxx/aic7xxx_pci.c
1230
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1231
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/aic7xxx/aic7xxx_pci.c
1294
ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
sys/dev/aic7xxx/aic7xxx_pci.c
1303
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1305
ahc_outb(ahc, SEQCTL, PERRORDIS);
sys/dev/aic7xxx/aic7xxx_pci.c
1306
ahc_outb(ahc, SCBPTR, 0);
sys/dev/aic7xxx/aic7xxx_pci.c
1324
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1325
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
sys/dev/aic7xxx/aic7xxx_pci.c
1409
ahc_outb(ahc, SCBPTR, 2);
sys/dev/aic7xxx/aic7xxx_pci.c
1433
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
1434
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
sys/dev/aic7xxx/aic7xxx_pci.c
1536
ahc_outb(ahc, TARG_OFFSET + i, offset);
sys/dev/aic7xxx/aic7xxx_pci.c
1554
ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
sys/dev/aic7xxx/aic7xxx_pci.c
1593
ahc_outb(ahc, SCSICONF, scsi_conf);
sys/dev/aic7xxx/aic7xxx_pci.c
1594
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
sys/dev/aic7xxx/aic7xxx_pci.c
1595
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
sys/dev/aic7xxx/aic7xxx_pci.c
1596
ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
sys/dev/aic7xxx/aic7xxx_pci.c
1597
ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
sys/dev/aic7xxx/aic7xxx_pci.c
1781
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/aic7xxx/aic7xxx_pci.c
1818
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/aic7xxx/aic7xxx_pci.c
1899
ahc_outb(ahc, SPIOCAP, spiocap);
sys/dev/aic7xxx/aic7xxx_pci.c
1900
ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
sys/dev/aic7xxx/aic7xxx_pci.c
1903
ahc_outb(ahc, BRDCTL, 0);
sys/dev/aic7xxx/aic7xxx_pci.c
1961
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/aic7xxx/aic7xxx_pci.c
1964
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/aic7xxx/aic7xxx_pci.c
1970
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/aic7xxx/aic7xxx_pci.c
1976
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/aic7xxx/aic7xxx_pci.c
1994
ahc_outb(ahc, BRDCTL, brdctl);
sys/dev/aic7xxx/aic7xxx_pci.c
1997
ahc_outb(ahc, BRDCTL, 0);
sys/dev/aic7xxx/aic7xxx_pci.c
2052
ahc_outb(ahc, CLRINT, CLRPARERR);
sys/dev/aic7xxx/aic7xxx_pci.c
2069
ahc_outb(ahc, SEQCTL, ahc->seqctl);
sys/dev/aic7xxx/aic7xxx_pci.c
2077
ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
sys/dev/aic7xxx/aic7xxx_pci.c
2078
ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
sys/dev/aic7xxx/aic7xxx_pci.c
2083
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/aic7xxx/aic7xxx_pci.c
2084
ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
sys/dev/aic7xxx/aic7xxx_pci.c
2086
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/aic7xxx/aic7xxx_pci.c
2087
ahc_outb(ahc, CRCCONTROL1,
sys/dev/aic7xxx/aic7xxx_pci.c
2091
ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
sys/dev/aic7xxx/aic7xxx_pci.c
2094
ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);
sys/dev/aic7xxx/aic7xxx_pci.c
884
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
sys/dev/aic7xxx/aic7xxx_pci.c
885
ahc_outb(ahc, OPTIONMODE,
sys/dev/aic7xxx/aic7xxx_pci.c
887
ahc_outb(ahc, SFUNCT, sfunct);
sys/dev/aic7xxx/aic7xxx_pci.c
890
ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
sys/dev/aic7xxx/aic7xxx_pci.c
914
ahc_outb(ahc, DSCOMMAND0, dscommand0);
sys/dev/aic7xxx/aic7xxx_pci.c
948
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
sys/dev/aic7xxx/aic7xxx_pci.c
951
ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
sys/dev/aic7xxx/aic7xxx_pci.c
953
ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
sys/dev/aic7xxx/aic7xxx_pci.c
977
ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);