Searched defs:imxgpio_softc (Results 1 – 1 of 1) sorted by relevance
57 struct imxgpio_softc { struct58 struct device sc_dev;59 bus_space_tag_t sc_iot;60 bus_space_handle_t sc_ioh;84 void imxgpio_recalc_ipl(struct imxgpio_softc *); argument