Searched refs:dp_tdin_map (Results 1 – 1 of 1) sorted by relevance
112 static const struct dphy_pll_testdin_map dp_tdin_map[] = { variable223 for (i = 0; i < ARRAY_SIZE(dp_tdin_map); i++) in phy_max_mbps_to_testdin()224 if (dp_tdin_map[i].max_mbps > max_mbps) in phy_max_mbps_to_testdin()225 return dp_tdin_map[i].testdin; in phy_max_mbps_to_testdin()