aic79xx_inline.h | 435 static __inline u_int ahd_inw_scbram(struct ahd_softc *, u_int); 685 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) function in typeref:typename:u_int 694 return (ahd_inw_scbram(ahd, offset) 695 | (ahd_inw_scbram(ahd, offset+2) << 16));
|