Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-of-k1.c275 mops->hs400_prepare_ddr = spacemit_sdhci_pre_select_hs400; in spacemit_sdhci_probe()
H A Dsdhci-of-esdhc.c1443 host->mmc_host_ops.hs400_prepare_ddr = esdhc_hs400_prepare_ddr; in sdhci_esdhc_probe()
/linux/include/linux/mmc/
H A Dhost.h240 int (*hs400_prepare_ddr)(struct mmc_host *host); member
/linux/drivers/mmc/core/
H A Dmmc.c1210 if (host->ops->hs400_prepare_ddr) in mmc_select_hs400()
1211 host->ops->hs400_prepare_ddr(host); in mmc_select_hs400()