Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Dinno_hdmi.c41 struct inno_hdmi_phy_config *phy_configs; member
148 const struct inno_hdmi_phy_config *phy_configs = in inno_hdmi_find_phy_config() local
149 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,
/linux/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c1127 static const rtl_phy_cfg_fct phy_configs[] = { in r8169_hw_phy_config() local
1179 if (phy_configs[ver]) in r8169_hw_phy_config()
1180 phy_configs[ver](tp, phydev); in r8169_hw_phy_config()