Home
last modified time | relevance | path

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

/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c65 static const struct phy_config phy_pll_cfg[] = { variable
505 for (i = ARRAY_SIZE(phy_pll_cfg) - 1; i >= 0; i--) in fsl_samsung_hdmi_phy_lookup_rate()
506 if (phy_pll_cfg[i].pixclk <= rate) in fsl_samsung_hdmi_phy_lookup_rate()
509 return &phy_pll_cfg[i]; in fsl_samsung_hdmi_phy_lookup_rate()