Searched defs:fsl_esdhc_priv (Results 1 – 1 of 1) sorted by relevance
105 struct fsl_esdhc_priv { struct106 struct fsl_esdhc *esdhc_regs;107 unsigned int sdhc_clk;108 unsigned int bus_width;110 struct mmc *mmc;112 struct udevice *dev;113 int non_removable;114 int wp_enable;115 int vs18_enable;117 struct gpio_desc cd_gpio;[all …]