Searched defs:aw_mmc_softc (Results 1 – 1 of 1) sorted by relevance
121 struct aw_mmc_softc { struct122 device_t aw_dev;123 clk_t aw_clk_ahb;124 clk_t aw_clk_mmc;125 hwreset_t aw_rst_ahb;126 int aw_bus_busy;127 int aw_resid;128 int aw_timeout;129 struct callout aw_timeoutc;130 struct mmc_host aw_host;[all …]