Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_28nm_8960.c341 struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->vco_hw); in dsi_28nm_pll_save_state()
352 cached_state->vco_rate = clk_hw_get_rate(phy->vco_hw); in dsi_28nm_pll_save_state()
357 struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->vco_hw); in dsi_28nm_pll_restore_state()
362 ret = dsi_pll_28nm_clk_set_rate(phy->vco_hw, in dsi_28nm_pll_restore_state()
463 phy->vco_hw = &pll_28nm->clk_hw; in dsi_pll_28nm_8960_init()
H A Ddsi_phy_28nm.c582 struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->vco_hw); in dsi_28nm_pll_save_state()
591 if (dsi_pll_28nm_clk_is_enabled(phy->vco_hw)) in dsi_28nm_pll_save_state()
592 cached_state->vco_rate = clk_hw_get_rate(phy->vco_hw); in dsi_28nm_pll_save_state()
599 struct dsi_pll_28nm *pll_28nm = to_pll_28nm(phy->vco_hw); in dsi_28nm_pll_restore_state()
604 ret = dsi_pll_28nm_clk_set_rate(phy->vco_hw, in dsi_28nm_pll_restore_state()
714 phy->vco_hw = &pll_28nm->clk_hw; in dsi_pll_28nm_init()
H A Ddsi_phy_14nm.c693 struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->vco_hw); in dsi_14nm_pll_save_state()
706 cached_state->vco_rate = clk_hw_get_rate(phy->vco_hw); in dsi_14nm_pll_save_state()
711 struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->vco_hw); in dsi_14nm_pll_restore_state()
717 ret = dsi_pll_14nm_vco_set_rate(phy->vco_hw, in dsi_14nm_pll_restore_state()
745 struct dsi_pll_14nm *pll_14nm = to_pll_14nm(phy->vco_hw); in dsi_14nm_set_usecase()
905 phy->vco_hw = &pll_14nm->clk_hw; in dsi_pll_14nm_init()
H A Ddsi_phy_10nm.c474 struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->vco_hw); in dsi_10nm_pll_save_state()
497 struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->vco_hw); in dsi_10nm_pll_restore_state()
516 ret = dsi_pll_10nm_vco_set_rate(phy->vco_hw, in dsi_10nm_pll_restore_state()
532 struct dsi_pll_10nm *pll_10nm = to_pll_10nm(phy->vco_hw); in dsi_10nm_set_usecase()
702 phy->vco_hw = &pll_10nm->clk_hw; in dsi_pll_10nm_init()
H A Ddsi_phy.h115 struct clk_hw *vco_hw; member
H A Ddsi_phy_7nm.c567 struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->vco_hw); in dsi_7nm_pll_save_state()
590 struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->vco_hw); in dsi_7nm_pll_restore_state()
606 ret = dsi_pll_7nm_vco_set_rate(phy->vco_hw, in dsi_7nm_pll_restore_state()
622 struct dsi_pll_7nm *pll_7nm = to_pll_7nm(phy->vco_hw); in dsi_7nm_set_usecase()
810 phy->vco_hw = &pll_7nm->clk_hw; in dsi_pll_7nm_init()