Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dhost.h194 int (*hs400_prepare_ddr)(struct mmc_host *host); member
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c1205 if (host->ops->hs400_prepare_ddr) in mmc_select_hs400()
1206 host->ops->hs400_prepare_ddr(host); in mmc_select_hs400()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-esdhc.c1447 host->mmc_host_ops.hs400_prepare_ddr = esdhc_hs400_prepare_ddr; in sdhci_esdhc_probe()