Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-st.c154 u32 cconf2, cconf3, cconf4, cconf5; in st_mmcss_cconfig() local
159 cconf2 = ST_MMC_CCONFIG_2_DEFAULT; in st_mmcss_cconfig()
173 cconf2 |= BASE_CLK_FREQ_200; in st_mmcss_cconfig()
177 cconf2 |= BASE_CLK_FREQ_100; in st_mmcss_cconfig()
181 cconf2 |= BASE_CLK_FREQ_50; in st_mmcss_cconfig()
184 writel_relaxed(cconf2, host->ioaddr + ST_MMC_CCONFIG_REG_2); in st_mmcss_cconfig()