Searched refs:sdhci_cdns_phy_cfgs (Results 1 – 2 of 2) sorted by relevance
54 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable98 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) { in sdhci_cdns_phy_init()100 sdhci_cdns_phy_cfgs[i].property, NULL); in sdhci_cdns_phy_init()105 sdhci_cdns_phy_cfgs[i].addr, in sdhci_cdns_phy_init()
79 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable130 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) in sdhci_cdns_phy_param_count()131 if (of_property_read_bool(np, sdhci_cdns_phy_cfgs[i].property)) in sdhci_cdns_phy_param_count()144 for (i = 0; i < ARRAY_SIZE(sdhci_cdns_phy_cfgs); i++) { in sdhci_cdns_phy_param_parse()145 ret = of_property_read_u32(np, sdhci_cdns_phy_cfgs[i].property, in sdhci_cdns_phy_param_parse()150 p->addr = sdhci_cdns_phy_cfgs[i].addr; in sdhci_cdns_phy_param_parse()