Searched defs:ti_sdhc_softc (Results 1 – 1 of 1) sorted by relevance
113 struct ti_sdhc_softc { struct114 struct sdhc_softc sc;115 int sc_phandle;116 bus_addr_t sc_addr;140 static void ti_sdhc_init(struct ti_sdhc_softc *, const struct ti_sdhc_config *); argument