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

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

Completed in 18 milliseconds