Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci-cadence.c54 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable
98 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()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-cadence.c79 static const struct sdhci_cdns_phy_cfg sdhci_cdns_phy_cfgs[] = { variable
130 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()