Searched defs:jz4780_mmc_softc (Results 1 – 1 of 1) sorted by relevance
75 struct jz4780_mmc_softc { struct76 bus_space_handle_t sc_bsh;77 bus_space_tag_t sc_bst;78 device_t sc_dev;79 clk_t sc_clk;80 int sc_bus_busy;81 int sc_resid;82 int sc_timeout;83 struct callout sc_timeoutc;84 struct mmc_host sc_host;[all …]