Searched defs:fsl_esdhc_priv (Results 1 – 1 of 1) sorted by relevance
122 struct fsl_esdhc_priv { struct123 struct fsl_esdhc *esdhc_regs;124 unsigned int sdhc_clk;125 struct clk per_clk;126 unsigned int clock;127 unsigned int mode;128 unsigned int bus_width;130 struct mmc *mmc;132 struct udevice *dev;133 int non_removable;[all …]