/Linux-v4.19/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll.c | 16 static int dsi_pll_enable(struct msm_dsi_pll *pll) in dsi_pll_enable() 46 static void dsi_pll_disable(struct msm_dsi_pll *pll) in dsi_pll_disable() 62 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_round_rate() local 74 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_prepare() local 81 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in msm_dsi_pll_helper_clk_unprepare() local 103 int msm_dsi_pll_get_clk_provider(struct msm_dsi_pll *pll, in msm_dsi_pll_get_clk_provider() 114 void msm_dsi_pll_destroy(struct msm_dsi_pll *pll) in msm_dsi_pll_destroy() 120 void msm_dsi_pll_save_state(struct msm_dsi_pll *pll) in msm_dsi_pll_save_state() 128 int msm_dsi_pll_restore_state(struct msm_dsi_pll *pll) in msm_dsi_pll_restore_state() 143 int msm_dsi_pll_set_usecase(struct msm_dsi_pll *pll, in msm_dsi_pll_set_usecase() [all …]
|
D | dsi_pll_10nm.c | 125 static void dsi_pll_setup_config(struct dsi_pll_10nm *pll) in dsi_pll_setup_config() 148 static void dsi_pll_calc_dec_frac(struct dsi_pll_10nm *pll) in dsi_pll_calc_dec_frac() 193 static void dsi_pll_calc_ssc(struct dsi_pll_10nm *pll) in dsi_pll_calc_ssc() 237 static void dsi_pll_ssc_commit(struct dsi_pll_10nm *pll) in dsi_pll_ssc_commit() 262 static void dsi_pll_config_hzindep_reg(struct dsi_pll_10nm *pll) in dsi_pll_config_hzindep_reg() 288 static void dsi_pll_commit(struct dsi_pll_10nm *pll) in dsi_pll_commit() 312 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_10nm_vco_set_rate() local 339 static int dsi_pll_10nm_lock_status(struct dsi_pll_10nm *pll) in dsi_pll_10nm_lock_status() 359 static void dsi_pll_disable_pll_bias(struct dsi_pll_10nm *pll) in dsi_pll_disable_pll_bias() 369 static void dsi_pll_enable_pll_bias(struct dsi_pll_10nm *pll) in dsi_pll_enable_pll_bias() [all …]
|
/Linux-v4.19/drivers/clk/sprd/ |
D | pll.c | 18 #define pindex(pll, member) \ argument 21 #define pshift(pll, member) \ argument 24 #define pwidth(pll, member) \ argument 27 #define pmask(pll, member) \ argument 32 #define pinternal(pll, cfg, member) \ argument 35 #define pinternal_val(pll, cfg, member) \ argument 39 sprd_pll_read(const struct sprd_pll *pll, u8 index) in sprd_pll_read() 53 sprd_pll_write(const struct sprd_pll *pll, u8 index, in sprd_pll_write() 69 static unsigned long pll_get_refin(const struct sprd_pll *pll) in pll_get_refin() 97 static unsigned long _sprd_pll_recalc_rate(const struct sprd_pll *pll, in _sprd_pll_recalc_rate() [all …]
|
/Linux-v4.19/drivers/clk/rockchip/ |
D | clk-pll.c | 59 struct rockchip_clk_pll *pll, unsigned long rate) in rockchip_get_pll_settings() 75 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_pll_round_rate() local 94 static int rockchip_pll_wait_lock(struct rockchip_clk_pll *pll) in rockchip_pll_wait_lock() 137 static void rockchip_rk3036_pll_get_params(struct rockchip_clk_pll *pll, in rockchip_rk3036_pll_get_params() 164 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3036_pll_recalc_rate() local 187 static int rockchip_rk3036_pll_set_params(struct rockchip_clk_pll *pll, in rockchip_rk3036_pll_set_params() 249 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3036_pll_set_rate() local 268 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3036_pll_enable() local 279 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3036_pll_disable() local 288 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3036_pll_is_enabled() local [all …]
|
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 135 static int wait_for_pll(struct clk_alpha_pll *pll, u32 mask, bool inverse, in wait_for_pll() 163 #define wait_for_pll_enable_active(pll) \ argument 166 #define wait_for_pll_enable_lock(pll) \ argument 169 #define wait_for_pll_disable(pll) \ argument 172 #define wait_for_pll_offline(pll) \ argument 175 #define wait_for_pll_update(pll) \ argument 178 #define wait_for_pll_update_ack_set(pll) \ argument 181 #define wait_for_pll_update_ack_clear(pll) \ argument 184 void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, in clk_alpha_pll_configure() 227 struct clk_alpha_pll *pll = to_clk_alpha_pll(hw); in clk_alpha_pll_hwfsm_enable() local [all …]
|
D | clk-pll.c | 34 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local 90 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 136 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate() local 151 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() local 187 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() 226 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure() 253 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr() 262 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp() 273 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_sr2_enable() local [all …]
|
/Linux-v4.19/drivers/clk/pistachio/ |
D | clk-pll.c | 81 static inline u32 pll_readl(struct pistachio_clk_pll *pll, u32 reg) in pll_readl() 86 static inline void pll_writel(struct pistachio_clk_pll *pll, u32 val, u32 reg) in pll_writel() 91 static inline void pll_lock(struct pistachio_clk_pll *pll) in pll_lock() 110 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_frac_get_mode() local 119 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_frac_set_mode() local 132 pll_get_params(struct pistachio_clk_pll *pll, unsigned long fref, in pll_get_params() 148 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_round_rate() local 162 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_enable() local 181 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_disable() local 191 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_is_enabled() local [all …]
|
/Linux-v4.19/drivers/clk/bcm/ |
D | clk-iproc-pll.c | 85 struct iproc_pll *pll; member 128 static int pll_get_rate_index(struct iproc_pll *pll, unsigned int target_rate) in pll_get_rate_index() 157 static int pll_wait_for_lock(struct iproc_pll *pll) in pll_wait_for_lock() 173 static void iproc_pll_write(const struct iproc_pll *pll, void __iomem *base, in iproc_pll_write() 185 static void __pll_disable(struct iproc_pll *pll) in __pll_disable() 214 static int __pll_enable(struct iproc_pll *pll) in __pll_enable() 243 static void __pll_put_in_reset(struct iproc_pll *pll) in __pll_put_in_reset() 257 static void __pll_bring_out_reset(struct iproc_pll *pll, unsigned int kp, in __pll_bring_out_reset() 286 static bool pll_fractional_change_only(struct iproc_pll *pll, in pll_fractional_change_only() 318 struct iproc_pll *pll = clk->pll; in pll_set_rate() local [all …]
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-pll.c | 287 static void clk_pll_enable_lock(struct tegra_clk_pll *pll) in clk_pll_enable_lock() 302 static int clk_pll_wait_for_lock(struct tegra_clk_pll *pll) in clk_pll_wait_for_lock() 336 int tegra_pll_wait_for_lock(struct tegra_clk_pll *pll) in tegra_pll_wait_for_lock() 343 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled() local 359 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable() local 392 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable() local 421 static void pll_clk_start_ss(struct tegra_clk_pll *pll) in pll_clk_start_ss() 431 static void pll_clk_stop_ss(struct tegra_clk_pll *pll) in pll_clk_stop_ss() 443 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 464 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local [all …]
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | pll.c | 41 int dss_pll_register(struct dss_pll *pll) in dss_pll_register() 55 void dss_pll_unregister(struct dss_pll *pll) in dss_pll_unregister() 79 int dss_pll_enable(struct dss_pll *pll) in dss_pll_enable() 107 void dss_pll_disable(struct dss_pll *pll) in dss_pll_disable() 119 int dss_pll_set_config(struct dss_pll *pll, const struct dss_pll_clock_info *cinfo) in dss_pll_set_config() 132 bool dss_pll_hsdiv_calc(const struct dss_pll *pll, unsigned long clkdco, in dss_pll_hsdiv_calc() 157 bool dss_pll_calc(const struct dss_pll *pll, unsigned long clkin, in dss_pll_calc() 225 int dss_pll_wait_reset_done(struct dss_pll *pll) in dss_pll_wait_reset_done() 235 static int dss_wait_hsdiv_ack(struct dss_pll *pll, u32 hsdiv_ack_mask) in dss_wait_hsdiv_ack() 249 int dss_pll_write_config_type_a(struct dss_pll *pll, in dss_pll_write_config_type_a() [all …]
|
D | hdmi_pll.c | 26 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 42 void hdmi_pll_compute(struct hdmi_pll_data *pll, in hdmi_pll_compute() 104 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() local 119 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() local 182 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data() local 222 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, in hdmi_pll_init() 253 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit() local
|
/Linux-v4.19/drivers/clk/meson/ |
D | clk-pll.c | 46 struct meson_clk_pll_data *pll) in __pll_params_to_rate() 65 struct meson_clk_pll_data *pll = meson_clk_pll_data(clk); in meson_clk_pll_recalc_rate() local 91 struct meson_clk_pll_data *pll) in __pll_params_with_frac() 110 struct meson_clk_pll_data *pll) in meson_clk_get_pll_settings() 137 struct meson_clk_pll_data *pll = meson_clk_pll_data(clk); in meson_clk_pll_round_rate() local 161 struct meson_clk_pll_data *pll = meson_clk_pll_data(clk); in meson_clk_pll_wait_lock() local 178 struct meson_clk_pll_data *pll = meson_clk_pll_data(clk); in meson_clk_pll_init() local 192 struct meson_clk_pll_data *pll = meson_clk_pll_data(clk); in meson_clk_pll_set_rate() local
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | pll.c | 39 int dss_pll_register(struct dss_device *dss, struct dss_pll *pll) in dss_pll_register() 54 void dss_pll_unregister(struct dss_pll *pll) in dss_pll_unregister() 83 struct dss_pll *pll; in dss_pll_find_by_src() local 134 int dss_pll_enable(struct dss_pll *pll) in dss_pll_enable() 162 void dss_pll_disable(struct dss_pll *pll) in dss_pll_disable() 174 int dss_pll_set_config(struct dss_pll *pll, const struct dss_pll_clock_info *cinfo) in dss_pll_set_config() 187 bool dss_pll_hsdiv_calc_a(const struct dss_pll *pll, unsigned long clkdco, in dss_pll_hsdiv_calc_a() 216 bool dss_pll_calc_a(const struct dss_pll *pll, unsigned long clkin, in dss_pll_calc_a() 277 bool dss_pll_calc_b(const struct dss_pll *pll, unsigned long clkin, in dss_pll_calc_b() 361 int dss_pll_wait_reset_done(struct dss_pll *pll) in dss_pll_wait_reset_done() [all …]
|
D | hdmi_pll.c | 26 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 44 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() local 62 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() local 135 struct dss_pll *pll = &hpll->pll; in hdmi_init_pll_data() local 165 struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) in hdmi_pll_init() 189 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit() local
|
/Linux-v4.19/drivers/clk/mediatek/ |
D | clk-pll.c | 62 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_is_prepared() local 67 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate() 91 static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw, in mtk_pll_set_rate_regs() 138 static void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values() 176 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_set_rate() local 189 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_recalc_rate() local 205 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_round_rate() local 216 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_prepare() local 252 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_unprepare() local 292 struct mtk_clk_pll *pll; in mtk_clk_register_pll() local [all …]
|
/Linux-v4.19/drivers/clk/mxs/ |
D | clk-pll.c | 40 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() local 51 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() local 58 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 67 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local 75 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 91 struct clk_pll *pll; in mxs_clk_pll() local
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 81 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514() 124 u32 bpp, union aty_pll *pll) in aty_var_to_pll_514() 162 const union aty_pll *pll) in aty_pll_514_to_var() 176 const union aty_pll *pll) in aty_set_pll_514() 206 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATI68860_B() 289 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATT21C498() 342 u32 bpp, union aty_pll *pll) in aty_var_to_pll_18818() 401 const union aty_pll *pll) in aty_pll_18818_to_var() 430 const union aty_pll *pll) in aty_set_pll18818() 498 u32 bpp, union aty_pll *pll) in aty_var_to_pll_1703() [all …]
|
D | mach64_ct.c | 120 static int aty_dsp_gt(const struct fb_info *info, u32 bpp, struct pll_ct *pll) in aty_dsp_gt() 209 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) in aty_valid_pll_ct() 251 static int aty_var_to_pll_ct(const struct fb_info *info, u32 vclk_per, u32 bpp, union aty_pll *pll) in aty_var_to_pll_ct() 264 static u32 aty_pll_to_var_ct(const struct fb_info *info, const union aty_pll *pll) in aty_pll_to_var_ct() 281 void aty_set_pll_ct(const struct fb_info *info, const union aty_pll *pll) in aty_set_pll_ct() 377 static void aty_get_pll_ct(const struct fb_info *info, union aty_pll *pll) in aty_get_pll_ct() 400 static int aty_init_pll_ct(const struct fb_info *info, union aty_pll *pll) in aty_init_pll_ct() 606 union aty_pll *pll) in aty_resume_pll_ct()
|
/Linux-v4.19/drivers/clk/imx/ |
D | clk-pllv3.c | 56 static int clk_pllv3_wait_lock(struct clk_pllv3 *pll) in clk_pllv3_wait_lock() 79 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_prepare() local 94 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_unprepare() local 107 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_is_prepared() local 118 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_recalc_rate() local 136 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_set_rate() local 166 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_recalc_rate() local 192 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_set_rate() local 221 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_recalc_rate() local 268 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_set_rate() local [all …]
|
D | clk-pllv1.c | 32 static inline bool is_imx1_pllv1(struct clk_pllv1 *pll) in is_imx1_pllv1() 37 static inline bool is_imx21_pllv1(struct clk_pllv1 *pll) in is_imx21_pllv1() 42 static inline bool is_imx27_pllv1(struct clk_pllv1 *pll) in is_imx27_pllv1() 47 static inline bool mfn_is_negative(struct clk_pllv1 *pll, unsigned int mfn) in mfn_is_negative() 55 struct clk_pllv1 *pll = to_clk_pllv1(hw); in clk_pllv1_recalc_rate() local 117 struct clk_pllv1 *pll; in imx_clk_pllv1() local
|
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_pll_8960.c | 246 static inline void pll_write(struct hdmi_pll_8960 *pll, u32 reg, u32 data) in pll_write() 251 static inline u32 pll_read(struct hdmi_pll_8960 *pll, u32 reg) in pll_read() 256 static inline struct hdmi_phy *pll_get_phy(struct hdmi_pll_8960 *pll) in pll_get_phy() 263 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_enable() local 348 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_disable() local 380 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_recalc_rate() local 396 struct hdmi_pll_8960 *pll = hw_clk_to_pll(hw); in hdmi_pll_set_rate() local 433 struct hdmi_pll_8960 *pll; in msm_hdmi_pll_8960_init() local
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dpll_mgr.c | 53 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; in intel_atomic_duplicate_dpll_state() local 101 struct intel_shared_dpll *pll) in intel_get_shared_dpll_id() 112 struct intel_shared_dpll *pll, in assert_shared_dpll() 138 struct intel_shared_dpll *pll = crtc->config->shared_dpll; in intel_prepare_shared_dpll() local 165 struct intel_shared_dpll *pll = crtc->config->shared_dpll; in intel_enable_shared_dpll() local 209 struct intel_shared_dpll *pll = crtc->config->shared_dpll; in intel_disable_shared_dpll() local 249 struct intel_shared_dpll *pll; in intel_find_shared_dpll() local 289 intel_reference_shared_dpll(struct intel_shared_dpll *pll, in intel_reference_shared_dpll() 324 struct intel_shared_dpll *pll; in intel_shared_dpll_swap_state() local 343 struct intel_shared_dpll *pll, in ibx_pch_dpll_get_hw_state() [all …]
|
/Linux-v4.19/arch/c6x/platforms/ |
D | plldata.c | 173 struct pll_data *pll = &c6x_soc_pll1; in c6455_setup_clocks() local 211 struct pll_data *pll = &c6x_soc_pll1; in c6457_setup_clocks() local 261 struct pll_data *pll = &c6x_soc_pll1; in c6472_setup_clocks() local 310 struct pll_data *pll = &c6x_soc_pll1; in c6474_setup_clocks() local 359 struct pll_data *pll = &c6x_soc_pll1; in c6678_setup_clocks() local 424 struct pll_data *pll = &c6x_soc_pll1; in c64x_setup_clocks() local
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-pll.c | 62 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_round_rate() local 84 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_recalc_rate() local 112 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_is_enabled() local 139 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_enable() local 149 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_disable() local 158 struct owl_pll *pll = hw_to_owl_pll(hw); in owl_pll_set_rate() local
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-pll.c | 38 struct samsung_clk_pll *pll, unsigned long rate) in samsung_get_pll_settings() 54 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate() local 70 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_enable() local 88 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3xxx_disable() local 110 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate() local 143 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate() local 180 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate() local 209 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate() local 287 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate() local 322 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate() local [all …]
|