Symbol: ahd_inb_scbram
sys/dev/ic/aic79xx.c
1146
ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/ic/aic79xx.c
1258
ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx.c
1259
ahd_inb_scbram(ahd, SCB_LUN),
sys/dev/ic/aic79xx.c
1260
ahd_inb_scbram(ahd, SCB_CONTROL));
sys/dev/ic/aic79xx.c
1380
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic79xx.c
2391
} else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/ic/aic79xx.c
3337
control = ahd_inb_scbram(ahd, SCB_CONTROL);
sys/dev/ic/aic79xx.c
3550
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
sys/dev/ic/aic79xx.c
3559
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic79xx.c
448
if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
sys/dev/ic/aic79xx.c
449
&& ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
sys/dev/ic/aic79xx.c
450
|| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
sys/dev/ic/aic79xx.c
462
ahd_inb_scbram(ahd, SCB_SGPTR)
sys/dev/ic/aic79xx.c
4701
ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
sys/dev/ic/aic79xx.c
4779
sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
sys/dev/ic/aic79xx.c
4781
&& (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/ic/aic79xx.c
4883
ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/ic/aic79xx.c
4941
sgptr = (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 3) << 24)
sys/dev/ic/aic79xx.c
4942
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 2) << 16)
sys/dev/ic/aic79xx.c
4943
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 1) << 8)
sys/dev/ic/aic79xx.c
4944
| ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
sys/dev/ic/aic79xx.c
4947
resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
sys/dev/ic/aic79xx.c
4948
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
sys/dev/ic/aic79xx.c
4949
| ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
sys/dev/ic/aic79xx.c
516
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
sys/dev/ic/aic79xx.c
622
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
sys/dev/ic/aic79xx.c
668
ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
sys/dev/ic/aic79xx.c
793
ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
sys/dev/ic/aic79xx.c
807
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
sys/dev/ic/aic79xx.c
8733
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
sys/dev/ic/aic79xx.c
8735
ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/ic/aic79xx.c
8737
ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx.c
8865
ahd_inb_scbram(ahd, SCB_CDB_STORE),
sys/dev/ic/aic79xx.c
8866
ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
sys/dev/ic/aic79xx.c
8867
ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
sys/dev/ic/aic79xx.c
8868
ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
sys/dev/ic/aic79xx.c
8869
ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
sys/dev/ic/aic79xx.c
8870
ahd_inb_scbram(ahd, SCB_CDB_STORE+5));
sys/dev/ic/aic79xx.c
8902
ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/ic/aic79xx.c
8903
ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx_inline.h
434
static __inline u_int ahd_inb_scbram(struct ahd_softc *, u_int);
sys/dev/ic/aic79xx_inline.h
687
return (ahd_inb_scbram(ahd, offset)
sys/dev/ic/aic79xx_inline.h
688
| (ahd_inb_scbram(ahd, offset+1) << 8));
sys/dev/pci/ahd_pci.c
741
nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
sys/dev/pci/ahd_pci.c
743
&& ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/pci/ahd_pci.c
744
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
sys/dev/pci/ahd_pci.c
745
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/pci/ahd_pci.c
746
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
sys/dev/pci/ahd_pci.c
747
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
sys/dev/pci/ahd_pci.c
748
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
sys/dev/pci/ahd_pci.c
749
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
sys/dev/pci/ahd_pci.c
750
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
sys/dev/pci/ahd_pci.c
751
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/pci/ahd_pci.c
752
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
sys/dev/pci/ahd_pci.c
753
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/pci/ahd_pci.c
754
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {