Searched defs:fsl_sdhci_softc (Results 1 – 1 of 1) sorted by relevance
78 struct fsl_sdhci_softc { struct79 device_t dev;80 struct resource * mem_res;81 struct resource * irq_res;82 void * intr_cookie;83 struct sdhci_slot slot;84 struct callout r1bfix_callout;85 sbintime_t r1bfix_timeout_at;86 struct sdhci_fdt_gpio * gpio;87 uint32_t baseclk_hz;[all …]