Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_sdhci.c54 #define DWCMSHC_EMMC_CONTROL 0x52c macro
443 vendor = sdhci_readl(host, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_enhanced_strobe()
448 sdhci_writel(host, vendor, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_enhanced_strobe()
468 ctrl = sdhci_readw(host, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_ios_post()
470 sdhci_writew(host, ctrl, DWCMSHC_EMMC_CONTROL); in dwcmshc_sdhci_set_ios_post()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c35 #define DWCMSHC_EMMC_CONTROL 0x2c macro
204 ctrl = sdhci_readw(host, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in dwcmshc_set_uhs_signaling()
206 sdhci_writew(host, ctrl, priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL); in dwcmshc_set_uhs_signaling()
221 int reg = priv->vendor_specific_area1 + DWCMSHC_EMMC_CONTROL; in dwcmshc_hs400_enhanced_strobe()