/linux-4.1.27/drivers/clk/pistachio/ |
D | clk-pll.c | 60 static inline u32 pll_readl(struct pistachio_clk_pll *pll, u32 reg) in pll_readl() 65 static inline void pll_writel(struct pistachio_clk_pll *pll, u32 val, u32 reg) in pll_writel() 84 pll_get_params(struct pistachio_clk_pll *pll, unsigned long fref, in pll_get_params() 100 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_round_rate() local 114 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_enable() local 131 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_disable() local 141 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_is_enabled() local 149 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_set_rate() local 192 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_frac_recalc_rate() local 231 struct pistachio_clk_pll *pll = to_pistachio_pll(hw); in pll_gf40lp_laint_enable() local [all …]
|
/linux-4.1.27/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 | 47 struct dss_pll *pll; member 142 struct dss_pll *pll; member 556 static int dpi_verify_dsi_pll(struct dss_pll *pll) in dpi_verify_dsi_pll() 595 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 | 278 struct dss_pll *pll; member 320 struct dss_pll pll; member 1395 static int dsi_pll_enable(struct dss_pll *pll) in dsi_pll_enable() 1473 static void dsi_pll_disable(struct dss_pll *pll) in dsi_pll_disable() 1488 struct dss_pll *pll = &dsi->pll; in dsi_dump_dsidev_clocks() local 5230 struct dss_pll *pll = &dsi->pll; in dsi_init_pll_data() local
|
D | dispc.c | 3174 struct dss_pll *pll; in dispc_fclk_rate() local 3205 struct dss_pll *pll; in dispc_mgr_lclk_rate() local
|
/linux-4.1.27/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.1.27/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 143 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()
|
/linux-4.1.27/drivers/clk/mxs/ |
D | clk-pll.c | 41 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_prepare() local 52 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_unprepare() local 59 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_enable() local 68 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_disable() local 76 struct clk_pll *pll = to_clk_pll(hw); in clk_pll_recalc_rate() local 92 struct clk_pll *pll; in mxs_clk_pll() local
|
D | clk-imx23.c | 88 ref_xtal, pll, ref_cpu, ref_emi, ref_pix, ref_io, saif_sel, enumerator
|
/linux-4.1.27/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 | 451 struct aty128_pll pll; member 1340 static void aty128_set_pll(struct aty128_pll *pll, in aty128_set_pll() 1380 static int aty128_var_to_pll(u32 period_in_ps, struct aty128_pll *pll, in aty128_var_to_pll() 1426 static int aty128_pll_to_var(const struct aty128_pll *pll, in aty128_pll_to_var() 1444 const struct aty128_pll *pll, in aty128_ddafifo() 1578 struct aty128_pll pll; in aty128_decode_var() local
|
D | atyfb_base.c | 310 static int pll; variable 373 int pll, mclk, xclk, ecp_max; member 1534 union aty_pll pll; in atyfb_check_var() local 1856 union aty_pll *pll = &par->pll; in atyfb_ioctl() local 1881 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.1.27/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.1.27/arch/arm/mach-imx/ |
D | clk-pllv3.c | 49 static int clk_pllv3_wait_lock(struct clk_pllv3 *pll) in clk_pllv3_wait_lock() 72 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_prepare() local 87 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_unprepare() local 101 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_recalc_rate() local 119 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_set_rate() local 148 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_recalc_rate() local 174 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_sys_set_rate() local 202 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_recalc_rate() local 237 struct clk_pllv3 *pll = to_clk_pllv3(hw); in clk_pllv3_av_set_rate() local 287 struct clk_pllv3 *pll; in imx_clk_pllv3() local
|
D | clk-pllv2.c | 116 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_recalc_rate() local 160 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_set_rate() local 195 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_prepare() local 223 struct clk_pllv2 *pll = to_clk_pllv2(hw); in clk_pllv2_unprepare() local 243 struct clk_pllv2 *pll; in imx_clk_pllv2() local
|
D | clk-pllv1.c | 41 struct clk_pllv1 *pll = to_clk_pllv1(hw); in clk_pllv1_recalc_rate() local 103 struct clk_pllv1 *pll; in imx_clk_pllv1() local
|
D | clk-cpu.c | 20 struct clk *pll; member 78 struct clk *div, struct clk *mux, struct clk *pll, in imx_clk_cpu()
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk-pll.c | 53 struct rockchip_clk_pll *pll, unsigned long rate) in rockchip_get_pll_settings() 69 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_pll_round_rate() local 88 static int rockchip_pll_wait_lock(struct rockchip_clk_pll *pll) in rockchip_pll_wait_lock() 133 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_recalc_rate() local 161 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_set_rate() local 236 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_enable() local 246 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_disable() local 255 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_is_enabled() local 263 struct rockchip_clk_pll *pll = to_rockchip_clk_pll(hw); in rockchip_rk3066_pll_init() local 340 struct rockchip_clk_pll *pll; in rockchip_clk_register_pll() local
|
D | clk-rk3188.c | 807 struct rockchip_pll_clock *pll = &rk3188_pll_clks[i]; in rk3188_clk_init() local
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk-pll.c | 32 struct samsung_clk_pll *pll, unsigned long rate) in samsung_get_pll_settings() 48 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll_round_rate() local 76 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll2126_recalc_rate() local 109 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll3000_recalc_rate() local 146 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_recalc_rate() local 175 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll35xx_set_rate() local 249 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_recalc_rate() local 284 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll36xx_set_rate() local 363 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_recalc_rate() local 397 struct samsung_clk_pll *pll = to_clk_pll(hw); in samsung_pll45xx_set_rate() local [all …]
|
/linux-4.1.27/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 | 431 struct matrox_pll_features pll; member 502 } pll; member
|
/linux-4.1.27/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 | 975 const u8 pll[2] = { in configure_custom_video_timings() local
|
D | adv7604.c | 935 const u8 pll[2] = { in configure_custom_video_timings() local
|
/linux-4.1.27/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.1.27/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.1.27/arch/mips/ath79/ |
D | clock.c | 57 u32 pll; in ar71xx_clocks_init() local 92 u32 pll; in ar724x_clocks_init() local 128 u32 pll; in ar913x_clocks_init() local 243 u32 pll, out_div, ref_div, nint, nfrac, frac, clk_ctrl, postdiv; in ar934x_clocks_init() local 359 u32 pll, out_div, ref_div, nint, frac, clk_ctrl, postdiv; in qca955x_clocks_init() local
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-pll.c | 260 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_is_locked() local 268 struct clkgen_pll *pll = to_clkgen_pll(hw); in clkgen_pll_is_enabled() local 276 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll800c65() local 303 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll1600c65() local 327 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll3200c32() local 349 struct clkgen_pll *pll = to_clkgen_pll(hw); in recalc_stm_pll1200c32() local 398 struct clkgen_pll *pll; in clkgen_pll_register() local
|
D | clkgen.h | 41 #define CLKGEN_READ(pll, field) clkgen_read(pll->regs_base, \ argument 44 #define CLKGEN_WRITE(pll, field, val) clkgen_write(pll->regs_base, \ argument
|
D | clkgen-fsyn.c | 427 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_enable() local 468 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_disable() local 489 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_is_enabled() local 508 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_fs660c32_recalc_rate() local 571 struct st_clk_quadfs_pll *pll = to_quadfs_pll(hw); in quadfs_pll_fs660c32_set_rate() local 622 struct st_clk_quadfs_pll *pll; in st_clk_register_quadfs_pll() local
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_mode.c | 78 static int programModeRegisters(mode_parameter_t * pModeParam,pll_value_t * pll) in programModeRegisters() 190 pll_value_t pll; in ddk750_setModeTiming() local
|
D | ddk750_chip.c | 88 pll_value_t pll; in getChipClock() local 105 pll_value_t pll; in setChipClock() local 408 unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) in calcPllValue()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | clock.c | 286 struct pll_data *pll; in clk_sysclk_recalc() local 324 struct pll_data *pll; in davinci_set_sysclk_rate() local 412 struct pll_data *pll = clk->pll_data; in clk_pllclk_recalc() local 479 int davinci_set_pllrate(struct pll_data *pll, unsigned int prediv, in davinci_set_pllrate() 603 struct pll_data *pll = clk->pll_data; in davinci_clk_init() local
|
D | da850.c | 1127 struct pll_data *pll = clk->pll_data; in da850_set_pll0rate() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/clk/ |
D | clk-nomadik.c | 167 struct clk_pll *pll = to_pll(hw); in pll_clk_enable() local 187 struct clk_pll *pll = to_pll(hw); in pll_clk_disable() local 206 struct clk_pll *pll = to_pll(hw); in pll_clk_is_enabled() local 222 struct clk_pll *pll = to_pll(hw); in pll_clk_recalc_rate() local 262 struct clk_pll *pll; in pll_clk_register() local
|
D | clk-cdce706.c | 26 #define CDCE706_PLL_M_LOW(pll) (1 + 3 * (pll)) argument 27 #define CDCE706_PLL_N_LOW(pll) (2 + 3 * (pll)) argument 28 #define CDCE706_PLL_HI(pll) (3 + 3 * (pll)) argument 39 #define CDCE706_PLL_MUX_MASK(pll) (0x80 >> (pll)) argument 47 #define CDCE706_PLL_FVCO_MASK(pll) (0x80 >> (pll)) argument 88 struct cdce706_hw_data pll[3]; member
|
D | clk-ls1x.c | 35 u32 pll, rate; in ls1x_pll_recalc_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 | 90 u32 pll; in xgene_clk_pll_recalc_rate() local
|
D | clk-si5351.c | 66 struct si5351_hw_data pll[2]; member
|
/linux-4.1.27/include/asm-generic/ |
D | rtc.h | 209 static inline int get_rtc_pll(struct rtc_pll_info *pll) in get_rtc_pll() 213 static inline int set_rtc_pll(struct rtc_pll_info *pll) in set_rtc_pll()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gt215.c | 106 read_pll(struct gt215_clk_priv *priv, int clk, u32 pll) in read_pll() 226 gt215_pll_info(struct nvkm_clk *clock, int clk, u32 pll, u32 khz, in gt215_pll_info() 266 int clk, u32 pll, int idx) in calc_clk() 340 prog_pll(struct gt215_clk_priv *priv, int clk, u32 pll, int idx) in prog_pll()
|
D | gt215.h | 7 u32 pll; member
|
D | nv40.c | 134 struct nvbios_pll pll; in nv40_clk_calc_pll() local
|
D | mcp77.c | 165 struct nvbios_pll pll; in calc_pll() local
|
D | nv50.c | 324 struct nvbios_pll pll; in calc_pll() local
|
D | gf100.c | 59 read_pll(struct gf100_clk_priv *priv, u32 pll) in read_pll()
|
D | gk104.c | 59 read_pll(struct gk104_clk_priv *priv, u32 pll) in read_pll()
|
/linux-4.1.27/drivers/clk/berlin/ |
D | berlin2-pll.c | 62 struct berlin2_pll *pll = to_berlin2_pll(hw); in berlin2_pll_recalc_rate() local 100 struct berlin2_pll *pll; in berlin2_pll_register() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/i915/ |
D | intel_ddi.c | 830 u32 val, pll; in hsw_ddi_clock_get() local 964 struct intel_shared_dpll *pll; in hsw_ddi_pll_select() local 1150 struct intel_shared_dpll *pll; in skl_ddi_pll_select() local 1792 struct intel_shared_dpll *pll) in hsw_ddi_pll_enable() 1800 struct intel_shared_dpll *pll) in hsw_ddi_pll_disable() 1810 struct intel_shared_dpll *pll, in hsw_ddi_pll_get_hw_state() 1878 struct intel_shared_dpll *pll) in skl_ddi_pll_enable() 1910 struct intel_shared_dpll *pll) in skl_ddi_pll_disable() 1921 struct intel_shared_dpll *pll, in skl_ddi_pll_get_hw_state()
|
D | intel_display.c | 1139 struct intel_shared_dpll *pll, in assert_shared_dpll() 1855 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_prepare_shared_dpll() local 1882 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_enable_shared_dpll() local 1912 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_disable_shared_dpll() local 4092 struct intel_shared_dpll *pll = intel_crtc_to_shared_dpll(crtc); in intel_put_shared_dpll() local 4115 struct intel_shared_dpll *pll; in intel_get_shared_dpll() local 4185 struct intel_shared_dpll *pll; in intel_shared_dpll_start_config() local 4213 struct intel_shared_dpll *pll; in intel_shared_dpll_commit() local 4229 struct intel_shared_dpll *pll; in intel_shared_dpll_abort_config() local 7845 struct intel_shared_dpll *pll; in ironlake_crtc_compute_clock() local [all …]
|
D | i915_debugfs.c | 2791 struct intel_shared_dpll *pll = &dev_priv->shared_dplls[i]; in i915_shared_dplls_info() local
|
D | i915_reg.h | 5512 #define PCH_DPLL(pll) (pll == 0 ? _PCH_DPLL_A : _PCH_DPLL_B) argument 5519 #define PCH_FP0(pll) (pll == 0 ? _PCH_FPA0 : _PCH_FPB0) argument 5520 #define PCH_FP1(pll) (pll == 0 ? _PCH_FPA1 : _PCH_FPB1) argument 6647 #define WRPLL_CTL(pll) (pll == 0 ? WRPLL_CTL1 : WRPLL_CTL2) argument 6671 #define PORT_CLK_SEL_WRPLL(pll) (((pll)+4)<<29) argument
|
/linux-4.1.27/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.1.27/drivers/clk/keystone/ |
D | pll.c | 83 struct clk_pll *pll = to_clk_pll(hw); in clk_pllclk_recalc() local 131 struct clk_pll *pll; in clk_register_pll() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 39 struct nvbios_pll pll; in nv40_ram_calc() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/clk/zynq/ |
D | pll.c | 200 struct zynq_pll *pll; in clk_register_zynq_pll() local
|
/linux-4.1.27/drivers/media/radio/ |
D | tef6862.c | 108 u16 pll; in tef6862_s_frequency() local
|
/linux-4.1.27/arch/mips/ar7/ |
D | clock.c | 62 u32 pll; member 178 u32 pll = readl(&clock->pll); in tnetd7300_get_clock() local
|
/linux-4.1.27/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.1.27/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 | 928 void radeon_compute_pll_avivo(struct radeon_pll *pll, in radeon_compute_pll_avivo() 1081 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 1850 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.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_phy_8960.c | 30 struct clk *pll; member
|
/linux-4.1.27/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 | 2237 const struct dib0090_pll *pll = state->current_pll_table_index; in dib0090_tune() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.c | 453 u32 pll; in ar9002_hw_compute_pll_control() local
|
D | ar5008_phy.c | 892 u32 pll; in ar9160_hw_compute_pll_control() local 912 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 | 751 u32 pll; in ath9k_hw_init_pll() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv04.c | 148 uint32_t pll = (oldpll & 0xfff80000) | pv->log2P << 16 | pv->NM1; in setPLL_single() local
|
/linux-4.1.27/drivers/bcma/ |
D | driver_chipcommon_pmu.c | 447 u32 pll; in bcma_pmu_get_cpu_clock() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 123 struct cpufreq_frequency_table pll; member
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | clkgen_defs.h | 95 unsigned int pll : 1; member
|
/linux-4.1.27/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.1.27/drivers/media/pci/cx88/ |
D | cx88-core.c | 731 u64 pll; in set_pll() local
|
/linux-4.1.27/include/linux/mfd/ |
D | twl6040.h | 238 int pll; member
|
/linux-4.1.27/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.1.27/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 461 int fsc, pll; in cx18_av_std_setup() local
|
/linux-4.1.27/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.1.27/arch/mips/jz4740/ |
D | clock.c | 880 uint32_t pll; in jz4740_clock_resume() local
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | hdmi.c | 50 struct regulator *pll; member
|
/linux-4.1.27/include/video/ |
D | sstfb.h | 345 struct pll_timing pll; member
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 852 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L; in cx25840_std_setup() local
|