Searched defs:fsl_esdhc_cfg (Results 1 – 2 of 2) sorted by relevance
224 struct fsl_esdhc_cfg { struct225 phys_addr_t esdhc_base;226 u32 sdhc_clk;227 u8 max_bus_width;228 int wp_enable;229 int vs18_enable; /* Use 1.8V if set to 1 */230 struct mmc_config cfg;
212 struct fsl_esdhc_cfg { struct213 phys_addr_t esdhc_base;214 u32 sdhc_clk;215 u8 max_bus_width;216 int vs18_enable; /* Use 1.8V if set to 1 */217 struct mmc_config cfg;
Completed in 7 milliseconds