Searched defs:ommmc_softc (Results 1 – 1 of 1) sorted by relevance
187 struct ommmc_softc { struct188 struct device sc_dev;189 bus_space_tag_t sc_iot;190 bus_space_handle_t sc_ioh;191 int sc_node;192 void *sc_ih; /* Interrupt handler */193 uint32_t sc_flags;195 uint32_t sc_gpio[4];197 struct device *sdmmc; /* generic SD/MMC device */198 int clockbit; /* clock control bit */[all …]