Symbol: ahd_inw_scbram
sys/dev/aic7xxx/aic79xx.c
2097
next = ahd_inw_scbram(ahd, SCB_NEXT2);
sys/dev/aic7xxx/aic79xx.c
516
next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
537
next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
554
next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
5549
if (ahd_inw_scbram(ahd, SCB_BASE) != i)
sys/dev/aic7xxx/aic79xx.c
5552
if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
sys/dev/aic7xxx/aic79xx.c
7194
scbid = ahd_inw_scbram(ahd, scb_offset);
sys/dev/aic7xxx/aic79xx.c
7502
tid_next = ahd_inw_scbram(ahd, SCB_NEXT2);
sys/dev/aic7xxx/aic79xx.c
7627
next = ahd_inw_scbram(ahd, SCB_NEXT);
sys/dev/aic7xxx/aic79xx.c
9052
scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
9062
scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
9072
scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
9081
scb_index = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
sys/dev/aic7xxx/aic79xx.c
9164
ahd_inw_scbram(ahd, SCB_NEXT),
sys/dev/aic7xxx/aic79xx.c
9165
ahd_inw_scbram(ahd, SCB_NEXT2));
sys/dev/aic7xxx/aic79xx.c
9206
ahd_inw_scbram(ahd, SCB_NEXT),
sys/dev/aic7xxx/aic79xx.c
9207
ahd_inw_scbram(ahd, SCB_NEXT2),
sys/dev/aic7xxx/aic79xx_inline.h
455
static __inline u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
sys/dev/aic7xxx/aic79xx_inline.h
711
return (ahd_inw_scbram(ahd, offset)
sys/dev/aic7xxx/aic79xx_inline.h
712
| (ahd_inw_scbram(ahd, offset+2) << 16));
sys/dev/aic7xxx/aic79xx_pci.c
637
*sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i);