Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_mmc.c137 struct aw_mmc_softc { struct
138 device_t aw_dev;
139 clk_t aw_clk_ahb;
140 clk_t aw_clk_mmc;
141 hwreset_t aw_rst_ahb;
142 int aw_bus_busy;
143 int aw_resid;
144 int aw_timeout;
145 struct callout aw_timeoutc;
146 struct mmc_host aw_host;
[all …]