Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-st.c154 u32 cconf2, cconf3, cconf4, cconf5; in st_mmcss_cconfig() local
161 cconf4 = ST_MMC_CCONFIG_4_DEFAULT; in st_mmcss_cconfig()
196 cconf4 |= ST_MMC_CCONFIG_SDR50; in st_mmcss_cconfig()
209 cconf4 |= ST_MMC_CCONFIG_SDR104; in st_mmcss_cconfig()
215 cconf4 |= ST_MMC_CCONFIG_DDR50; in st_mmcss_cconfig()
218 writel_relaxed(cconf4, host->ioaddr + ST_MMC_CCONFIG_REG_4); in st_mmcss_cconfig()