/linux-4.4.14/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() 147 struct msm_dsi_pll *pll; in msm_dsi_pll_init() local
|
D | dsi_pll_28nm.c | 138 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_set_rate() local 253 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_is_enabled() local 263 struct msm_dsi_pll *pll = hw_clk_to_pll(hw); in dsi_pll_28nm_clk_recalc_rate() local 321 static int dsi_pll_28nm_enable_seq_hpm(struct msm_dsi_pll *pll) in dsi_pll_28nm_enable_seq_hpm() 396 static int dsi_pll_28nm_enable_seq_lp(struct msm_dsi_pll *pll) in dsi_pll_28nm_enable_seq_lp() 439 static void dsi_pll_28nm_disable_seq(struct msm_dsi_pll *pll) in dsi_pll_28nm_disable_seq() 447 static void dsi_pll_28nm_save_state(struct msm_dsi_pll *pll) in dsi_pll_28nm_save_state() 461 static int dsi_pll_28nm_restore_state(struct msm_dsi_pll *pll) in dsi_pll_28nm_restore_state() 486 static int dsi_pll_28nm_get_provider(struct msm_dsi_pll *pll, in dsi_pll_28nm_get_provider() 501 static void dsi_pll_28nm_destroy(struct msm_dsi_pll *pll) in dsi_pll_28nm_destroy() [all …]
|
/linux-4.4.14/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-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-pll.c | 71 struct iproc_pll *pll; member 96 static int pll_get_rate_index(struct iproc_pll *pll, unsigned int target_rate) in pll_get_rate_index() 125 static int pll_wait_for_lock(struct iproc_pll *pll) in pll_wait_for_lock() 141 static void iproc_pll_write(const struct iproc_pll *pll, void __iomem *base, in iproc_pll_write() 153 static void __pll_disable(struct iproc_pll *pll) in __pll_disable() 182 static int __pll_enable(struct iproc_pll *pll) in __pll_enable() 211 static void __pll_put_in_reset(struct iproc_pll *pll) in __pll_put_in_reset() 222 static void __pll_bring_out_reset(struct iproc_pll *pll, unsigned int kp, in __pll_bring_out_reset() 246 struct iproc_pll *pll = clk->pll; in pll_set_rate() local 345 struct iproc_pll *pll = clk->pll; in iproc_pll_enable() local [all …]
|
D | clk-iproc-armpll.c | 74 static unsigned int __get_fid(struct iproc_arm_pll *pll) in __get_fid() 114 static int __get_mdiv(struct iproc_arm_pll *pll) in __get_mdiv() 149 static unsigned int __get_ndiv(struct iproc_arm_pll *pll) in __get_ndiv() 196 struct iproc_arm_pll *pll = to_iproc_arm_pll(hw); in iproc_arm_pll_recalc_rate() local 246 struct iproc_arm_pll *pll; in iproc_armpll_setup() local
|
D | clk-bcm2835.c | 818 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_is_on() local 865 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_get_rate() local 889 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_off() local 905 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_on() local 953 struct bcm2835_pll *pll = container_of(hw, struct bcm2835_pll, hw); in bcm2835_pll_set_rate() local 1326 struct bcm2835_pll *pll; in bcm2835_register_pll() local
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-pll.c | 39 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 80 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local 95 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_determine_rate() local 156 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() local 192 static int wait_for_pll(struct clk_pll *pll) in wait_for_pll() 232 clk_pll_set_fsm_mode(struct clk_pll *pll, struct regmap *regmap, u8 lock_count) in clk_pll_set_fsm_mode() 251 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure() 278 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr() 287 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp() [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/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 | 25 void hdmi_pll_dump(struct hdmi_pll_data *pll, struct seq_file *s) in hdmi_pll_dump() 41 void hdmi_pll_compute(struct hdmi_pll_data *pll, in hdmi_pll_compute() 103 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable() local 118 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable() local 181 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data() local 221 int hdmi_pll_init(struct platform_device *pdev, struct hdmi_pll_data *pll, in hdmi_pll_init() 252 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit() local
|
D | video-pll.c | 26 struct dss_pll pll; member 62 static int dss_video_pll_enable(struct dss_pll *pll) in dss_video_pll_enable() 91 static void dss_video_pll_disable(struct dss_pll *pll) in dss_video_pll_disable() 142 struct dss_pll *pll; in dss_video_pll_init() local 208 void dss_video_pll_uninit(struct dss_pll *pll) in dss_video_pll_uninit()
|
D | dpi.c | 48 struct dss_pll *pll; member 143 struct dss_pll *pll; member 557 static int dpi_verify_dsi_pll(struct dss_pll *pll) in dpi_verify_dsi_pll() 596 struct dss_pll *pll; in dpi_init_pll() local
|
D | hdmi.h | 239 struct dss_pll pll; member 345 struct hdmi_pll_data pll; member
|
D | dsi.c | 279 struct dss_pll *pll; member 321 struct dss_pll pll; member 1396 static int dsi_pll_enable(struct dss_pll *pll) in dsi_pll_enable() 1474 static void dsi_pll_disable(struct dss_pll *pll) in dsi_pll_disable() 1489 struct dss_pll *pll = &dsi->pll; in dsi_dump_dsidev_clocks() local 5231 struct dss_pll *pll = &dsi->pll; in dsi_init_pll_data() local
|
D | dispc.c | 3256 struct dss_pll *pll; in dispc_fclk_rate() local 3287 struct dss_pll *pll; in dispc_mgr_lclk_rate() local
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-pll.c | 223 static void clk_pll_enable_lock(struct tegra_clk_pll *pll) in clk_pll_enable_lock() 238 static int clk_pll_wait_for_lock(struct tegra_clk_pll *pll) in clk_pll_wait_for_lock() 274 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_is_enabled() local 290 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_enable() local 310 struct tegra_clk_pll *pll = to_clk_pll(hw); in _clk_pll_disable() local 328 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 347 struct tegra_clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local 361 struct tegra_clk_pll *pll = to_clk_pll(hw); in _p_div_to_hw() local 377 struct tegra_clk_pll *pll = to_clk_pll(hw); in _hw_to_p_div() local 396 struct tegra_clk_pll *pll = to_clk_pll(hw); in _get_table_rate() local [all …]
|
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-pll.c | 61 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_is_prepared() local 66 static unsigned long __mtk_pll_recalc_rate(struct mtk_clk_pll *pll, u32 fin, in __mtk_pll_recalc_rate() 90 static void mtk_pll_set_rate_regs(struct mtk_clk_pll *pll, u32 pcw, in mtk_pll_set_rate_regs() 137 static void mtk_pll_calc_values(struct mtk_clk_pll *pll, u32 *pcw, u32 *postdiv, in mtk_pll_calc_values() 175 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_set_rate() local 188 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_recalc_rate() local 204 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_round_rate() local 215 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_prepare() local 248 struct mtk_clk_pll *pll = to_mtk_clk_pll(hw); in mtk_pll_unprepare() local 285 struct mtk_clk_pll *pll; in mtk_clk_register_pll() local [all …]
|
/linux-4.4.14/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
|
D | clk-imx23.c | 87 ref_xtal, pll, ref_cpu, ref_emi, ref_pix, ref_io, saif_sel, enumerator
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | mach64_gx.c | 80 const union aty_pll *pll, u32 bpp, u32 accel) in aty_set_dac_514() 123 u32 bpp, union aty_pll *pll) in aty_var_to_pll_514() 161 const union aty_pll *pll) in aty_pll_514_to_var() 175 const union aty_pll *pll) in aty_set_pll_514() 205 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATI68860_B() 288 const union aty_pll *pll, u32 bpp, in aty_set_dac_ATT21C498() 341 u32 bpp, union aty_pll *pll) in aty_var_to_pll_18818() 400 const union aty_pll *pll) in aty_pll_18818_to_var() 429 const union aty_pll *pll) in aty_set_pll18818() 497 u32 bpp, union aty_pll *pll) in aty_var_to_pll_1703() [all …]
|
D | mach64_ct.c | 119 static int aty_dsp_gt(const struct fb_info *info, u32 bpp, struct pll_ct *pll) in aty_dsp_gt() 208 static int aty_valid_pll_ct(const struct fb_info *info, u32 vclk_per, struct pll_ct *pll) in aty_valid_pll_ct() 250 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() 263 static u32 aty_pll_to_var_ct(const struct fb_info *info, const union aty_pll *pll) in aty_pll_to_var_ct() 280 void aty_set_pll_ct(const struct fb_info *info, const union aty_pll *pll) in aty_set_pll_ct() 376 static void aty_get_pll_ct(const struct fb_info *info, union aty_pll *pll) in aty_get_pll_ct() 399 static int aty_init_pll_ct(const struct fb_info *info, union aty_pll *pll) in aty_init_pll_ct() 605 union aty_pll *pll) in aty_resume_pll_ct()
|
D | aty128fb.c | 444 struct aty128_pll pll; member 1331 static void aty128_set_pll(struct aty128_pll *pll, in aty128_set_pll() 1371 static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll, in aty128_var_to_pll() 1417 static int aty128_pll_to_var(const struct aty128_pll *pll, in aty128_pll_to_var() 1435 const struct aty128_pll *pll, in aty128_ddafifo() 1569 struct aty128_pll pll; in aty128_decode_var() local
|
D | atyfb_base.c | 305 static int pll; variable 368 int pll, mclk, xclk, ecp_max; member 1543 union aty_pll pll; in atyfb_check_var() local 1865 union aty_pll *pll = &par->pll; in atyfb_ioctl() local 1890 union aty_pll *pll = &par->pll; in atyfb_ioctl() local
|
D | atyfb.h | 136 union aty_pll pll; member
|
D | radeonfb.h | 341 struct pll_info pll; member
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-pllv1.c | 31 static inline bool is_imx1_pllv1(struct clk_pllv1 *pll) in is_imx1_pllv1() 36 static inline bool is_imx21_pllv1(struct clk_pllv1 *pll) in is_imx21_pllv1() 41 static inline bool is_imx27_pllv1(struct clk_pllv1 *pll) in is_imx27_pllv1() 46 static inline bool mfn_is_negative(struct clk_pllv1 *pll, unsigned int mfn) in mfn_is_negative() 54 struct clk_pllv1 *pll = to_clk_pllv1(hw); in clk_pllv1_recalc_rate() local 116 struct clk_pllv1 *pll; in imx_clk_pllv1() local
|
D | clk-pllv3.c | 51 static int clk_pllv3_wait_lock(struct clk_pllv3 *pll) in clk_pllv3_wait_lock() 74 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_prepare() local 89 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_unprepare() local 103 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_recalc_rate() local 121 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_set_rate() local 150 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_recalc_rate() local 176 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_set_rate() local 204 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_recalc_rate() local 239 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_set_rate() local 289 struct clk_pllv3 *pll; in imx_clk_pllv3() local
|
D | clk-pllv2.c | 113 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_recalc_rate() local 157 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_set_rate() local 192 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_prepare() local 220 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_unprepare() local 240 struct clk_pllv2 *pll; in imx_clk_pllv2() local
|
D | clk-cpu.c | 21 struct clk *pll; member 79 struct clk *div, struct clk *mux, struct clk *pll, in imx_clk_cpu()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk-pll.c | 52 struct rockchip_clk_pll *pll, unsigned long rate) in rockchip_get_pll_settings() 68 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_pll_round_rate() local 87 static int rockchip_pll_wait_lock(struct rockchip_clk_pll *pll) in rockchip_pll_wait_lock() 129 static void rockchip_rk3066_pll_get_params(struct rockchip_clk_pll *pll, in rockchip_rk3066_pll_get_params() 152 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_recalc_rate() local 173 static int rockchip_rk3066_pll_set_params(struct rockchip_clk_pll *pll, in rockchip_rk3066_pll_set_params() 235 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_set_rate() local 262 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_enable() local 272 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_disable() local 281 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_is_enabled() local [all …]
|
D | clk-rk3188.c | 818 struct rockchip_pll_clock *pll = &rk3188_pll_clks[i]; in rk3188_clk_init() local
|
/linux-4.4.14/arch/c6x/platforms/ |
D | plldata.c | 172 struct pll_data *pll = &c6x_soc_pll1; in c6455_setup_clocks() local 210 struct pll_data *pll = &c6x_soc_pll1; in c6457_setup_clocks() local 260 struct pll_data *pll = &c6x_soc_pll1; in c6472_setup_clocks() local 309 struct pll_data *pll = &c6x_soc_pll1; in c6474_setup_clocks() local 358 struct pll_data *pll = &c6x_soc_pll1; in c6678_setup_clocks() local 423 struct pll_data *pll = &c6x_soc_pll1; in c64x_setup_clocks() local
|
D | pll.c | 204 static u32 pll_read(struct pll_data *pll, int reg) in pll_read() 212 struct pll_data *pll; in clk_sysclk_recalc() local 273 struct pll_data *pll = clk->pll_data; in clk_pllclk_recalc() local
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen-pll.c | 328 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_is_locked() local 336 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_is_enabled() local 343 struct clkgen_pll *pll = to_clkgen_pll(hw); in __clkgen_pll_enable() local 369 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_enable() local 386 struct clkgen_pll *pll = to_clkgen_pll(hw); in __clkgen_pll_disable() local 401 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_disable() local 416 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll800c65() local 443 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll1600c65() local 465 struct stm_pll *pll) in clk_pll3200c32_get_params() 514 static int clk_pll3200c32_get_rate(unsigned long input, struct stm_pll *pll, in clk_pll3200c32_get_rate() [all …]
|
D | clkgen.h | 43 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument 46 #define CLKGEN_WRITE(pll, field, val) clkgen_write(pll->regs_base, \ argument
|
D | clkgen-fsyn.c | 428 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_enable() local 469 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_disable() local 490 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_is_enabled() local 509 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_fs660c32_recalc_rate() local 572 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_fs660c32_set_rate() local 623 struct st_clk_quadfs_pll *pll; in st_clk_register_quadfs_pll() local
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-pll.c | 34 struct samsung_clk_pll *pll, unsigned long rate) in samsung_get_pll_settings() 50 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate() local 78 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate() local 111 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate() local 148 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate() local 177 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate() local 251 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate() local 286 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate() local 365 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_recalc_rate() local 399 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_set_rate() local [all …]
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | g450_pll.c | 137 unsigned int mnp, unsigned int pll) in g450_setpll() 174 unsigned int mnp, unsigned int pll) in g450_cmppll() 230 unsigned int pll) in g450_testpll() 235 static void updatehwstate_clk(struct matrox_hw_state* hw, unsigned int mnp, unsigned int pll) { in updatehwstate_clk() 246 unsigned int pll) in matroxfb_g450_setpll_cond() 254 unsigned int pll, in g450_findworkingpll() 332 unsigned int pll, unsigned int *mnparray, in __g450_setclk() 517 unsigned int pll) in matroxfb_g450_setclk()
|
D | matroxfb_misc.c | 128 int matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int f… in matroxfb_PLL_calcclock()
|
D | matroxfb_maven.c | 223 static int matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, in matroxfb_PLL_mavenclock()
|
D | matroxfb_base.h | 411 struct matrox_pll_features pll; member 477 } pll; member
|
/linux-4.4.14/drivers/clk/meson/ |
D | clk-pll.c | 59 struct meson_clk_pll *pll = to_meson_clk_pll(hw); in meson_clk_pll_recalc_rate() local 86 struct meson_clk_pll *pll = to_meson_clk_pll(hw); in meson_clk_pll_round_rate() local 99 static const struct pll_rate_table *meson_clk_get_pll_settings(struct meson_clk_pll *pll, in meson_clk_get_pll_settings() 112 static int meson_clk_pll_wait_lock(struct meson_clk_pll *pll, in meson_clk_pll_wait_lock() 131 struct meson_clk_pll *pll = to_meson_clk_pll(hw); in meson_clk_pll_set_rate() local
|
D | clkc.h | 110 struct pll_conf *pll; member
|
/linux-4.4.14/drivers/media/i2c/ |
D | smiapp-pll.c | 61 static void print_pll(struct device *dev, struct smiapp_pll *pll) in print_pll() 88 struct smiapp_pll *pll, in check_all_bounds() 162 struct smiapp_pll *pll, struct smiapp_pll_branch *op_pll, uint32_t mul, in __smiapp_pll_calculate() 396 struct smiapp_pll *pll) in smiapp_pll_calculate()
|
D | aptina-pll.c | 31 struct aptina_pll *pll) in aptina_pll_calculate()
|
D | mt9m032.c | 282 struct aptina_pll pll; in mt9m032_setup_pll() local
|
D | mt9p031.c | 135 struct aptina_pll pll; member
|
D | ov2659.c | 233 struct ov2659_pll_ctrl pll; member
|
D | adv7842.c | 1088 const u8 pll[2] = { in configure_custom_video_timings() local
|
D | adv7604.c | 979 const u8 pll[2] = { in configure_custom_video_timings() local
|
/linux-4.4.14/sound/soc/codecs/ |
D | adav80x.c | 47 #define ADAV80X_PLL_CLK_SRC_PLL_XIN(pll) 0x00 argument 48 #define ADAV80X_PLL_CLK_SRC_PLL_MCLKI(pll) (0x40 << (pll)) argument 49 #define ADAV80X_PLL_CLK_SRC_PLL_MASK(pll) (0x40 << (pll)) argument 57 #define ADAV80X_PLL_CTRL1_PLLPD(pll) (0x04 << (pll)) argument 60 #define ADAV80X_PLL_CTRL2_FIELD(pll, x) ((x) << ((pll) * 4)) argument 62 #define ADAV80X_PLL_CTRL2_FS_48(pll) ADAV80X_PLL_CTRL2_FIELD((pll), 0x00) argument 63 #define ADAV80X_PLL_CTRL2_FS_32(pll) ADAV80X_PLL_CTRL2_FIELD((pll), 0x08) argument 64 #define ADAV80X_PLL_CTRL2_FS_44(pll) ADAV80X_PLL_CTRL2_FIELD((pll), 0x0c) argument 66 #define ADAV80X_PLL_CTRL2_SEL(pll) ADAV80X_PLL_CTRL2_FIELD((pll), 0x02) argument 67 #define ADAV80X_PLL_CTRL2_DOUB(pll) ADAV80X_PLL_CTRL2_FIELD((pll), 0x01) argument [all …]
|
D | wm8955.c | 147 int Fref, int Fout, struct pll_factors *pll) in wm8995_pll_factors() 252 struct pll_factors pll; in wm8955_configure_clocking() local
|
D | ak4671.c | 477 u8 pll; in ak4671_set_dai_sysclk() local
|
D | ak4642.c | 344 u8 pll; in ak4642_dai_set_sysclk() local
|
D | twl6040.c | 69 int pll; member
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-pll.c | 74 struct clk_pll *pll = (struct clk_pll *)dev_id; in clk_pll_irq_handler() local 84 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() local 132 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_is_prepared() local 141 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() local 153 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 161 static long clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, in clk_pll_get_best_div_mul() 274 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate() local 283 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() local 316 struct clk_pll *pll; in at91_clk_register_pll() local
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi.h | 119 static inline void msm_dsi_pll_destroy(struct msm_dsi_pll *pll) in msm_dsi_pll_destroy() 122 static inline int msm_dsi_pll_get_clk_provider(struct msm_dsi_pll *pll, in msm_dsi_pll_get_clk_provider() 127 static inline void msm_dsi_pll_save_state(struct msm_dsi_pll *pll) in msm_dsi_pll_save_state() 130 static inline int msm_dsi_pll_restore_state(struct msm_dsi_pll *pll) in msm_dsi_pll_restore_state()
|
D | dsi_manager.c | 676 struct msm_dsi_pll *pll = msm_dsi_phy_get_pll(msm_dsi->phy); in msm_dsi_manager_phy_enable() local 710 struct msm_dsi_pll *pll = msm_dsi_phy_get_pll(msm_dsi->phy); in msm_dsi_manager_phy_disable() local
|
/linux-4.4.14/arch/mips/ath79/ |
D | clock.c | 61 u32 pll; in ar71xx_clocks_init() local 96 u32 pll; in ar724x_clocks_init() local 132 u32 pll; in ar913x_clocks_init() local 247 u32 pll, out_div, ref_div, nint, nfrac, frac, clk_ctrl, postdiv; in ar934x_clocks_init() local 363 u32 pll, out_div, ref_div, nint, frac, clk_ctrl, postdiv; in qca955x_clocks_init() local
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | clock.c | 292 struct pll_data *pll; in clk_sysclk_recalc() local 330 struct pll_data *pll; in davinci_set_sysclk_rate() local 418 struct pll_data *pll = clk->pll_data; in clk_pllclk_recalc() local 485 int davinci_set_pllrate(struct pll_data *pll, unsigned int prediv, in davinci_set_pllrate() 609 struct pll_data *pll = clk->pll_data; in davinci_clk_init() local
|
D | da850.c | 1128 struct pll_data *pll = clk->pll_data; in da850_set_pll0rate() local
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_mode.c | 78 static int programModeRegisters(mode_parameter_t *pModeParam, pll_value_t *pll) in programModeRegisters() 186 pll_value_t pll; in ddk750_setModeTiming() local
|
D | ddk750_chip.c | 54 pll_value_t pll; in setChipClock() local 297 unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) in calcPllValue()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | rtc.h | 68 static inline int get_rtc_pll(struct rtc_pll_info *pll) in get_rtc_pll() 72 static inline int set_rtc_pll(struct rtc_pll_info *pll) in set_rtc_pll()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | rtc.h | 63 static inline int get_rtc_pll(struct rtc_pll_info *pll) in get_rtc_pll() 70 static inline int set_rtc_pll(struct rtc_pll_info *pll) in set_rtc_pll()
|
/linux-4.4.14/drivers/cpufreq/ |
D | cpufreq-nforce2.c | 67 static int nforce2_calc_fsb(int pll) in nforce2_calc_fsb() 116 static void nforce2_write_pll(int pll) in nforce2_write_pll() 174 int pll = 0; in nforce2_set_fsb() local
|
D | s3c24xx-cpufreq.c | 83 unsigned long pll = cfg->pll.frequency; in s3c_cpufreq_calc() local 155 struct cpufreq_frequency_table *pll) in s3c_cpufreq_settarget() 279 struct cpufreq_frequency_table *pll; in s3c_cpufreq_target() local
|
/linux-4.4.14/drivers/clk/spear/ |
D | clk-vco-pll.c | 87 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_round_rate_index() local 127 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 147 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_set_rate() local 283 struct clk_pll *pll; in clk_register_vco_pll() local
|
/linux-4.4.14/drivers/video/fbdev/via/ |
D | via_clock.c | 36 static inline u32 cle266_encode_pll(struct via_pll_config pll) in cle266_encode_pll() 43 static inline u32 k800_encode_pll(struct via_pll_config pll) in k800_encode_pll() 50 static inline u32 vx855_encode_pll(struct via_pll_config pll) in vx855_encode_pll()
|
D | via_clock.h | 63 struct via_pll_config pll) in get_pll_internal_frequency() 69 struct via_pll_config pll) in get_pll_output_frequency()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_ddi.c | 1109 u32 val, pll; in hsw_ddi_clock_get() local 1154 struct intel_shared_dpll *pll; in bxt_calc_pll_link() local 1274 struct intel_shared_dpll *pll; in hsw_ddi_pll_select() local 1565 struct intel_shared_dpll *pll; in skl_ddi_pll_select() local 1658 struct intel_shared_dpll *pll; in bxt_ddi_pll_select() local 2462 struct intel_shared_dpll *pll) in hsw_ddi_wrpll_enable() 2470 struct intel_shared_dpll *pll) in hsw_ddi_spll_enable() 2478 struct intel_shared_dpll *pll) in hsw_ddi_wrpll_disable() 2488 struct intel_shared_dpll *pll) in hsw_ddi_spll_disable() 2498 struct intel_shared_dpll *pll, in hsw_ddi_wrpll_get_hw_state() [all …]
|
D | intel_atomic.c | 270 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; in intel_atomic_duplicate_dpll_state() local
|
D | intel_display.c | 1202 struct intel_shared_dpll *pll, in assert_shared_dpll() 1870 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_prepare_shared_dpll() local 1897 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_enable_shared_dpll() local 1927 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_disable_shared_dpll() local 4254 struct intel_shared_dpll *pll; in intel_get_shared_dpll() local 4344 struct intel_shared_dpll *pll; in intel_shared_dpll_commit() local 8919 struct intel_shared_dpll *pll; in ironlake_crtc_compute_clock() local 9299 struct intel_shared_dpll *pll; in ironlake_get_pipe_config() local 9808 struct intel_shared_dpll *pll; in haswell_get_ddi_port_state() local 12830 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; in check_shared_dpll_state() local [all …]
|
D | i915_debugfs.c | 3081 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; in i915_shared_dplls_info() local
|
D | i915_reg.h | 6145 #define PCH_DPLL(pll) (pll == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) argument 6152 #define PCH_FP0(pll) (pll == 0 ? _PCH_FPA0 : _PCH_FPB0) argument 6153 #define PCH_FP1(pll) (pll == 0 ? _PCH_FPA1 : _PCH_FPB1) argument 7322 #define WRPLL_CTL(pll) (pll == 0 ? WRPLL_CTL1 : WRPLL_CTL2) argument 7346 #define PORT_CLK_SEL_WRPLL(pll) (((pll)+4)<<29) argument
|
/linux-4.4.14/drivers/clk/berlin/ |
D | berlin2-pll.c | 55 struct berlin2_pll *pll = to_berlin2_pll(hw); in berlin2_pll_recalc_rate() local 93 struct berlin2_pll *pll; in berlin2_pll_register() local
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | rtc.h | 121 static inline int get_rtc_pll(struct rtc_pll_info *pll) in get_rtc_pll() 125 static inline int set_rtc_pll(struct rtc_pll_info *pll) in set_rtc_pll()
|
/linux-4.4.14/drivers/clk/ |
D | clk-nomadik.c | 166 struct clk_pll *pll = to_pll(hw); in pll_clk_enable() local 186 struct clk_pll *pll = to_pll(hw); in pll_clk_disable() local 205 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled() local 221 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate() local 261 struct clk_pll *pll; in pll_clk_register() local
|
D | clk-cdce706.c | 27 #define CDCE706_PLL_M_LOW(pll) (1 + 3 * (pll)) argument 28 #define CDCE706_PLL_N_LOW(pll) (2 + 3 * (pll)) argument 29 #define CDCE706_PLL_HI(pll) (3 + 3 * (pll)) argument 40 #define CDCE706_PLL_MUX_MASK(pll) (0x80 >> (pll)) argument 48 #define CDCE706_PLL_FVCO_MASK(pll) (0x80 >> (pll)) argument 89 struct cdce706_hw_data pll[3]; member
|
D | clk-qoriq.c | 51 int pll; /* CGx_PLLn */ member 91 struct clockgen_pll pll[6]; member 688 int pll, div; in get_pll_div() local 944 struct clockgen_pll *pll = &cg->pll[idx]; in create_one_pll() local 1021 struct clockgen_pll *pll; in legacy_pll_init() local 1099 struct clockgen_pll *pll; in clockgen_clk_get() local
|
D | clk-ls1x.c | 35 u32 pll, rate; in ls1x_pll_recalc_rate() local
|
D | clk-cdce925.c | 63 struct clk_cdce925_pll pll[NUMBER_OF_PLLS]; member 205 u8 pll[4]; /* Bits are spread out over 4 byte registers */ in cdce925_pll_prepare() local 357 struct clk *pll = clk_get_parent(hw->clk); in cdce925_clk_best_parent_rate() local
|
D | clk-vt8500.c | 542 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_set_rate() local 585 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_round_rate() local 616 struct clk_pll *pll = to_clk_pll(hw); in vtwm_pll_recalc_rate() local
|
D | clk-axm5516.c | 54 struct axxia_pllclk *pll = to_axxia_pllclk(aclk); in axxia_pllclk_recalc() local
|
D | clk-xgene.c | 88 u32 pll; in xgene_clk_pll_recalc_rate() local
|
D | clk-si5351.c | 66 struct si5351_hw_data pll[2]; member
|
/linux-4.4.14/include/asm-generic/ |
D | rtc.h | 238 static inline int get_rtc_pll(struct rtc_pll_info *pll) in get_rtc_pll() 242 static inline int set_rtc_pll(struct rtc_pll_info *pll) in set_rtc_pll()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gt215.c | 108 read_pll(struct gt215_clk *clk, int idx, u32 pll) in read_pll() 232 gt215_pll_info(struct nvkm_clk *base, int idx, u32 pll, u32 khz, in gt215_pll_info() 272 int idx, u32 pll, int dom) in calc_clk() 360 prog_pll(struct gt215_clk *clk, int idx, u32 pll, int dom) in prog_pll()
|
D | gt215.h | 7 u32 pll; member
|
D | nv40.c | 128 struct nvbios_pll pll; in nv40_clk_calc_pll() local
|
D | mcp77.c | 169 struct nvbios_pll pll; in calc_pll() local
|
D | nv50.c | 328 struct nvbios_pll pll; in calc_pll() local
|
D | gf100.c | 59 read_pll(struct gf100_clk *clk, u32 pll) in read_pll()
|
D | gk104.c | 60 read_pll(struct gk104_clk *clk, u32 pll) in read_pll()
|
/linux-4.4.14/arch/m68k/q40/ |
D | config.c | 302 static int q40_get_rtc_pll(struct rtc_pll_info *pll) in q40_get_rtc_pll() 318 static int q40_set_rtc_pll(struct rtc_pll_info *pll) in q40_set_rtc_pll()
|
/linux-4.4.14/arch/mips/boot/dts/qca/ |
D | ar9132.dtsi | 85 pll: pll-controller@18050000 { label
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | atstk1003.c | 84 struct clk *pll; in atstk1003_setup_extdac() local
|
D | atstk1004.c | 89 struct clk *pll; in atstk1004_setup_extdac() local
|
D | atstk1002.c | 217 struct clk *pll; in atstk1002_setup_extdac() local
|
/linux-4.4.14/drivers/char/ |
D | genrtc.c | 270 struct rtc_pll_info pll; in gen_rtc_ioctl() local 394 struct rtc_pll_info pll; in gen_rtc_proc_show() local
|
/linux-4.4.14/drivers/clk/nxp/ |
D | clk-lpc18xx-cgu.c | 267 struct lpc18xx_pll pll; member 352 struct lpc18xx_pll *pll = to_lpc_pll(hw); in lpc18xx_pll0_recalc_rate() local 398 struct lpc18xx_pll *pll = to_lpc_pll(hw); in lpc18xx_pll0_set_rate() local 456 struct lpc18xx_pll *pll = to_lpc_pll(hw); in lpc18xx_pll1_recalc_rate() local
|
/linux-4.4.14/drivers/clk/keystone/ |
D | pll.c | 82 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc() local 130 struct clk_pll *pll; in clk_register_pll() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | w100fb.c | 1067 static int w100_pll_adjust(struct w100_pll_info *pll) in w100_pll_adjust() 1125 static int w100_pll_calibration(struct w100_pll_info *pll) in w100_pll_calibration() 1154 static int w100_pll_set_clk(struct w100_pll_info *pll) in w100_pll_set_clk() 1192 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq() local
|
/linux-4.4.14/drivers/clk/h8300/ |
D | clk-h8s2678.c | 60 int pll; in pll_set_rate() local
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | config_defs.h | 92 unsigned int pll : 1; member 100 unsigned int pll : 1; member
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | config_defs.h | 92 unsigned int pll : 1; member 100 unsigned int pll : 1; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 39 struct nvbios_pll pll; in nv40_ram_calc() local
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda18271-common.c | 268 enum tda18271_pll pll, int force, in __tda18271_charge_pump_source() 283 enum tda18271_pll pll, int force) in tda18271_charge_pump_source()
|
D | r820t.c | 90 u16 pll; /* kHz */ member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_pll.c | 113 void amdgpu_pll_compute(struct amdgpu_pll *pll, in amdgpu_pll_compute()
|
D | atombios_crtc.c | 748 struct amdgpu_pll *pll; in amdgpu_atombios_crtc_set_pll() local
|
D | dce_v11_0.c | 2416 int pll; in dce_v11_0_pick_pll() local
|
D | dce_v10_0.c | 2437 int pll; in dce_v10_0_pick_pll() local
|
D | dce_v8_0.c | 2338 int pll; in dce_v8_0_pick_pll() local
|
/linux-4.4.14/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 200 struct smiapp_pll *pll = &sensor->pll; in smiapp_pll_configure() local 240 struct smiapp_pll *pll) in smiapp_pll_try() 280 struct smiapp_pll *pll = &sensor->pll; in smiapp_pll_update() local 746 struct smiapp_pll *pll = &sensor->pll; in smiapp_get_mbus_formats() local 2535 struct smiapp_pll *pll = &sensor->pll; in smiapp_init() local
|
D | smiapp.h | 231 struct smiapp_pll pll; member
|
/linux-4.4.14/drivers/clk/zynq/ |
D | pll.c | 200 struct zynq_pll *pll; in clk_register_zynq_pll() local
|
/linux-4.4.14/drivers/media/radio/ |
D | tef6862.c | 108 u16 pll; in tef6862_s_frequency() local
|
/linux-4.4.14/arch/mips/ar7/ |
D | clock.c | 62 u32 pll; member 178 u32 pll = readl(&clock->pll); in tnetd7300_get_clock() local
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 667 struct pll_min_max *pll = &plls[index]; in calc_vclock() local 883 struct pll_min_max *pll = &plls[index]; in splitm() local 904 struct pll_min_max *pll = &plls[index]; in splitp() local 943 struct pll_min_max *pll = &plls[index]; in calc_pll_params() local
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.h | 77 struct msm_dsi_pll *pll; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 242 struct radeon_pll *pll; in radeon_legacy_tv_get_std_mode() local 434 struct radeon_pll *pll; in radeon_legacy_tv_init_restarts() local
|
D | radeon_display.c | 981 void radeon_compute_pll_avivo(struct radeon_pll *pll, in radeon_compute_pll_avivo() 1134 void radeon_compute_pll_legacy(struct radeon_pll *pll, in radeon_compute_pll_legacy()
|
D | atombios_crtc.c | 1064 struct radeon_pll *pll; in atombios_crtc_set_pll() local 1860 int pll; in radeon_atom_pick_pll() local
|
D | radeon_legacy_crtc.c | 751 struct radeon_pll *pll; in radeon_set_pll() local
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8960.c | 30 struct clk *pll; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.c | 308 u32 pll; in ar9002_hw_compute_pll_control() local
|
D | ar5008_phy.c | 901 u32 pll; in ar9160_hw_compute_pll_control() local 921 u32 pll; in ar5008_hw_compute_pll_control() local
|
D | ar9003_phy.c | 605 u32 pll; in ar9003_hw_compute_pll_control_soc() local 622 u32 pll; in ar9003_hw_compute_pll_control() local
|
D | hw.c | 752 u32 pll; in ath9k_hw_init_pll() local
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib8000.h | 14 struct dibx000_bandwidth_config *pll; member
|
D | mb86a20s.c | 1766 u64 pll; in mb86a20s_initfe() local
|
D | dib8000.c | 691 const struct dibx000_bandwidth_config *pll = state->cfg.pll; in dib8000_reset_pll() local 742 struct dibx000_bandwidth_config *pll, u32 bw, u8 ratio) in dib8000_update_pll()
|
D | dib0090.c | 2235 const struct dib0090_pll *pll = state->current_pll_table_index; in dib0090_tune() local
|
/linux-4.4.14/drivers/bcma/ |
D | driver_chipcommon_pmu.c | 447 u32 pll; in bcma_pmu_get_cpu_clock() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv04.c | 150 uint32_t pll = (oldpll & 0xfff80000) | pv->log2P << 16 | pv->NM1; in setPLL_single() local
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.c | 619 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local 808 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local 1071 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local 1116 unsigned int M, N, P, pll, MClk, NVClk; in nForceUpdateArbitrationSettings() local
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 154 struct ingenic_cgu_pll_info pll; member
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local 684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local
|
D | nv_type.h | 68 u32 pll; member
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | svgalib.c | 381 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) in svga_compute_pll()
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 123 struct cpufreq_frequency_table pll; member
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | clkgen_defs.h | 95 unsigned int pll : 1; member
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dvb-bt8xx.c | 203 u32 band, pll; in cx24108_tuner_set_params() local
|
D | bttv-cards.c | 99 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; variable
|
D | bttv.h | 236 unsigned int pll:2; member
|
D | bttvp.h | 381 struct bttv_pll_info pll; member
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-core.c | 733 u64 pll; in set_pll() local
|
/linux-4.4.14/include/linux/mfd/ |
D | twl6040.h | 238 int pll; member
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | core_marvel.h | 268 #define IO7_PLL_RNGA(pll) (((pll) >> 3) & 0x7) argument 269 #define IO7_PLL_RNGB(pll) (((pll) >> 6) & 0x7) argument
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 461 int fsc, pll; in cx18_av_std_setup() local
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | hdmi.c | 50 struct regulator *pll; member
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 2099 struct dibx000_bandwidth_config pll; in dib8096p_agc_startup() local 2605 struct dibx000_bandwidth_config pll; in dib7090_agc_startup() local
|
/linux-4.4.14/include/video/ |
D | sstfb.h | 345 struct pll_timing pll; member
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 852 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L; in cx25840_std_setup() local
|