aic79xx_inline.h | 434 static __inline u_int ahd_inb_scbram(struct ahd_softc *, u_int); 660 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) function in typeref:typename:u_int 687 return (ahd_inb_scbram(ahd, offset) 688 | (ahd_inb_scbram(ahd, offset+1) << 8));
|