Searched refs:sdhci_cdns_phy_cfgs (Results 1 – 1 of 1) sorted by relevance
89 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_present(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()