octgpio_softc
struct octgpio_softc *sc = device_private(self);
octgpio_cfg_reg(struct octgpio_softc *sc, uint32_t pin)
octgpio_pin_ctl(struct octgpio_softc *sc, uint32_t pin, int flags)
struct octgpio_softc *sc = device_private(dev);
struct octgpio_softc *sc = device_private(dev);
struct octgpio_softc *sc = pin->pin_sc;
struct octgpio_softc *sc = pin->pin_sc;
struct octgpio_softc *pin_sc;
static void octgpio_pin_ctl(struct octgpio_softc *, uint32_t, int);
CFATTACH_DECL_NEW(octgpio, sizeof(struct octgpio_softc),