Home | History | Annotate | Download | only in i2c

Lines Matching defs:pcagpio_softc

68 struct pcagpio_softc {
84 static void pcagpio_writereg(struct pcagpio_softc *, int, uint32_t);
85 static uint32_t pcagpio_readreg(struct pcagpio_softc *, int);
87 struct pcagpio_softc *, char *, int, int, int);
91 CFATTACH_DECL_NEW(pcagpio, sizeof(struct pcagpio_softc),
138 struct pcagpio_softc *sc = device_private(self);
209 struct pcagpio_softc *sc = device_private(self);
219 pcagpio_writereg(struct pcagpio_softc *sc, int reg, uint32_t val)
241 static uint32_t pcagpio_readreg(struct pcagpio_softc *sc, int reg)
265 pcagpio_attach_led(struct pcagpio_softc *sc, char *n, int pin, int act, int def)
285 struct pcagpio_softc *sc = l->cookie;
294 struct pcagpio_softc *sc = l->cookie;