HomeSort by: relevance | last modified time | path
    Searched refs:auxio_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/dev/
auxiovar.h 38 struct auxio_softc { struct
60 void auxio_attach_common(struct auxio_softc *);
auxio.c 55 static uint32_t auxio_read_led(struct auxio_softc *);
56 static void auxio_write_led(struct auxio_softc *, uint32_t);
57 void auxio_attach_common(struct auxio_softc *);
62 auxio_read_led(struct auxio_softc *sc)
75 auxio_write_led(struct auxio_softc *sc, uint32_t led)
94 struct auxio_softc *sc = x;
120 auxio_attach_common(struct auxio_softc *sc)
139 struct auxio_softc *sc;
auxio_sbus.c 58 CFATTACH_DECL_NEW(auxio_sbus, sizeof(struct auxio_softc),
72 struct auxio_softc *sc = device_private(self);
auxio_ebus.c 58 CFATTACH_DECL_NEW(auxio_ebus, sizeof(struct auxio_softc),
72 struct auxio_softc *sc = device_private(self);

Completed in 13 milliseconds