Searched defs:imx51_gpio_softc (Results 1 – 1 of 1) sorted by relevance
117 struct imx51_gpio_softc { struct118 device_t dev;119 device_t sc_busdev;120 struct mtx sc_mtx;122 void *gpio_ih[2];123 bus_space_tag_t sc_iot;124 bus_space_handle_t sc_ioh;125 int gpio_npins;126 struct gpio_pin gpio_pins[NGPIO];128 struct gpio_irqsrc gpio_pic_irqsrc[NGPIO];[all …]