Home
last modified time | relevance | path

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

/linux/drivers/phy/broadcom/
H A Dphy-bcm-ns-usb2.c33 u32 ref_clk_rate, usb2ctl, usb_pll_ndiv, usb_pll_pdiv; in bcm_ns_usb2_phy_init() local
42 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init()
43 if (!ref_clk_rate) { in bcm_ns_usb2_phy_init()
60 usb_pll_ndiv = (1920000000 * usb_pll_pdiv) / ref_clk_rate; in bcm_ns_usb2_phy_init()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx93-mipi-dsi.c101 unsigned long ref_clk_rate; member
225 unsigned long fin = dsi->ref_clk_rate; in dphy_pll_get_configure_from_opts()
863 dsi->ref_clk_rate = clk_get_rate(dsi->clk_ref); in imx93_dsi_probe()
864 if (dsi->ref_clk_rate < REF_CLK_RATE_MIN || in imx93_dsi_probe()
865 dsi->ref_clk_rate > REF_CLK_RATE_MAX) { in imx93_dsi_probe()
867 dsi->ref_clk_rate); in imx93_dsi_probe()
870 dev_dbg(dev, "phy ref clock rate: %lu\n", dsi->ref_clk_rate); in imx93_dsi_probe()
/linux/drivers/clk/
H A Dclk-cs2000-cp.c472 int ref_clk_rate; in cs2000_clk_register() local
490 ref_clk_rate = clk_get_rate(priv->ref_clk); in cs2000_clk_register()
491 ret = cs2000_ref_clk_bound_rate(priv, ref_clk_rate); in cs2000_clk_register()
504 ret = __cs2000_set_rate(priv, ch, ref_clk_rate, ref_clk_rate); in cs2000_clk_register()
/linux/include/drm/bridge/
H A Ddw_hdmi_qp.h27 unsigned long ref_clk_rate; member
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c165 unsigned long ref_clk_rate; member
1274 dw_hdmi_qp_write(hdmi, hdmi->ref_clk_rate, TIMER_BASE_CONFIG0); in dw_hdmi_qp_init_hw()
1324 if (plat_data->ref_clk_rate) { in dw_hdmi_qp_bind()
1325 hdmi->ref_clk_rate = plat_data->ref_clk_rate; in dw_hdmi_qp_bind()
1327 hdmi->ref_clk_rate = 428571429; in dw_hdmi_qp_bind()
/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c366 enum cdns_torrent_ref_clk ref_clk_rate; member
1324 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_configure_rate()
1327 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_configure_rate()
1330 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_configure_rate()
1742 if (cdns_phy->ref_clk_rate == CLK_19_2_MHZ) in cdns_torrent_dp_common_init()
1746 else if (cdns_phy->ref_clk_rate == CLK_25_MHZ) in cdns_torrent_dp_common_init()
1750 else if (cdns_phy->ref_clk_rate == CLK_100_MHZ) in cdns_torrent_dp_common_init()
1787 switch (cdns_phy->ref_clk_rate) { in cdns_torrent_dp_init()
1811 if (cdns_phy->ref_clk_rate != CLK_100_MHZ) { in cdns_torrent_dp_multilink_init()
2323 enum cdns_torrent_ref_clk ref_clk = cdns_phy->ref_clk_rate; in cdns_torrent_phy_init()
[all …]
/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c550 plat_data.ref_clk_rate = clk_get_rate(ref_clk); in dw_hdmi_qp_rockchip_bind()