Home
last modified time | relevance | path

Searched refs:epgpio_softc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/ep93xx/
H A Depgpiovar.h42 struct epgpio_softc;
44 int epgpio_read(struct epgpio_softc *,epgpio_port, int bit);
45 void epgpio_set(struct epgpio_softc *,epgpio_port, int bit);
46 void epgpio_clear(struct epgpio_softc *,epgpio_port, int bit);
47 void epgpio_in(struct epgpio_softc *,epgpio_port, int bit);
48 void epgpio_out(struct epgpio_softc *,epgpio_port, int bit);
50 void *epgpio_intr_establish(struct epgpio_softc *,epgpio_port, int bit,
52 void epgpio_intr_disestablish(struct epgpio_softc *,epgpio_port, int bit);
64 struct epgpio_softc *ga_gc;
H A Depgpio.c58 struct epgpio_softc *sc;
83 struct epgpio_softc { struct
115 static void epgpio_bit_set(struct epgpio_softc *, bus_size_t, int);
116 static void epgpio_bit_clear(struct epgpio_softc *, bus_size_t, int);
118 CFATTACH_DECL_NEW(epgpio, sizeof(struct epgpio_softc),
130 struct epgpio_softc *sc = device_private(self); in epgpio_attach()
341 struct epgpio_softc *sc = device_private(parent); in epgpio_search()
360 struct epgpio_softc *sc = ga->ga_gc; in epgpio_print()
374 epgpio_read(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_read()
385 epgpio_set(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_set()
[all …]
H A Depsocvar.h37 struct epgpio_softc;
47 struct epgpio_softc *sa_gpio;
H A Depled.c43 struct epgpio_softc *sc_gpio;
69 sc->sc_gpio = (struct epgpio_softc *)parent; in epled_attach()
H A Deppcicvar.h61 struct epgpio_softc *sc_gpio;
/netbsd-src/sys/arch/evbarm/armadillo/
H A Darmadillo9_iic.c54 struct epgpio_softc *sc_gpio;
98 sc->sc_gpio = (struct epgpio_softc *)parent; in armadillo9iic_attach()