Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A 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()
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-base.h972 u32 cconf2; member