cconf2            146 drivers/mmc/host/sdhci-st.c 	u32 cconf2, cconf3, cconf4, cconf5;
cconf2            151 drivers/mmc/host/sdhci-st.c 	cconf2 = ST_MMC_CCONFIG_2_DEFAULT;
cconf2            165 drivers/mmc/host/sdhci-st.c 		cconf2 |= BASE_CLK_FREQ_200;
cconf2            169 drivers/mmc/host/sdhci-st.c 		cconf2 |= BASE_CLK_FREQ_100;
cconf2            173 drivers/mmc/host/sdhci-st.c 		cconf2 |= BASE_CLK_FREQ_50;
cconf2            176 drivers/mmc/host/sdhci-st.c 	writel_relaxed(cconf2, host->ioaddr + ST_MMC_CCONFIG_REG_2);