Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ti/
H A Dti_sdhc.c113 struct ti_sdhc_softc { struct
114 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