auxio_softc
auxio_attach_common(struct auxio_softc *sc)
struct auxio_softc *sc;
static uint32_t auxio_read_led(struct auxio_softc *);
static void auxio_write_led(struct auxio_softc *, uint32_t);
void auxio_attach_common(struct auxio_softc *);
auxio_read_led(struct auxio_softc *sc)
auxio_write_led(struct auxio_softc *sc, uint32_t led)
struct auxio_softc *sc = x;
CFATTACH_DECL_NEW(auxio_ebus, sizeof(struct auxio_softc),
struct auxio_softc *sc = device_private(self);
CFATTACH_DECL_NEW(auxio_sbus, sizeof(struct auxio_softc),
struct auxio_softc *sc = device_private(self);
void auxio_attach_common(struct auxio_softc *);