Lines Matching defs:ommmc_softc
187 struct ommmc_softc { struct
188 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 */
199 uint32_t clkbase; /* base clock frequency in kHz */
200 int maxblklen; /* maximum block length */
201 int flags; /* flags for this host */
202 uint32_t ocr; /* OCR value from capabilities */
203 uint32_t intr_status; /* soft interrupt status */
204 uint32_t intr_error_status; /* */