Searched defs:arasan_sdhc_softc (Results 1 – 1 of 1) sorted by relevance
60 struct arasan_sdhc_softc { struct61 struct sdhc_softc sc_base;62 struct sdhc_host *sc_host[1];63 bus_space_tag_t sc_bst;64 bus_space_handle_t sc_bsh;65 bus_size_t sc_bsz;66 int sc_phandle;67 struct fdtbus_phy *sc_phy;68 struct syscon *sc_syscon;69 struct clk *sc_clk_xin;[all …]