Searched refs:vco_prop_map (Results 1 – 1 of 1) sorted by relevance
122 static const struct dphy_pll_vco_prop vco_prop_map[] = { variable338 for (i = 0; i < ARRAY_SIZE(vco_prop_map); i++) in dphy_pll_get_vco()339 if (fout <= vco_prop_map[i].max_fout) in dphy_pll_get_vco()340 return vco_prop_map[i].vco_cntl; in dphy_pll_get_vco()350 for (i = 0; i < ARRAY_SIZE(vco_prop_map); i++) in dphy_pll_get_prop()351 if (fout <= vco_prop_map[i].max_fout) in dphy_pll_get_prop()352 return vco_prop_map[i].prop_cntl; in dphy_pll_get_prop()