Symbol: ahd_inb_scbram
sys/dev/aic7xxx/aic79xx.c
1166
ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/aic7xxx/aic79xx.c
1279
ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/aic7xxx/aic79xx.c
1280
ahd_inb_scbram(ahd, SCB_LUN),
sys/dev/aic7xxx/aic79xx.c
1281
ahd_inb_scbram(ahd, SCB_CONTROL));
sys/dev/aic7xxx/aic79xx.c
1404
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/aic7xxx/aic79xx.c
2480
} else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/aic7xxx/aic79xx.c
3434
control = ahd_inb_scbram(ahd, SCB_CONTROL);
sys/dev/aic7xxx/aic79xx.c
3649
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
sys/dev/aic7xxx/aic79xx.c
3658
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/aic7xxx/aic79xx.c
436
if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
sys/dev/aic7xxx/aic79xx.c
437
&& ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
sys/dev/aic7xxx/aic79xx.c
438
|| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
sys/dev/aic7xxx/aic79xx.c
450
ahd_inb_scbram(ahd, SCB_SGPTR)
sys/dev/aic7xxx/aic79xx.c
4793
ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
sys/dev/aic7xxx/aic79xx.c
4868
sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
sys/dev/aic7xxx/aic79xx.c
4870
&& (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/aic7xxx/aic79xx.c
4961
ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/aic7xxx/aic79xx.c
5021
resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
sys/dev/aic7xxx/aic79xx.c
5022
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
sys/dev/aic7xxx/aic79xx.c
5023
| ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
sys/dev/aic7xxx/aic79xx.c
526
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
sys/dev/aic7xxx/aic79xx.c
649
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
sys/dev/aic7xxx/aic79xx.c
693
resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
sys/dev/aic7xxx/aic79xx.c
815
ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
sys/dev/aic7xxx/aic79xx.c
826
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
sys/dev/aic7xxx/aic79xx.c
9016
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
sys/dev/aic7xxx/aic79xx.c
9018
ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/aic7xxx/aic79xx.c
9020
ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/aic7xxx/aic79xx.c
9167
ahd_inb_scbram(ahd, SCB_CDB_STORE),
sys/dev/aic7xxx/aic79xx.c
9168
ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
sys/dev/aic7xxx/aic79xx.c
9169
ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
sys/dev/aic7xxx/aic79xx.c
9170
ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
sys/dev/aic7xxx/aic79xx.c
9171
ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
sys/dev/aic7xxx/aic79xx.c
9172
ahd_inb_scbram(ahd, SCB_CDB_STORE+5));
sys/dev/aic7xxx/aic79xx.c
9204
ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/aic7xxx/aic79xx.c
9205
ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/aic7xxx/aic79xx_inline.h
454
static __inline u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
sys/dev/aic7xxx/aic79xx_inline.h
704
return (ahd_inb_scbram(ahd, offset)
sys/dev/aic7xxx/aic79xx_inline.h
705
| (ahd_inb_scbram(ahd, offset+1) << 8));
sys/dev/aic7xxx/aic79xx_pci.c
617
nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
sys/dev/aic7xxx/aic79xx_pci.c
619
&& ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/aic7xxx/aic79xx_pci.c
620
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
sys/dev/aic7xxx/aic79xx_pci.c
621
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/aic7xxx/aic79xx_pci.c
622
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
sys/dev/aic7xxx/aic79xx_pci.c
623
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
sys/dev/aic7xxx/aic79xx_pci.c
624
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
sys/dev/aic7xxx/aic79xx_pci.c
625
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
sys/dev/aic7xxx/aic79xx_pci.c
626
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
sys/dev/aic7xxx/aic79xx_pci.c
627
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/aic7xxx/aic79xx_pci.c
628
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
sys/dev/aic7xxx/aic79xx_pci.c
629
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/aic7xxx/aic79xx_pci.c
630
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {