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

  /src/sys/arch/sparc/dev/
if_ie_obio.c 191 uint16_t ie_obio_read16(struct ie_softc *, int);
197 ie_obio_read16(struct ie_softc *sc, int offset) function in typeref:typename:uint16_t
271 sc->ie_bus_read16 = ie_obio_read16;
  /src/sys/arch/sun2/dev/
if_ie_obio.c 188 uint16_t ie_obio_read16(struct ie_softc *, int);
194 ie_obio_read16(struct ie_softc *sc, int offset) function in typeref:typename:uint16_t
280 sc->ie_bus_read16 = ie_obio_read16;

Completed in 37 milliseconds