Searched defs:imx51_gpio_softc (Results 1 – 1 of 1) sorted by relevance
114 struct imx51_gpio_softc { struct115 device_t dev;116 device_t sc_busdev;117 struct mtx sc_mtx;118 struct resource *sc_res[3]; /* 1 x mem, 2 x IRQ */119 void *gpio_ih[2];120 bus_space_tag_t sc_iot;121 bus_space_handle_t sc_ioh;122 int gpio_npins;123 struct gpio_pin gpio_pins[NGPIO];[all …]