Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/mmc/
Dhost.h194 int (*hs400_prepare_ddr)(struct mmc_host *host); member
/Linux-v6.6/drivers/mmc/core/
Dmmc.c1203 if (host->ops->hs400_prepare_ddr) in mmc_select_hs400()
1204 host->ops->hs400_prepare_ddr(host); in mmc_select_hs400()
/Linux-v6.6/drivers/mmc/host/
Dsdhci-of-esdhc.c1447 host->mmc_host_ops.hs400_prepare_ddr = esdhc_hs400_prepare_ddr; in sdhci_esdhc_probe()