Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-st.c155 u32 cconf2, cconf3, cconf4, cconf5; in st_mmcss_cconfig() local
160 cconf2 = ST_MMC_CCONFIG_2_DEFAULT; in st_mmcss_cconfig()
174 cconf2 |= BASE_CLK_FREQ_200; in st_mmcss_cconfig()
178 cconf2 |= BASE_CLK_FREQ_100; in st_mmcss_cconfig()
182 cconf2 |= BASE_CLK_FREQ_50; in st_mmcss_cconfig()
185 writel_relaxed(cconf2, host->ioaddr + ST_MMC_CCONFIG_REG_2); in st_mmcss_cconfig()