Searched refs:phy_configs (Results 1 – 2 of 2) sorted by relevance
41 struct inno_hdmi_phy_config *phy_configs; member148 const struct inno_hdmi_phy_config *phy_configs = in inno_hdmi_find_phy_config() local149 hdmi->variant->phy_configs; in inno_hdmi_find_phy_config()152 for (i = 0; phy_configs[i].pixelclock != ~0UL; i++) { in inno_hdmi_find_phy_config()153 if (pixelclk <= phy_configs[i].pixelclock) in inno_hdmi_find_phy_config()226 phy_config = &hdmi->variant->phy_configs[ret]; in inno_hdmi_power_up()998 .phy_configs = rk3036_hdmi_phy_configs,1003 .phy_configs = rk3128_hdmi_phy_configs,
1127 static const rtl_phy_cfg_fct phy_configs[] = { in r8169_hw_phy_config() local1179 if (phy_configs[ver]) in r8169_hw_phy_config()1180 phy_configs[ver](tp, phydev); in r8169_hw_phy_config()