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

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

Completed in 13 milliseconds