aic79xx_inline.h | 437 ahd_inl_scbram(struct ahd_softc *, u_int); 692 ahd_inl_scbram(struct ahd_softc *ahd, u_int offset) function in typeref:typename:uint32_t 701 return (ahd_inl_scbram(ahd, offset) 702 | ((uint64_t)ahd_inl_scbram(ahd, offset+4)) << 32);
|