Symbol: ahd_inb
sys/dev/ic/aic79xx.c
1009
bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/ic/aic79xx.c
1125
ahd_inb(ahd, MODE_PTR));
sys/dev/ic/aic79xx.c
1162
ahd_name(ahd), ahd_inb(ahd, DFCNTRL),
sys/dev/ic/aic79xx.c
1163
ahd_inb(ahd, SG_CACHE_SHADOW));
sys/dev/ic/aic79xx.c
1190
bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/ic/aic79xx.c
1240
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
sys/dev/ic/aic79xx.c
1244
ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4);
sys/dev/ic/aic79xx.c
1247
ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
sys/dev/ic/aic79xx.c
1248
ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM));
sys/dev/ic/aic79xx.c
1251
ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd),
sys/dev/ic/aic79xx.c
1253
BUILD_TCL(ahd_inb(ahd, SAVED_SCSIID),
sys/dev/ic/aic79xx.c
1254
ahd_inb(ahd, SAVED_LUN))),
sys/dev/ic/aic79xx.c
1258
ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx.c
1262
ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
sys/dev/ic/aic79xx.c
1263
printf("SXFRCTL0 == 0x%x\n", ahd_inb(ahd, SXFRCTL0));
sys/dev/ic/aic79xx.c
1264
printf("SEQCTL0 == 0x%x\n", ahd_inb(ahd, SEQCTL0));
sys/dev/ic/aic79xx.c
1291
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
1295
SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
sys/dev/ic/aic79xx.c
1296
lastphase, ahd_inb(ahd, SCSISIGI));
sys/dev/ic/aic79xx.c
1303
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
1307
SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
sys/dev/ic/aic79xx.c
1308
lastphase, ahd_inb(ahd, SCSISIGI));
sys/dev/ic/aic79xx.c
1331
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
1340
ahd_inb(ahd, SEQ_FLAGS) & DPHASE
sys/dev/ic/aic79xx.c
1462
while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
sys/dev/ic/aic79xx.c
1463
&& (ahd_inb(ahd, SSTAT0) & SELDO) == 0
sys/dev/ic/aic79xx.c
1464
&& (ahd_inb(ahd, SSTAT1) & SELTO) == 0)
sys/dev/ic/aic79xx.c
1515
status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR);
sys/dev/ic/aic79xx.c
1516
status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
sys/dev/ic/aic79xx.c
1517
status = ahd_inb(ahd, SSTAT1) & (SELTO|SCSIRSTI|BUSFREE|SCSIPERR);
sys/dev/ic/aic79xx.c
1518
lqistat1 = ahd_inb(ahd, LQISTAT1);
sys/dev/ic/aic79xx.c
1519
lqostat0 = ahd_inb(ahd, LQOSTAT0);
sys/dev/ic/aic79xx.c
1520
busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
sys/dev/ic/aic79xx.c
1525
simode0 = ahd_inb(ahd, SIMODE0);
sys/dev/ic/aic79xx.c
1532
&& (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0)
sys/dev/ic/aic79xx.c
1541
now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
sys/dev/ic/aic79xx.c
1659
busfreetime = ahd_inb(ahd, SSTAT2) & BUSFREETIME;
sys/dev/ic/aic79xx.c
1660
lqostat1 = ahd_inb(ahd, LQOSTAT1);
sys/dev/ic/aic79xx.c
1692
&& ahd_inb(ahd, LASTPHASE) == P_BUSFREE)
sys/dev/ic/aic79xx.c
1706
if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) {
sys/dev/ic/aic79xx.c
1727
ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
sys/dev/ic/aic79xx.c
1763
lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
sys/dev/ic/aic79xx.c
1764
(void)ahd_inb(ahd, LQISTAT2);
sys/dev/ic/aic79xx.c
1770
lqistate = ahd_inb(ahd, LQISTATE);
sys/dev/ic/aic79xx.c
1785
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
1786
curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/ic/aic79xx.c
1787
perrdiag = ahd_inb(ahd, PERRDIAG);
sys/dev/ic/aic79xx.c
1912
ahd_inb(ahd, SCSIDAT);
sys/dev/ic/aic79xx.c
1952
if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0
sys/dev/ic/aic79xx.c
1953
&& (ahd_inb(ahd, MDFFSTAT) & DLZERO) != 0) {
sys/dev/ic/aic79xx.c
1983
lqostat1 = ahd_inb(ahd, LQOSTAT1);
sys/dev/ic/aic79xx.c
2022
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
sys/dev/ic/aic79xx.c
2032
ahd_outb(ahd, LQCTL2, ahd_inb(ahd, LQCTL2) | LQOTOIDLE);
sys/dev/ic/aic79xx.c
2069
} else if ((ahd_inb(ahd, PERRDIAG) & PARITYERR) != 0) {
sys/dev/ic/aic79xx.c
2131
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
2132
saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);
sys/dev/ic/aic79xx.c
2133
saved_lun = ahd_inb(ahd, SAVED_LUN);
sys/dev/ic/aic79xx.c
2143
&& (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0)
sys/dev/ic/aic79xx.c
2342
ahd_inb(ahd, PRGMCNT)
sys/dev/ic/aic79xx.c
2343
| (ahd_inb(ahd, PRGMCNT+1) << 8));
sys/dev/ic/aic79xx.c
2364
seq_flags = ahd_inb(ahd, SEQ_FLAGS);
sys/dev/ic/aic79xx.c
2365
curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
sys/dev/ic/aic79xx.c
2366
lastphase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
2427
ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
sys/dev/ic/aic79xx.c
2506
seqaddr = ahd_inb(ahd, CURADDR)
sys/dev/ic/aic79xx.c
2507
| (ahd_inb(ahd, CURADDR+1) << 8);
sys/dev/ic/aic79xx.c
2538
simode0 = ahd_inb(ahd, SIMODE0);
sys/dev/ic/aic79xx.c
2539
simode3 = ahd_inb(ahd, SIMODE3);
sys/dev/ic/aic79xx.c
2540
lqimode0 = ahd_inb(ahd, LQIMODE0);
sys/dev/ic/aic79xx.c
2541
lqimode1 = ahd_inb(ahd, LQIMODE1);
sys/dev/ic/aic79xx.c
2542
lqomode0 = ahd_inb(ahd, LQOMODE0);
sys/dev/ic/aic79xx.c
2543
lqomode1 = ahd_inb(ahd, LQOMODE1);
sys/dev/ic/aic79xx.c
2551
simode1 = ahd_inb(ahd, SIMODE1);
sys/dev/ic/aic79xx.c
2559
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
sys/dev/ic/aic79xx.c
2579
ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
sys/dev/ic/aic79xx.c
2771
if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
sys/dev/ic/aic79xx.c
2772
&& (ahd_inb(ahd, SSTAT2) & EXP_ACTIVE) == 0) {
sys/dev/ic/aic79xx.c
298
packetized = ahd_inb(ahd, LQISTATE) != 0;
sys/dev/ic/aic79xx.c
301
packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
sys/dev/ic/aic79xx.c
313
active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
sys/dev/ic/aic79xx.c
3181
saved_negoaddr = ahd_inb(ahd, NEGOADDR);
sys/dev/ic/aic79xx.c
3325
ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
sys/dev/ic/aic79xx.c
3361
if (ahd_inb(ahd, SSTAT0) & TARGET)
sys/dev/ic/aic79xx.c
3367
&& (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) {
sys/dev/ic/aic79xx.c
3369
our_id = ahd_inb(ahd, TARGIDIN) & OID;
sys/dev/ic/aic79xx.c
3371
our_id = ahd_inb(ahd, TOWNID);
sys/dev/ic/aic79xx.c
3373
our_id = ahd_inb(ahd, IOWNID);
sys/dev/ic/aic79xx.c
3375
saved_scsiid = ahd_inb(ahd, SAVED_SCSIID);
sys/dev/ic/aic79xx.c
3379
ahd_inb(ahd, SAVED_LUN),
sys/dev/ic/aic79xx.c
340
ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic79xx.c
3464
&& ahd_inb(ahd, MSG_OUT) == HOST_MSG) {
sys/dev/ic/aic79xx.c
3484
&& ahd_inb(ahd, MSG_OUT) == MSG_IDENTIFYFLAG) {
sys/dev/ic/aic79xx.c
3550
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
sys/dev/ic/aic79xx.c
358
ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
sys/dev/ic/aic79xx.c
3754
if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
sys/dev/ic/aic79xx.c
376
if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0)
sys/dev/ic/aic79xx.c
3763
ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
sys/dev/ic/aic79xx.c
3779
bus_phase = ahd_inb(ahd, LASTPHASE);
sys/dev/ic/aic79xx.c
3781
if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0) {
sys/dev/ic/aic79xx.c
3914
ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS);
sys/dev/ic/aic79xx.c
3975
if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0
sys/dev/ic/aic79xx.c
3993
ahd_inb(ahd, SCSIDAT);
sys/dev/ic/aic79xx.c
3995
ahd_inb(ahd, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic79xx.c
4002
ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
sys/dev/ic/aic79xx.c
4010
ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic79xx.c
4028
lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0;
sys/dev/ic/aic79xx.c
4035
ahd_outb(ahd, SXFRCTL0, ahd_inb(ahd, SXFRCTL0) & ~SPIOEN);
sys/dev/ic/aic79xx.c
4036
ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT);
sys/dev/ic/aic79xx.c
4064
ahd_inb(ahd, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic79xx.c
4076
ahd_inb(ahd, SXFRCTL0) | SPIOEN);
sys/dev/ic/aic79xx.c
411
while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) {
sys/dev/ic/aic79xx.c
415
scbid = (ahd_inb(ahd, GSFIFO+1) << 8)
sys/dev/ic/aic79xx.c
416
| ahd_inb(ahd, GSFIFO);
sys/dev/ic/aic79xx.c
4519
tag = ahd_inb(ahd, INITIATOR_TAG);
sys/dev/ic/aic79xx.c
4546
ahd_name(ahd), ahd_inb(ahd, SCSISIGI));
sys/dev/ic/aic79xx.c
4599
last_msg = ahd_inb(ahd, LAST_MSG);
sys/dev/ic/aic79xx.c
4763
if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0
sys/dev/ic/aic79xx.c
484
while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {
sys/dev/ic/aic79xx.c
4924
while (--wait && !(ahd_inb(ahd, MDFFSTAT) & FIFOFREE))
sys/dev/ic/aic79xx.c
4934
ahd_inb(ahd, DFFSTAT)
sys/dev/ic/aic79xx.c
5266
sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
sys/dev/ic/aic79xx.c
5298
} while (--wait && !(ahd_inb(ahd, HCNTRL) & CHIPRSTACK));
sys/dev/ic/aic79xx.c
5340
if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
sys/dev/ic/aic79xx.c
5564
ahd_outb(ahd, DSPDATACTL, ahd_inb(ahd, DSPDATACTL)
sys/dev/ic/aic79xx.c
5566
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) | (ENSELDO|ENSELDI));
sys/dev/ic/aic79xx.c
5585
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
5593
ahd_inb(ahd, DSPDATACTL) & ~BYPASSENAB);
sys/dev/ic/aic79xx.c
5599
ahd_outb(ahd, SIMODE0, ahd_inb(ahd, SIMODE0) & ~(ENSELDO|ENSELDI));
sys/dev/ic/aic79xx.c
563
|| ((ahd_inb(ahd, LONGJMP_ADDR+1) & INVALID_ADDR) != 0
sys/dev/ic/aic79xx.c
564
&& (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0))
sys/dev/ic/aic79xx.c
587
seqintsrc = ahd_inb(ahd, SEQINTSRC);
sys/dev/ic/aic79xx.c
6215
ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
sys/dev/ic/aic79xx.c
6252
(ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
sys/dev/ic/aic79xx.c
6272
ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN);
sys/dev/ic/aic79xx.c
6288
ahd_outb(ahd, PCIXCTL, ahd_inb(ahd, PCIXCTL) | SPLTSTADIS);
sys/dev/ic/aic79xx.c
638
if ((ahd_inb(ahd, LONGJMP_ADDR+1)&INVALID_ADDR) != 0) {
sys/dev/ic/aic79xx.c
651
if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0)
sys/dev/ic/aic79xx.c
660
ahd_inb(ahd, DFCNTRL) | FIFOFLUSH);
sys/dev/ic/aic79xx.c
670
if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG) == 0) {
sys/dev/ic/aic79xx.c
6763
hcntrl = ahd_inb(ahd, HCNTRL);
sys/dev/ic/aic79xx.c
678
if ((ahd_inb(ahd, SG_CACHE_SHADOW) & 0x80) != 0
sys/dev/ic/aic79xx.c
682
sgptr |= ahd_inb(ahd, SG_CACHE_SHADOW)
sys/dev/ic/aic79xx.c
6829
ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
sys/dev/ic/aic79xx.c
6837
intstat = ahd_inb(ahd, INTSTAT);
sys/dev/ic/aic79xx.c
6839
if ((ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) == 0)
sys/dev/ic/aic79xx.c
6841
ahd_inb(ahd, SCSISEQ0) & ~ENSELO);
sys/dev/ic/aic79xx.c
6851
&& (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0)
sys/dev/ic/aic79xx.c
6853
ahd_inb(ahd, SCSISEQ0) | ENSELO);
sys/dev/ic/aic79xx.c
6857
|| (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0
sys/dev/ic/aic79xx.c
6858
|| (ahd_inb(ahd, SSTAT0) & (SELDO|SELINGO)) != 0));
sys/dev/ic/aic79xx.c
6861
ahd_inb(ahd, INTSTAT));
sys/dev/ic/aic79xx.c
6873
ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN);
sys/dev/ic/aic79xx.c
698
ahd_inb(ahd, SEQIMODE) | ENSAVEPTRS);
sys/dev/ic/aic79xx.c
703
if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0)
sys/dev/ic/aic79xx.c
705
} else if ((ahd_inb(ahd, SG_STATE) & LOADING_NEEDED) != 0) {
sys/dev/ic/aic79xx.c
7131
if ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN|CCSCBDIR))
sys/dev/ic/aic79xx.c
7134
ahd_inb(ahd, CCSCBCTL) & ~(CCARREN|CCSCBEN));
sys/dev/ic/aic79xx.c
7135
while ((ahd_inb(ahd, CCSCBCTL) & (CCARREN|CCSCBEN)) != 0)
sys/dev/ic/aic79xx.c
715
if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0) {
sys/dev/ic/aic79xx.c
726
if ((ahd_inb(ahd, DFSTATUS) & PRELOAD_AVAIL) == 0)
sys/dev/ic/aic79xx.c
728
if ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) == 0)
sys/dev/ic/aic79xx.c
7554
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) & ~ENSCSIRST);
sys/dev/ic/aic79xx.c
7555
scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
sys/dev/ic/aic79xx.c
7621
next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
sys/dev/ic/aic79xx.c
7629
ahd_inb(ahd, DFCNTRL) & ~(SCSIEN|HDMAEN));
sys/dev/ic/aic79xx.c
7630
while ((ahd_inb(ahd, DFCNTRL) & HDMAENACK) != 0)
sys/dev/ic/aic79xx.c
7644
ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST|ENBUSFREE));
sys/dev/ic/aic79xx.c
775
dfcntrl = ahd_inb(ahd, DFCNTRL)|PRELOADEN|HDMAEN;
sys/dev/ic/aic79xx.c
7756
if ((ahd_inb(ahd, SSTAT1) & SCSIRSTI) != 0) {
sys/dev/ic/aic79xx.c
7766
ahd_outb(ahd, SIMODE1, ahd_inb(ahd, SIMODE1) | ENSCSIRST);
sys/dev/ic/aic79xx.c
7767
scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
sys/dev/ic/aic79xx.c
785
} else if ((ahd_inb(ahd, SG_CACHE_SHADOW)
sys/dev/ic/aic79xx.c
7859
ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN);
sys/dev/ic/aic79xx.c
795
} else if ((ahd_inb(ahd, DFSTATUS) & FIFOEMP) != 0) {
sys/dev/ic/aic79xx.c
854
error = ahd_inb(ahd, ERROR);
sys/dev/ic/aic79xx.c
8569
stack_entry = ahd_inb(ahd, STACK)
sys/dev/ic/aic79xx.c
8570
|(ahd_inb(ahd, STACK) << 8);
sys/dev/ic/aic79xx.c
8676
ahd_inb(ahd, CURADDR) | (ahd_inb(ahd, CURADDR+1) << 8),
sys/dev/ic/aic79xx.c
8688
ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50);
sys/dev/ic/aic79xx.c
8689
ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50);
sys/dev/ic/aic79xx.c
8690
ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50);
sys/dev/ic/aic79xx.c
8691
ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50);
sys/dev/ic/aic79xx.c
8692
ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50);
sys/dev/ic/aic79xx.c
8693
ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50);
sys/dev/ic/aic79xx.c
8694
ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50);
sys/dev/ic/aic79xx.c
8695
ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50);
sys/dev/ic/aic79xx.c
8696
ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50);
sys/dev/ic/aic79xx.c
8697
ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8698
ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50);
sys/dev/ic/aic79xx.c
8699
ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8700
ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50);
sys/dev/ic/aic79xx.c
8701
ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50);
sys/dev/ic/aic79xx.c
8702
ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
sys/dev/ic/aic79xx.c
8703
ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8704
ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
sys/dev/ic/aic79xx.c
8705
ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
sys/dev/ic/aic79xx.c
8706
ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50);
sys/dev/ic/aic79xx.c
8707
ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);
sys/dev/ic/aic79xx.c
8708
ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50);
sys/dev/ic/aic79xx.c
8709
ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8710
ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50);
sys/dev/ic/aic79xx.c
8711
ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50);
sys/dev/ic/aic79xx.c
8712
ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8713
ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);
sys/dev/ic/aic79xx.c
8714
ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50);
sys/dev/ic/aic79xx.c
8792
dffstat = ahd_inb(ahd, DFFSTAT);
sys/dev/ic/aic79xx.c
8806
ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50);
sys/dev/ic/aic79xx.c
8807
ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);
sys/dev/ic/aic79xx.c
8808
ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50);
sys/dev/ic/aic79xx.c
8809
ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50);
sys/dev/ic/aic79xx.c
8810
ahd_sg_cache_shadow_print(ahd_inb(ahd, SG_CACHE_SHADOW),
sys/dev/ic/aic79xx.c
8812
ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50);
sys/dev/ic/aic79xx.c
8813
ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50);
sys/dev/ic/aic79xx.c
8814
ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50);
sys/dev/ic/aic79xx.c
8815
ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50);
sys/dev/ic/aic79xx.c
8823
(ahd_inb(ahd, SHCNT)
sys/dev/ic/aic79xx.c
8824
| (ahd_inb(ahd, SHCNT + 1) << 8)
sys/dev/ic/aic79xx.c
8825
| (ahd_inb(ahd, SHCNT + 2) << 16)));
sys/dev/ic/aic79xx.c
8829
(ahd_inb(ahd, HCNT)
sys/dev/ic/aic79xx.c
883
seqintcode = ahd_inb(ahd, SEQINTCODE);
sys/dev/ic/aic79xx.c
8830
| (ahd_inb(ahd, HCNT + 1) << 8)
sys/dev/ic/aic79xx.c
8831
| (ahd_inb(ahd, HCNT + 2) << 16)));
sys/dev/ic/aic79xx.c
8832
ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50);
sys/dev/ic/aic79xx.c
8843
printf("0x%x ", ahd_inb(ahd, LQIN + i));
sys/dev/ic/aic79xx.c
8847
ahd_name(ahd), ahd_inb(ahd, LQISTATE), ahd_inb(ahd, LQOSTATE),
sys/dev/ic/aic79xx.c
8848
ahd_inb(ahd, OPTIONMODE));
sys/dev/ic/aic79xx.c
8850
ahd_name(ahd), ahd_inb(ahd, OS_SPACE_CNT),
sys/dev/ic/aic79xx.c
8851
ahd_inb(ahd, MAXCMDCNT));
sys/dev/ic/aic79xx.c
8852
ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50);
sys/dev/ic/aic79xx.c
8874
ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
sys/dev/ic/aic79xx.c
8951
*bytestream_ptr++ = ahd_inb(ahd, SEEDAT);
sys/dev/ic/aic79xx.c
8952
*bytestream_ptr = ahd_inb(ahd, SEEDAT+1);
sys/dev/ic/aic79xx.c
9024
while ((ahd_inb(ahd, SEESTAT) & (SEEARBACK|SEEBUSY)) != 0 && --cnt)
sys/dev/ic/aic79xx.c
9151
*value = ahd_inb(ahd, BRDDAT);
sys/dev/ic/aic79xx.c
9167
while ((ahd_inb(ahd, BRDCTL) & FLXARBACK) == 0 && --cnt)
sys/dev/ic/aic79xx.c
9370
targid_mask = ahd_inb(ahd, TARGID)
sys/dev/ic/aic79xx.c
9371
| (ahd_inb(ahd, TARGID + 1) << 8);
sys/dev/ic/aic79xx.c
9394
sblkctl = ahd_inb(ahd, SBLKCTL);
sys/dev/ic/aic79xx.c
9416
scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
sys/dev/ic/aic79xx.c
9419
scsiseq1 = ahd_inb(ahd, SCSISEQ1);
sys/dev/ic/aic79xx.c
945
if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0
sys/dev/ic/aic79xx.c
946
&& (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) {
sys/dev/ic/aic79xx.c
9490
targid_mask = ahd_inb(ahd, TARGID)
sys/dev/ic/aic79xx.c
9491
| (ahd_inb(ahd, TARGID + 1)
sys/dev/ic/aic79xx.c
9515
scsiseq1 = ahd_inb(ahd, SCSISEQ_TEMPLATE);
sys/dev/ic/aic79xx.c
9518
scsiseq1 = ahd_inb(ahd, SCSISEQ1);
sys/dev/ic/aic79xx.c
9558
scsiid = ahd_inb(ahd, SCSIID_ULTRA2);
sys/dev/ic/aic79xx.c
9560
scsiid = ahd_inb(ahd, SCSIID);
sys/dev/ic/aic79xx.c
9612
hs_mailbox = ahd_inb(ahd, HS_MAILBOX);
sys/dev/ic/aic79xx_inline.h
126
mode_ptr = ahd_inb(ahd, MODE_PTR);
sys/dev/ic/aic79xx_inline.h
178
return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
sys/dev/ic/aic79xx_inline.h
225
if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0)
sys/dev/ic/aic79xx_inline.h
517
return ((ahd_inb(ahd, port+1) << 8) | ahd_inb(ahd, port));
sys/dev/ic/aic79xx_inline.h
530
return ((ahd_inb(ahd, port))
sys/dev/ic/aic79xx_inline.h
531
| (ahd_inb(ahd, port+1) << 8)
sys/dev/ic/aic79xx_inline.h
532
| (ahd_inb(ahd, port+2) << 16)
sys/dev/ic/aic79xx_inline.h
533
| (ahd_inb(ahd, port+3) << 24));
sys/dev/ic/aic79xx_inline.h
548
return ((ahd_inb(ahd, port))
sys/dev/ic/aic79xx_inline.h
549
| (ahd_inb(ahd, port+1) << 8)
sys/dev/ic/aic79xx_inline.h
550
| (ahd_inb(ahd, port+2) << 16)
sys/dev/ic/aic79xx_inline.h
551
| (((uint64_t)ahd_inb(ahd, port+3)) << 24)
sys/dev/ic/aic79xx_inline.h
552
| (((uint64_t)ahd_inb(ahd, port+4)) << 32)
sys/dev/ic/aic79xx_inline.h
553
| (((uint64_t)ahd_inb(ahd, port+5)) << 40)
sys/dev/ic/aic79xx_inline.h
554
| (((uint64_t)ahd_inb(ahd, port+6)) << 48)
sys/dev/ic/aic79xx_inline.h
555
| (((uint64_t)ahd_inb(ahd, port+7)) << 56));
sys/dev/ic/aic79xx_inline.h
576
return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
sys/dev/ic/aic79xx_inline.h
603
return (ahd_inb(ahd, HESCB_QOFF));
sys/dev/ic/aic79xx_inline.h
634
return (ahd_inb(ahd, SESCB_QOFF));
sys/dev/ic/aic79xx_inline.h
648
return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8));
sys/dev/ic/aic79xx_inline.h
678
value = ahd_inb(ahd, offset);
sys/dev/ic/aic79xx_inline.h
680
ahd_inb(ahd, MODE_PTR);
sys/dev/ic/aic79xx_inline.h
907
intstat = ahd_inb(ahd, INTSTAT);
sys/dev/ic/aic79xx_inline.h
930
if (ahd_inb(ahd, SEQINTCODE) != NO_SEQINT)
sys/dev/ic/aic79xx_osm.c
667
if (ahd_inb(ahd, INTSTAT) & INT_PEND)
sys/dev/ic/aic79xx_osm.h
242
ahd_inb(ahd, INTSTAT);
sys/dev/pci/ahd_pci.c
1034
split_status[i] = ahd_inb(ahd, DCHSPLTSTAT0);
sys/dev/pci/ahd_pci.c
1035
split_status1[i] = ahd_inb(ahd, DCHSPLTSTAT1);
sys/dev/pci/ahd_pci.c
1041
sg_split_status[i] = ahd_inb(ahd, SGSPLTSTAT0);
sys/dev/pci/ahd_pci.c
1042
sg_split_status1[i] = ahd_inb(ahd, SGSPLTSTAT1);
sys/dev/pci/ahd_pci.c
601
hcntrl = ahd_inb(ahd, HCNTRL);
sys/dev/pci/ahd_pci.c
620
targpcistat = ahd_inb(ahd, TARGPCISTAT);
sys/dev/pci/ahd_pci.c
632
if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
sys/dev/pci/ahd_pci.c
636
trgpcistat = ahd_inb(ahd, TARGPCISTAT);
sys/dev/pci/ahd_pci.c
644
if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
sys/dev/pci/ahd_pci.c
647
targpcistat = ahd_inb(ahd, TARGPCISTAT);
sys/dev/pci/ahd_pci.c
863
sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
sys/dev/pci/ahd_pci.c
960
intstat = ahd_inb(ahd, INTSTAT);
sys/dev/pci/ahd_pci.c
976
pci_status[i] = ahd_inb(ahd, reg);