Symbol: ahd_inb_scbram
drivers/scsi/aic7xxx/aic79xx_core.c
1250
if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
drivers/scsi/aic7xxx/aic79xx_core.c
1251
&& ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
drivers/scsi/aic7xxx/aic79xx_core.c
1252
|| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
drivers/scsi/aic7xxx/aic79xx_core.c
1264
ahd_inb_scbram(ahd, SCB_SGPTR)
drivers/scsi/aic7xxx/aic79xx_core.c
1340
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
drivers/scsi/aic7xxx/aic79xx_core.c
1463
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
drivers/scsi/aic7xxx/aic79xx_core.c
1507
resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
drivers/scsi/aic7xxx/aic79xx_core.c
1631
ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
drivers/scsi/aic7xxx/aic79xx_core.c
1642
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
drivers/scsi/aic7xxx/aic79xx_core.c
2019
ahd_inb_scbram(ahd, SCB_CONTROL)
drivers/scsi/aic7xxx/aic79xx_core.c
2130
ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
drivers/scsi/aic7xxx/aic79xx_core.c
2131
ahd_inb_scbram(ahd, SCB_LUN),
drivers/scsi/aic7xxx/aic79xx_core.c
2132
ahd_inb_scbram(ahd, SCB_CONTROL));
drivers/scsi/aic7xxx/aic79xx_core.c
2252
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
drivers/scsi/aic7xxx/aic79xx_core.c
3329
} else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
drivers/scsi/aic7xxx/aic79xx_core.c
4253
control = ahd_inb_scbram(ahd, SCB_CONTROL);
drivers/scsi/aic7xxx/aic79xx_core.c
4466
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
drivers/scsi/aic7xxx/aic79xx_core.c
4475
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
drivers/scsi/aic7xxx/aic79xx_core.c
5607
ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
drivers/scsi/aic7xxx/aic79xx_core.c
5682
sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
drivers/scsi/aic7xxx/aic79xx_core.c
5684
&& (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
drivers/scsi/aic7xxx/aic79xx_core.c
5786
ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
drivers/scsi/aic7xxx/aic79xx_core.c
5847
resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
drivers/scsi/aic7xxx/aic79xx_core.c
5848
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
drivers/scsi/aic7xxx/aic79xx_core.c
5849
| ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
drivers/scsi/aic7xxx/aic79xx_core.c
769
return (ahd_inb_scbram(ahd, offset)
drivers/scsi/aic7xxx/aic79xx_core.c
770
| (ahd_inb_scbram(ahd, offset+1) << 8));
drivers/scsi/aic7xxx/aic79xx_core.c
9721
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
drivers/scsi/aic7xxx/aic79xx_core.c
9723
ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
drivers/scsi/aic7xxx/aic79xx_core.c
9725
ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
drivers/scsi/aic7xxx/aic79xx_core.c
9870
ahd_inb_scbram(ahd, SCB_CDB_STORE),
drivers/scsi/aic7xxx/aic79xx_core.c
9871
ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
drivers/scsi/aic7xxx/aic79xx_core.c
9872
ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
drivers/scsi/aic7xxx/aic79xx_core.c
9873
ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
drivers/scsi/aic7xxx/aic79xx_core.c
9874
ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
drivers/scsi/aic7xxx/aic79xx_core.c
9875
ahd_inb_scbram(ahd, SCB_CDB_STORE+5));
drivers/scsi/aic7xxx/aic79xx_core.c
9907
ahd_inb_scbram(ahd, SCB_CONTROL),
drivers/scsi/aic7xxx/aic79xx_core.c
9908
ahd_inb_scbram(ahd, SCB_SCSIID),
drivers/scsi/aic7xxx/aic79xx_inline.h
136
u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
drivers/scsi/aic7xxx/aic79xx_pci.c
575
nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
drivers/scsi/aic7xxx/aic79xx_pci.c
577
&& ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
drivers/scsi/aic7xxx/aic79xx_pci.c
578
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
drivers/scsi/aic7xxx/aic79xx_pci.c
579
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
drivers/scsi/aic7xxx/aic79xx_pci.c
580
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
drivers/scsi/aic7xxx/aic79xx_pci.c
581
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
drivers/scsi/aic7xxx/aic79xx_pci.c
582
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
drivers/scsi/aic7xxx/aic79xx_pci.c
583
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
drivers/scsi/aic7xxx/aic79xx_pci.c
584
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
drivers/scsi/aic7xxx/aic79xx_pci.c
585
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
drivers/scsi/aic7xxx/aic79xx_pci.c
586
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
drivers/scsi/aic7xxx/aic79xx_pci.c
587
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
drivers/scsi/aic7xxx/aic79xx_pci.c
588
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {