HomeSort by: relevance | last modified time | path
    Searched defs:ahd_inw_scbram (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
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));

Completed in 13 milliseconds