Searched defs:fsl_esdhc_cfg (Results 1 – 2 of 2) sorted by relevance
223 struct fsl_esdhc_cfg { struct224 phys_addr_t esdhc_base;225 u32 sdhc_clk;226 u8 max_bus_width;227 int wp_enable;228 int vs18_enable; /* Use 1.8V if set to 1 */229 struct mmc_config cfg;
208 struct fsl_esdhc_cfg { struct209 phys_addr_t esdhc_base;210 u32 sdhc_clk;211 u8 max_bus_width;212 int vs18_enable; /* Use 1.8V if set to 1 */213 struct mmc_config cfg;
Completed in 7 milliseconds