omgpio_softc
u_int32_t omgpio_read4(struct omgpio_softc *, u_int32_t);
void omgpio_write4(struct omgpio_softc *, u_int32_t, u_int32_t);
void omgpio_recalc_interrupts(struct omgpio_softc *);
int omgpio_pin_dir_read(struct omgpio_softc *, unsigned int);
void omgpio_pin_dir_write(struct omgpio_softc *, unsigned int, unsigned int);
sizeof (struct omgpio_softc), omgpio_match, omgpio_attach
omgpio_read4(struct omgpio_softc *sc, u_int32_t reg)
omgpio_write4(struct omgpio_softc *sc, u_int32_t reg, u_int32_t val)
struct omgpio_softc *sc = (struct omgpio_softc *) self;
struct omgpio_softc *sc = cookie;
struct omgpio_softc *sc = cookie;
struct omgpio_softc *sc = cookie;
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
struct omgpio_softc *sc = arg;
struct omgpio_softc *sc = arg;
struct omgpio_softc *sc = arg;
omgpio_pin_dir_write(struct omgpio_softc *sc, unsigned int gpio,
omgpio_pin_dir_read(struct omgpio_softc *sc, unsigned int gpio)
omgpio_clear_intr(struct omgpio_softc *sc, unsigned int gpio)
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
omgpio_intr_mask(struct omgpio_softc *sc, unsigned int gpio)
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
omgpio_intr_unmask(struct omgpio_softc *sc, unsigned int gpio)
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
omgpio_intr_level(struct omgpio_softc *sc, unsigned int gpio, unsigned int level)
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(gpio)];
omgpio_intr_establish(struct omgpio_softc *sc, unsigned int gpio, int level, int spl,
struct omgpio_softc *sc;
omgpio_intr_disestablish(struct omgpio_softc *sc, void *cookie)
struct omgpio_softc *sc = omgpio_cd.cd_devs[GPIO_PIN_TO_INST(ih->ih_gpio)];
struct omgpio_softc *sc = v;
omgpio_recalc_interrupts(struct omgpio_softc *sc)