Symbol: ahd_inw
sys/dev/ic/aic79xx.c
10346
oldvalue = ahd_inw(ahd, SNSCB_QOFF);
sys/dev/ic/aic79xx.c
1289
ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM));
sys/dev/ic/aic79xx.c
1296
ahd_inw(ahd, SINDEX));
sys/dev/ic/aic79xx.c
1632
scbid = ahd_inw(ahd, WAITING_TID_HEAD);
sys/dev/ic/aic79xx.c
2066
scbid = ahd_inw(ahd, CURRSCB);
sys/dev/ic/aic79xx.c
2092
waiting_h = ahd_inw(ahd, WAITING_TID_HEAD);
sys/dev/ic/aic79xx.c
2097
waiting_t = ahd_inw(ahd, WAITING_TID_TAIL);
sys/dev/ic/aic79xx.c
2435
ahd_inw(ahd, PRGMCNT));
sys/dev/ic/aic79xx.c
2600
seqaddr = ahd_inw(ahd, CURADDR);
sys/dev/ic/aic79xx.c
420
scbid = ahd_inw(ahd, GSFIFO);
sys/dev/ic/aic79xx.c
481
comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
sys/dev/ic/aic79xx.c
488
tail = ahd_inw(ahd, COMPLETE_DMA_SCB_TAIL);
sys/dev/ic/aic79xx.c
538
scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
sys/dev/ic/aic79xx.c
561
scbid = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD);
sys/dev/ic/aic79xx.c
578
scbid = ahd_inw(ahd, COMPLETE_SCB_HEAD);
sys/dev/ic/aic79xx.c
7201
scbid = ahd_inw(ahd, MK_MESSAGE_SCB);
sys/dev/ic/aic79xx.c
7206
tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
sys/dev/ic/aic79xx.c
7283
ahd_inw(ahd, CMDS_PENDING)-1);
sys/dev/ic/aic79xx.c
7306
tid_head = ahd_inw(ahd, MK_MESSAGE_SCB);
sys/dev/ic/aic79xx.c
7388
ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found);
sys/dev/ic/aic79xx.c
7451
&& ahd_inw(ahd, tail_offset) == scbid)
sys/dev/ic/aic79xx.c
8694
ahd_inw(ahd, CURADDR),
sys/dev/ic/aic79xx.c
8725
ahd_qfreeze_count_print(ahd_inw(ahd, QFREEZE_COUNT), &cur_col, 50);
sys/dev/ic/aic79xx.c
8726
ahd_kernel_qfreeze_count_print(ahd_inw(ahd, KERNEL_QFREEZE_COUNT),
sys/dev/ic/aic79xx.c
8728
ahd_mk_message_scb_print(ahd_inw(ahd, MK_MESSAGE_SCB), &cur_col, 50);
sys/dev/ic/aic79xx.c
8746
ahd->scb_data.numscbs, ahd_inw(ahd, CMDS_PENDING),
sys/dev/ic/aic79xx.c
8747
ahd_inw(ahd, LASTSCB), ahd_inw(ahd, CURRSCB),
sys/dev/ic/aic79xx.c
8748
ahd_inw(ahd, NEXTSCB));
sys/dev/ic/aic79xx.c
8778
scb_index = ahd_inw(ahd, COMPLETE_SCB_DMAINPROG_HEAD);
sys/dev/ic/aic79xx.c
8788
scb_index = ahd_inw(ahd, COMPLETE_SCB_HEAD);
sys/dev/ic/aic79xx.c
8799
scb_index = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD);
sys/dev/ic/aic79xx.c
8808
scb_index = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD);
sys/dev/ic/aic79xx.c
8829
ahd_inw(ahd, LONGJMP_ADDR), fifo_scbptr);
sys/dev/ic/aic79xx.c
8892
ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX),
sys/dev/ic/aic79xx.c
8893
ahd_inw(ahd, DINDEX));
sys/dev/ic/aic79xx.c
9041
*buf = ahd_inw(ahd, SEEDAT);
sys/dev/ic/aic79xx.c
9451
targid_mask = ahd_inw(ahd, TARGID);
sys/dev/ic/aic79xx.c
9567
targid_mask = ahd_inw(ahd, TARGID);
sys/dev/ic/aic79xx_inline.h
128
ahd_inw(struct ahd_softc *, u_int);