Searched refs:ahd_inw_scbram (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h137 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
H A Daic79xx_core.c775 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) function
784 return (ahd_inw_scbram(ahd, offset)
785 | (ahd_inw_scbram(ahd, offset+2) << 16));
1339 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
1360 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
1377 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE);
2970 next = ahd_inw_scbram(ahd, SCB_NEXT2);
6372 if (ahd_inw_scbram(ahd, SCB_BASE) != i)
6375 if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
8025 scbid = ahd_inw_scbram(ah
[all...]
H A Daic79xx_pci.c605 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i);

Completed in 26 milliseconds