Home
last modified time | relevance | path

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

/linux/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c59 static struct phy_config calculated_phy_pll_cfg = { variable
555 fsl_samsung_hdmi_calculate_phy(&calculated_phy_pll_cfg, int_div_clk, p, m, s); in fsl_samsung_hdmi_phy_find_settings()
557 dev_dbg(phy->dev, "integer divider match = %u\n", calculated_phy_pll_cfg.pixclk); in fsl_samsung_hdmi_phy_find_settings()
558 return &calculated_phy_pll_cfg; in fsl_samsung_hdmi_phy_find_settings()
564 dev_dbg(phy->dev, "integer divider = %u\n", calculated_phy_pll_cfg.pixclk); in fsl_samsung_hdmi_phy_find_settings()
565 return &calculated_phy_pll_cfg; in fsl_samsung_hdmi_phy_find_settings()