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

  /src/sys/dev/i2c/
pcagpio.c 68 struct pcagpio_softc { struct
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
    [all...]

Completed in 11 milliseconds