Symbol: ahc_outb
drivers/scsi/aic7xxx/aic7770.c
210
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
drivers/scsi/aic7xxx/aic7770.c
214
ahc_outb(ahc, BUSSPD, hostconf & DFTHRSH);
drivers/scsi/aic7xxx/aic7770.c
215
ahc_outb(ahc, BUSTIME, (hostconf << 2) & BOFF);
drivers/scsi/aic7xxx/aic7770.c
236
ahc_outb(ahc, BCTL, ENABLE);
drivers/scsi/aic7xxx/aic7770.c
243
ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
drivers/scsi/aic7xxx/aic7770.c
244
ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
drivers/scsi/aic7xxx/aic7770.c
245
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS);
drivers/scsi/aic7xxx/aic7770.c
246
ahc_outb(ahc, BCTL, ENABLE);
drivers/scsi/aic7xxx/aic7770.c
315
ahc_outb(ahc, TARG_SCSIRATE + i, target_settings);
drivers/scsi/aic7xxx/aic7770.c
317
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
drivers/scsi/aic7xxx/aic7770.c
318
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
drivers/scsi/aic7xxx/aic7770.c
331
ahc_outb(ahc, SCSICONF, scsi_conf);
drivers/scsi/aic7xxx/aic7xxx_93cx6.h
87
ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
drivers/scsi/aic7xxx/aic7xxx_core.c
1002
ahc_outb(ahc, RETURN_1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
1139
ahc_outb(ahc, RETURN_1, SEND_SENSE);
drivers/scsi/aic7xxx/aic7xxx_core.c
1155
ahc_outb(ahc, SCSISEQ,
drivers/scsi/aic7xxx/aic7xxx_core.c
1186
ahc_outb(ahc, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic7xxx_core.c
1326
ahc_outb(ahc, LASTPHASE, curphase);
drivers/scsi/aic7xxx/aic7xxx_core.c
1327
ahc_outb(ahc, SCSISIGO, curphase);
drivers/scsi/aic7xxx/aic7xxx_core.c
1338
ahc_outb(ahc, SXFRCTL1,
drivers/scsi/aic7xxx/aic7xxx_core.c
1347
ahc_outb(ahc, SXFRCTL1,
drivers/scsi/aic7xxx/aic7xxx_core.c
1428
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
1430
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
1438
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
drivers/scsi/aic7xxx/aic7xxx_core.c
1439
ahc_outb(ahc, HADDR, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
1440
ahc_outb(ahc, DSCOMMAND1, dscommand1);
drivers/scsi/aic7xxx/aic7xxx_core.c
1551
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
1558
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
1580
ahc_outb(ahc, CLRSINT0, CLRIOERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
1597
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
1623
ahc_outb(ahc, CLRSINT1, CLRSCSIPERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
1700
ahc_outb(ahc, MSG_OUT, mesg_out);
drivers/scsi/aic7xxx/aic7xxx_core.c
1710
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
1716
ahc_outb(ahc, SCSISEQ, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
1722
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
drivers/scsi/aic7xxx/aic7xxx_core.c
1723
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRBUSFREE|CLRSCSIPERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
1733
ahc_outb(ahc, CLRSINT0, CLRSELINGO);
drivers/scsi/aic7xxx/aic7xxx_core.c
1736
ahc_outb(ahc, SCBPTR, scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
1769
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
1788
ahc_outb(ahc, SCSISEQ,
drivers/scsi/aic7xxx/aic7xxx_core.c
1797
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
drivers/scsi/aic7xxx/aic7xxx_core.c
1798
ahc_outb(ahc, CLRSINT1, CLRBUSFREE|CLRSCSIPERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
1935
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
1940
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
2020
ahc_outb(ahc, SIMODE0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2031
ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
drivers/scsi/aic7xxx/aic7xxx_core.c
2033
ahc_outb(ahc, SIMODE1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2034
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
2035
ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
drivers/scsi/aic7xxx/aic7xxx_core.c
2039
ahc_outb(ahc, CLRSINT1, CLRBUSFREE);
drivers/scsi/aic7xxx/aic7xxx_core.c
2040
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
2042
ahc_outb(ahc, HCNTRL, ahc->unpause);
drivers/scsi/aic7xxx/aic7xxx_core.c
2047
ahc_outb(ahc, SIMODE0, simode0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2048
ahc_outb(ahc, SIMODE1, simode1);
drivers/scsi/aic7xxx/aic7xxx_core.c
2049
ahc_outb(ahc, SEQCTL, ahc->seqctl);
drivers/scsi/aic7xxx/aic7xxx_core.c
2060
ahc_outb(ahc, CLRSINT1, CLRSELTIMEO|CLRATNO|CLRSCSIRSTI
drivers/scsi/aic7xxx/aic7xxx_core.c
2064
ahc_outb(ahc, CLRSINT0, CLRSELDO|CLRSELDI|CLRSELINGO);
drivers/scsi/aic7xxx/aic7xxx_core.c
2066
ahc_outb(ahc, CLRINT, CLRSCSIINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
2548
ahc_outb(ahc, SXFRCTL0, sxfrctl0);
drivers/scsi/aic7xxx/aic7xxx_core.c
2552
ahc_outb(ahc, SCSIRATE, scsirate);
drivers/scsi/aic7xxx/aic7xxx_core.c
2554
ahc_outb(ahc, SCSIOFFSET, offset);
drivers/scsi/aic7xxx/aic7xxx_core.c
2628
ahc_outb(ahc, SCSIRATE, scsirate);
drivers/scsi/aic7xxx/aic7xxx_core.c
2723
ahc_outb(ahc, SCBPTR, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
2733
ahc_outb(ahc, SCB_CONTROL, control);
drivers/scsi/aic7xxx/aic7xxx_core.c
2734
ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate);
drivers/scsi/aic7xxx/aic7xxx_core.c
2735
ahc_outb(ahc, SCB_SCSIOFFSET, pending_hscb->scsioffset);
drivers/scsi/aic7xxx/aic7xxx_core.c
2737
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
2841
ahc_outb(ahc, SCSISIGO, scsisigo);
drivers/scsi/aic7xxx/aic7xxx_core.c
2892
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
drivers/scsi/aic7xxx/aic7xxx_core.c
2909
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
drivers/scsi/aic7xxx/aic7xxx_core.c
2926
ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE);
drivers/scsi/aic7xxx/aic7xxx_core.c
3105
ahc_outb(ahc, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3107
ahc_outb(ahc, MSG_OUT, NOP);
drivers/scsi/aic7xxx/aic7xxx_core.c
3108
ahc_outb(ahc, SEQ_FLAGS2,
drivers/scsi/aic7xxx/aic7xxx_core.c
3187
ahc_outb(ahc, SCSISEQ,
drivers/scsi/aic7xxx/aic7xxx_core.c
3190
ahc_outb(ahc, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic7xxx_core.c
3253
ahc_outb(ahc, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3264
ahc_outb(ahc, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3265
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic7xxx_core.c
3270
ahc_outb(ahc, SCSIDATL, MSG_PARITY_ERROR);
drivers/scsi/aic7xxx/aic7xxx_core.c
3288
ahc_outb(ahc, CLRSINT1, CLRATNO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3295
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic7xxx_core.c
3301
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
drivers/scsi/aic7xxx/aic7xxx_core.c
334
ahc_outb(ahc, HCNTRL, ahc->pause);
drivers/scsi/aic7xxx/aic7xxx_core.c
3374
ahc_outb(ahc, CLRSINT1, CLRREQINIT);
drivers/scsi/aic7xxx/aic7xxx_core.c
3408
ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3412
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
3419
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
3428
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN);
drivers/scsi/aic7xxx/aic7xxx_core.c
3429
ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
drivers/scsi/aic7xxx/aic7xxx_core.c
3448
ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN);
drivers/scsi/aic7xxx/aic7xxx_core.c
3475
ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
drivers/scsi/aic7xxx/aic7xxx_core.c
3476
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
3488
ahc_outb(ahc, SXFRCTL0,
drivers/scsi/aic7xxx/aic7xxx_core.c
3500
ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP);
drivers/scsi/aic7xxx/aic7xxx_core.c
3502
ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP);
drivers/scsi/aic7xxx/aic7xxx_core.c
360
ahc_outb(ahc, HCNTRL, ahc->unpause);
drivers/scsi/aic7xxx/aic7xxx_core.c
4084
ahc_outb(ahc, SCB_CONTROL,
drivers/scsi/aic7xxx/aic7xxx_core.c
4089
ahc_outb(ahc, MSG_OUT, MSG_IDENTIFYFLAG);
drivers/scsi/aic7xxx/aic7xxx_core.c
4229
ahc_outb(ahc, SCB_LUN,
drivers/scsi/aic7xxx/aic7xxx_core.c
4274
ahc_outb(ahc, DSCOMMAND1, dscommand1 | HADDLDSEL0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4275
ahc_outb(ahc, HADDR,
drivers/scsi/aic7xxx/aic7xxx_core.c
4277
ahc_outb(ahc, DSCOMMAND1, dscommand1);
drivers/scsi/aic7xxx/aic7xxx_core.c
4279
ahc_outb(ahc, HADDR + 3, dataptr >> 24);
drivers/scsi/aic7xxx/aic7xxx_core.c
4280
ahc_outb(ahc, HADDR + 2, dataptr >> 16);
drivers/scsi/aic7xxx/aic7xxx_core.c
4281
ahc_outb(ahc, HADDR + 1, dataptr >> 8);
drivers/scsi/aic7xxx/aic7xxx_core.c
4282
ahc_outb(ahc, HADDR, dataptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
4283
ahc_outb(ahc, HCNT + 2, resid >> 16);
drivers/scsi/aic7xxx/aic7xxx_core.c
4284
ahc_outb(ahc, HCNT + 1, resid >> 8);
drivers/scsi/aic7xxx/aic7xxx_core.c
4285
ahc_outb(ahc, HCNT, resid);
drivers/scsi/aic7xxx/aic7xxx_core.c
4287
ahc_outb(ahc, STCNT + 2, resid >> 16);
drivers/scsi/aic7xxx/aic7xxx_core.c
4288
ahc_outb(ahc, STCNT + 1, resid >> 8);
drivers/scsi/aic7xxx/aic7xxx_core.c
4289
ahc_outb(ahc, STCNT, resid);
drivers/scsi/aic7xxx/aic7xxx_core.c
4531
ahc_outb(ahc, SCSISEQ, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4532
ahc_outb(ahc, SXFRCTL0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4533
ahc_outb(ahc, DSPCISTATUS, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4536
ahc_outb(ahc, i, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4571
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
4573
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
4577
ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause);
drivers/scsi/aic7xxx/aic7xxx_core.c
4594
ahc_outb(ahc, HCNTRL, ahc->pause);
drivers/scsi/aic7xxx/aic7xxx_core.c
4630
ahc_outb(ahc, SBLKCTL, sblkctl | SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
4631
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
drivers/scsi/aic7xxx/aic7xxx_core.c
4632
ahc_outb(ahc, SBLKCTL, sblkctl & ~SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
4634
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
drivers/scsi/aic7xxx/aic7xxx_core.c
4660
ahc_outb(ahc, SCBPTR, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
4661
ahc_outb(ahc, SCB_BASE, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
4664
ahc_outb(ahc, SCBPTR, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
468
ahc_outb(ahc, port, value & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
469
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
4693
ahc_outb(ahc, SCBPTR, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
4701
ahc_outb(ahc, SCB_BASE+j, 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
4704
ahc_outb(ahc, SCB_CONTROL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4708
ahc_outb(ahc, SCB_NEXT, i+1);
drivers/scsi/aic7xxx/aic7xxx_core.c
4710
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
4713
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
4714
ahc_outb(ahc, SCB_SCSIID, 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
4715
ahc_outb(ahc, SCB_LUN, 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
4720
ahc_outb(ahc, FREE_SCBH, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
4723
ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
4727
ahc_outb(ahc, SCBPTR, i-1);
drivers/scsi/aic7xxx/aic7xxx_core.c
4728
ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
484
ahc_outb(ahc, port, (value) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
485
ahc_outb(ahc, port+1, ((value) >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
486
ahc_outb(ahc, port+2, ((value) >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
487
ahc_outb(ahc, port+3, ((value) >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5048
ahc_outb(ahc, SEQ_FLAGS, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5049
ahc_outb(ahc, SEQ_FLAGS2, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5057
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) | SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
5059
ahc_outb(ahc, SCSIID, ahc->our_id_b);
drivers/scsi/aic7xxx/aic7xxx_core.c
506
ahc_outb(ahc, port, value & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5061
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
drivers/scsi/aic7xxx/aic7xxx_core.c
5064
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5065
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5066
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
drivers/scsi/aic7xxx/aic7xxx_core.c
5069
ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
507
ahc_outb(ahc, port+1, (value >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5073
ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id);
drivers/scsi/aic7xxx/aic7xxx_core.c
5075
ahc_outb(ahc, SCSIID, ahc->our_id);
drivers/scsi/aic7xxx/aic7xxx_core.c
5077
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
drivers/scsi/aic7xxx/aic7xxx_core.c
508
ahc_outb(ahc, port+2, (value >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5081
ahc_outb(ahc, SIMODE0, ahc_inb(ahc, SIMODE0)|ENIOERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5082
ahc_outb(ahc, SIMODE1, ENSELTIMO|ENSCSIRST|ENSCSIPERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5083
ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN);
drivers/scsi/aic7xxx/aic7xxx_core.c
509
ahc_outb(ahc, port+3, (value >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
510
ahc_outb(ahc, port+4, (value >> 32) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5109
ahc_outb(ahc, TARGID, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
511
ahc_outb(ahc, port+5, (value >> 40) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5110
ahc_outb(ahc, TARGID + 1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5117
ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5118
ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5119
ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
512
ahc_outb(ahc, port+6, (value >> 48) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5120
ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5123
ahc_outb(ahc, SHARED_DATA_ADDR, physaddr & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5124
ahc_outb(ahc, SHARED_DATA_ADDR + 1, (physaddr >> 8) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5125
ahc_outb(ahc, SHARED_DATA_ADDR + 2, (physaddr >> 16) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5126
ahc_outb(ahc, SHARED_DATA_ADDR + 3, (physaddr >> 24) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
513
ahc_outb(ahc, port+7, (value >> 56) & 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
5133
ahc_outb(ahc, CMDSIZE_TABLE, 5);
drivers/scsi/aic7xxx/aic7xxx_core.c
5134
ahc_outb(ahc, CMDSIZE_TABLE + 1, 9);
drivers/scsi/aic7xxx/aic7xxx_core.c
5135
ahc_outb(ahc, CMDSIZE_TABLE + 2, 9);
drivers/scsi/aic7xxx/aic7xxx_core.c
5136
ahc_outb(ahc, CMDSIZE_TABLE + 3, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5137
ahc_outb(ahc, CMDSIZE_TABLE + 4, 15);
drivers/scsi/aic7xxx/aic7xxx_core.c
5138
ahc_outb(ahc, CMDSIZE_TABLE + 5, 11);
drivers/scsi/aic7xxx/aic7xxx_core.c
5139
ahc_outb(ahc, CMDSIZE_TABLE + 6, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5140
ahc_outb(ahc, CMDSIZE_TABLE + 7, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5143
ahc_outb(ahc, HS_MAILBOX, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5148
ahc_outb(ahc, KERNEL_TQINPOS, ahc->tqinfifonext - 1);
drivers/scsi/aic7xxx/aic7xxx_core.c
5149
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5154
ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256);
drivers/scsi/aic7xxx/aic7xxx_core.c
5155
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5156
ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5157
ahc_outb(ahc, SDSCB_QOFF, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
5159
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5160
ahc_outb(ahc, QINPOS, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5161
ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5165
ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
5168
ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
5171
ahc_outb(ahc, MSG_OUT, NOP);
drivers/scsi/aic7xxx/aic7xxx_core.c
5181
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);
drivers/scsi/aic7xxx/aic7xxx_core.c
5189
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
5262
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_core.c
5263
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
5542
ahc_outb(ahc, HCNTRL, hcntrl);
drivers/scsi/aic7xxx/aic7xxx_core.c
5574
ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO);
drivers/scsi/aic7xxx/aic7xxx_core.c
5642
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
drivers/scsi/aic7xxx/aic7xxx_core.c
5644
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
5662
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
drivers/scsi/aic7xxx/aic7xxx_core.c
5663
ahc_outb(ahc, SCB_64_BTT+TCL_TARGET_OFFSET(tcl), SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
5664
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
5667
ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
5680
ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
drivers/scsi/aic7xxx/aic7xxx_core.c
5681
ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid);
drivers/scsi/aic7xxx/aic7xxx_core.c
5682
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
5685
ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);
drivers/scsi/aic7xxx/aic7xxx_core.c
5760
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5762
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5771
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
5790
ahc_outb(ahc, SNSCB_QOFF, qinpos);
drivers/scsi/aic7xxx/aic7xxx_core.c
5817
ahc_outb(ahc, SNSCB_QOFF, qinstart);
drivers/scsi/aic7xxx/aic7xxx_core.c
5837
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
5884
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5886
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
5924
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
5942
ahc_outb(ahc, SCBPTR, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
5994
ahc_outb(ahc, SCBPTR, curscbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
6127
ahc_outb(ahc, SCBPTR, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
6161
ahc_outb(ahc, SCBPTR, active_scb);
drivers/scsi/aic7xxx/aic7xxx_core.c
6174
ahc_outb(ahc, SCBPTR, scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
6177
ahc_outb(ahc, SCB_CONTROL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6182
ahc_outb(ahc, SCBPTR, prev);
drivers/scsi/aic7xxx/aic7xxx_core.c
6183
ahc_outb(ahc, SCB_NEXT, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
6185
ahc_outb(ahc, DISCONNECTED_SCBH, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
6202
ahc_outb(ahc, SCB_TAG, SCB_LIST_NULL);
drivers/scsi/aic7xxx/aic7xxx_core.c
6205
ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH));
drivers/scsi/aic7xxx/aic7xxx_core.c
6206
ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
drivers/scsi/aic7xxx/aic7xxx_core.c
6224
ahc_outb(ahc, SCBPTR, scbpos);
drivers/scsi/aic7xxx/aic7xxx_core.c
6228
ahc_outb(ahc, SCB_CONTROL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6235
ahc_outb(ahc, WAITING_SCBH, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
6241
ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO));
drivers/scsi/aic7xxx/aic7xxx_core.c
6247
ahc_outb(ahc, SCBPTR, prev);
drivers/scsi/aic7xxx/aic7xxx_core.c
6248
ahc_outb(ahc, SCB_NEXT, next);
drivers/scsi/aic7xxx/aic7xxx_core.c
6254
ahc_outb(ahc, SCBPTR, curscb);
drivers/scsi/aic7xxx/aic7xxx_core.c
6358
ahc_outb(ahc, SCBPTR, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
636
ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
6391
ahc_outb(ahc, SCBPTR, active_scb);
drivers/scsi/aic7xxx/aic7xxx_core.c
640
ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
6402
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENSCSIRST);
drivers/scsi/aic7xxx/aic7xxx_core.c
6404
ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
drivers/scsi/aic7xxx/aic7xxx_core.c
6408
ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
drivers/scsi/aic7xxx/aic7xxx_core.c
6413
ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) | ENSCSIRST);
drivers/scsi/aic7xxx/aic7xxx_core.c
6476
ahc_outb(ahc, SBLKCTL, sblkctl ^ SELBUSB);
drivers/scsi/aic7xxx/aic7xxx_core.c
6487
ahc_outb(ahc, SIMODE1, simode1);
drivers/scsi/aic7xxx/aic7xxx_core.c
6491
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
drivers/scsi/aic7xxx/aic7xxx_core.c
6492
ahc_outb(ahc, SBLKCTL, sblkctl);
drivers/scsi/aic7xxx/aic7xxx_core.c
6506
ahc_outb(ahc, SIMODE1, simode1);
drivers/scsi/aic7xxx/aic7xxx_core.c
6510
ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
drivers/scsi/aic7xxx/aic7xxx_core.c
6767
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
drivers/scsi/aic7xxx/aic7xxx_core.c
6768
ahc_outb(ahc, SEQADDR0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6769
ahc_outb(ahc, SEQADDR1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6823
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE|LOADRAM);
drivers/scsi/aic7xxx/aic7xxx_core.c
6824
ahc_outb(ahc, SEQADDR0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6825
ahc_outb(ahc, SEQADDR1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
6881
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS|FASTMODE);
drivers/scsi/aic7xxx/aic7xxx_core.c
7169
ahc_outb(ahc, SNSCB_QOFF, qinpos);
drivers/scsi/aic7xxx/aic7xxx_core.c
7183
ahc_outb(ahc, SCBPTR, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
7193
ahc_outb(ahc, SCBPTR, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
7213
ahc_outb(ahc, SCBPTR, scb_index);
drivers/scsi/aic7xxx/aic7xxx_core.c
7221
ahc_outb(ahc, SCBPTR, i);
drivers/scsi/aic7xxx/aic7xxx_core.c
7241
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_core.c
7276
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
7524
ahc_outb(ahc, TARGID, targid_mask);
drivers/scsi/aic7xxx/aic7xxx_core.c
7525
ahc_outb(ahc, TARGID+1, (targid_mask >> 8));
drivers/scsi/aic7xxx/aic7xxx_core.c
7555
ahc_outb(ahc, SBLKCTL,
drivers/scsi/aic7xxx/aic7xxx_core.c
7558
ahc_outb(ahc, SCSIID, target);
drivers/scsi/aic7xxx/aic7xxx_core.c
7561
ahc_outb(ahc, SBLKCTL, sblkctl);
drivers/scsi/aic7xxx/aic7xxx_core.c
7570
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
drivers/scsi/aic7xxx/aic7xxx_core.c
7573
ahc_outb(ahc, SCSISEQ, scsiseq);
drivers/scsi/aic7xxx/aic7xxx_core.c
764
ahc_outb(ahc, CLRINT, CLRCMDINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
7647
ahc_outb(ahc, TARGID, targid_mask);
drivers/scsi/aic7xxx/aic7xxx_core.c
7648
ahc_outb(ahc, TARGID+1,
drivers/scsi/aic7xxx/aic7xxx_core.c
7669
ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq);
drivers/scsi/aic7xxx/aic7xxx_core.c
7672
ahc_outb(ahc, SCSISEQ, scsiseq);
drivers/scsi/aic7xxx/aic7xxx_core.c
7728
ahc_outb(ahc, SCSIID_ULTRA2, scsiid);
drivers/scsi/aic7xxx/aic7xxx_core.c
7730
ahc_outb(ahc, SCSIID, scsiid);
drivers/scsi/aic7xxx/aic7xxx_core.c
7775
ahc_outb(ahc, HS_MAILBOX, hs_mailbox);
drivers/scsi/aic7xxx/aic7xxx_core.c
7779
ahc_outb(ahc, KERNEL_TQINPOS,
drivers/scsi/aic7xxx/aic7xxx_core.c
817
ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */
drivers/scsi/aic7xxx/aic7xxx_core.c
818
ahc_outb(ahc, MSG_OUT, NOP); /* No message to send */
drivers/scsi/aic7xxx/aic7xxx_core.c
819
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
drivers/scsi/aic7xxx/aic7xxx_core.c
820
ahc_outb(ahc, LASTPHASE, P_BUSFREE);
drivers/scsi/aic7xxx/aic7xxx_core.c
821
ahc_outb(ahc, SAVED_SCSIID, 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
822
ahc_outb(ahc, SAVED_LUN, 0xFF);
drivers/scsi/aic7xxx/aic7xxx_core.c
831
ahc_outb(ahc, TQINPOS, ahc->tqinfifonext);
drivers/scsi/aic7xxx/aic7xxx_core.c
834
ahc_outb(ahc, SCSISEQ,
drivers/scsi/aic7xxx/aic7xxx_core.c
838
ahc_outb(ahc, CCSCBCNT, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
839
ahc_outb(ahc, CCSGCTL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
840
ahc_outb(ahc, CCSCBCTL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
849
ahc_outb(ahc, SEQ_FLAGS2,
drivers/scsi/aic7xxx/aic7xxx_core.c
858
ahc_outb(ahc, CLRINT, CLRSEQINT);
drivers/scsi/aic7xxx/aic7xxx_core.c
860
ahc_outb(ahc, MWI_RESIDUAL, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
861
ahc_outb(ahc, SEQCTL, ahc->seqctl);
drivers/scsi/aic7xxx/aic7xxx_core.c
862
ahc_outb(ahc, SEQADDR0, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
863
ahc_outb(ahc, SEQADDR1, 0);
drivers/scsi/aic7xxx/aic7xxx_core.c
869
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
drivers/scsi/aic7xxx/aic7xxx_core.c
990
ahc_outb(ahc, CLRINT, CLRSEQINT);
drivers/scsi/aic7xxx/aic7xxx_osm.c
2218
ahc_outb(ahc, MSG_OUT, HOST_MSG);
drivers/scsi/aic7xxx/aic7xxx_osm.c
2219
ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
drivers/scsi/aic7xxx/aic7xxx_osm.c
2266
ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag);
drivers/scsi/aic7xxx/aic7xxx_osm.c
2267
ahc_outb(ahc, SCB_CONTROL,
drivers/scsi/aic7xxx/aic7xxx_osm.c
2282
ahc_outb(ahc, SCBPTR, saved_scbptr);
drivers/scsi/aic7xxx/aic7xxx_osm.c
436
ahc_outb(ahc, port, *array++);
drivers/scsi/aic7xxx/aic7xxx_osm.h
371
void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1015
ahc_outb(ahc, SCBBADDR, ahc_get_pci_function(ahc->dev_softc));
drivers/scsi/aic7xxx/aic7xxx_pci.c
1034
ahc_outb(ahc, DSCOMMAND0, dscommand0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1097
ahc_outb(ahc, SEQCTL, 0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1098
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1099
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1109
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1110
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1146
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1148
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1149
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1212
ahc_outb(ahc, HCNTRL, hcntrl|PAUSE);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1221
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1223
ahc_outb(ahc, SEQCTL, PERRORDIS);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1224
ahc_outb(ahc, SCBPTR, 0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1242
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1243
ahc_outb(ahc, SEQCTL, PERRORDIS|FAILDIS);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1328
ahc_outb(ahc, SCBPTR, 2);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1352
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1353
ahc_outb(ahc, CLRINT, CLRBRKADRINT);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1455
ahc_outb(ahc, TARG_OFFSET + i, offset);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1473
ahc_outb(ahc, TARG_SCSIRATE + i, scsirate);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1512
ahc_outb(ahc, SCSICONF, scsi_conf);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1513
ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
drivers/scsi/aic7xxx/aic7xxx_pci.c
1514
ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
drivers/scsi/aic7xxx/aic7xxx_pci.c
1515
ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1516
ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1700
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1737
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1818
ahc_outb(ahc, SPIOCAP, spiocap);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1819
ahc_outb(ahc, BRDCTL, BRDRW|BRDCS);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1822
ahc_outb(ahc, BRDCTL, 0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1880
ahc_outb(ahc, BRDCTL, brdctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1883
ahc_outb(ahc, BRDCTL, brdctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1889
ahc_outb(ahc, BRDCTL, brdctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1895
ahc_outb(ahc, BRDCTL, brdctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1913
ahc_outb(ahc, BRDCTL, brdctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1916
ahc_outb(ahc, BRDCTL, 0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1967
ahc_outb(ahc, CLRINT, CLRPARERR);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1981
ahc_outb(ahc, SEQCTL, ahc->seqctl);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1989
ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1990
ahc_outb(ahc, DSPCISTATUS, ahc->bus_softc.pci_softc.dspcistatus);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1995
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1996
ahc_outb(ahc, OPTIONMODE, ahc->bus_softc.pci_softc.optionmode);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1998
ahc_outb(ahc, SFUNCT, sfunct);
drivers/scsi/aic7xxx/aic7xxx_pci.c
1999
ahc_outb(ahc, CRCCONTROL1,
drivers/scsi/aic7xxx/aic7xxx_pci.c
2003
ahc_outb(ahc, SCBBADDR, ahc->bus_softc.pci_softc.scbbaddr);
drivers/scsi/aic7xxx/aic7xxx_pci.c
2006
ahc_outb(ahc, DFF_THRSH, ahc->bus_softc.pci_softc.dff_thrsh);
drivers/scsi/aic7xxx/aic7xxx_pci.c
809
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
drivers/scsi/aic7xxx/aic7xxx_pci.c
810
ahc_outb(ahc, OPTIONMODE,
drivers/scsi/aic7xxx/aic7xxx_pci.c
812
ahc_outb(ahc, SFUNCT, sfunct);
drivers/scsi/aic7xxx/aic7xxx_pci.c
815
ahc_outb(ahc, CRCCONTROL1, CRCVALCHKEN|CRCENDCHKEN|CRCREQCHKEN
drivers/scsi/aic7xxx/aic7xxx_pci.c
840
ahc_outb(ahc, DSCOMMAND0, dscommand0);
drivers/scsi/aic7xxx/aic7xxx_pci.c
875
ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
drivers/scsi/aic7xxx/aic7xxx_pci.c
878
ahc_outb(ahc, DFF_THRSH, RD_DFTHRSH_MAX|WR_DFTHRSH_MAX);
drivers/scsi/aic7xxx/aic7xxx_pci.c
880
ahc_outb(ahc, DSPCISTATUS, DFTHRSH_100);
drivers/scsi/aic7xxx/aic7xxx_pci.c
904
ahc_outb(ahc, SCSICONF, our_id|ENSPCHK|RESET_SCSI);
drivers/scsi/aic7xxx/aic7xxx_pci.c
939
ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE);
drivers/scsi/aic7xxx/aic7xxx_pci.c
942
ahc_outb(ahc, SFUNCT, sfunct);