Home
last modified time | relevance | path

Searched refs:cconf2 (Results 1 – 1 of 1) sorted by relevance

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