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.c121 struct aw_mmc_softc { struct
122 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 …]