Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/freescale/
H A Dphy-fsl-samsung-hdmi.c65 static const struct phy_config phy_pll_cfg[] = { variable
507 for (i = ARRAY_SIZE(phy_pll_cfg) - 1; i >= 0; i--) in fsl_samsung_hdmi_phy_lookup_rate()
508 if (phy_pll_cfg[i].pixclk <= rate) in fsl_samsung_hdmi_phy_lookup_rate()
511 return &phy_pll_cfg[i]; in fsl_samsung_hdmi_phy_lookup_rate()
/linux-6.15/drivers/phy/cadence/
H A Dphy-cadence-torrent.c244 static const struct reg_field phy_pll_cfg = variable
373 struct regmap_field *phy_pll_cfg; member
2144 field = devm_regmap_field_alloc(dev, regmap, phy_pll_cfg); in cdns_torrent_regfield_init()
2149 cdns_phy->phy_pll_cfg = field; in cdns_torrent_regfield_init()
2354 regmap_field_write(cdns_phy->phy_pll_cfg, reg_pairs[0].val); in cdns_torrent_phy_init()
2577 regmap_field_write(cdns_phy->phy_pll_cfg, in cdns_torrent_phy_configure_multilink()