Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci-cadence.c72 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable
116 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) { in sdhci_cdns_phy_init()
118 sdhci_cdns_phy_cfgs[i].property, NULL); in sdhci_cdns_phy_init()
123 sdhci_cdns_phy_cfgs[i].addr, in sdhci_cdns_phy_init()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cadence.c89 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable
146 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) in sdhci_cdns_phy_param_count()
147 if (of_property_read_bool(np, sdhci_cdns_phy_cfgs[i].property)) in sdhci_cdns_phy_param_count()
160 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) { in sdhci_cdns_phy_param_parse()
161 ret = of_property_read_u32(np, sdhci_cdns_phy_cfgs[i].property, in sdhci_cdns_phy_param_parse()
166 p->addr = sdhci_cdns_phy_cfgs[i].addr; in sdhci_cdns_phy_param_parse()