Home
last modified time | relevance | path

Searched defs:imxgpio_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/fdt/
H A Dimxgpio.c57 struct imxgpio_softc { struct
58 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