Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-st.c146 u32 cconf2, cconf3, cconf4, cconf5; in st_mmcss_cconfig() local
153 cconf4 = ST_MMC_CCONFIG_4_DEFAULT; in st_mmcss_cconfig()
188 cconf4 |= ST_MMC_CCONFIG_SDR50; in st_mmcss_cconfig()
201 cconf4 |= ST_MMC_CCONFIG_SDR104; in st_mmcss_cconfig()
207 cconf4 |= ST_MMC_CCONFIG_DDR50; in st_mmcss_cconfig()
210 writel_relaxed(cconf4, host->ioaddr + ST_MMC_CCONFIG_REG_4); in st_mmcss_cconfig()