Home
last modified time | relevance | path

Searched defs:pll_div (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/sound/soc/codecs/
H A Dwm8804.c319 struct pll_div { struct
320 u32 prescale:1;
344 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors()
417 struct pll_div pll_div; in wm8804_set_pll() local
H A Dwm8983.c743 struct pll_div { struct
750 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors()
790 struct pll_div pll_div; in wm8983_set_pll() local
H A Dwm8985.c840 struct pll_div { struct
847 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors()
888 struct pll_div pll_div; in wm8985_set_pll() local
H A Dda7210.c211 struct pll_div { struct
221 static const struct pll_div da7210_pll_div[] = { argument
H A Dda9055.c239 struct pll_div { struct
249 static const struct pll_div da9055_pll_div[] = { argument
H A Drt5631.c1217 struct pll_div { struct
1223 static const struct pll_div codec_master_pll_div[] = { argument
H A Dwm8991.c877 static void pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors()
919 struct _pll_div pll_div; in wm8991_set_dai_pll() local
H A Dwm8974.c272 static void pll_factors(struct pll_ *pll_div, in pll_factors()
316 struct pll_ pll_div; in wm8974_set_dai_pll() local
H A Dwm8990.c806 static void pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors()
847 struct _pll_div pll_div; in wm8990_set_dai_pll() local
H A Dwm8978.c409 struct wm8978_pll_div *pll_div, unsigned int target, unsigned int source) in pll_factors()
474 struct wm8978_pll_div pll_div; in wm8978_configure_pll() local
H A Dwm9713.c753 struct _pll_div *pll_div, unsigned int source) in pll_factors()
819 struct _pll_div pll_div; in wm9713_set_pll() local
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3036.h60 struct pll_div { struct
61 u32 refdiv;
62 u32 fbdiv;
63 u32 postdiv1;
64 u32 postdiv2;
65 u32 frac;
H A Dcru_rk322x.h61 struct pll_div { struct
62 u32 refdiv;
63 u32 fbdiv;
64 u32 postdiv1;
65 u32 postdiv2;
66 u32 frac;
H A Dcru_rk3128.h63 struct pll_div { struct
64 u32 refdiv;
65 u32 fbdiv;
66 u32 postdiv1;
67 u32 postdiv2;
68 u32 frac;
H A Dcru_rv1108.h53 struct pll_div { struct
54 u32 refdiv;
55 u32 fbdiv;
56 u32 postdiv1;
57 u32 postdiv2;
58 u32 frac;
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rk3188.c36 struct pll_div { struct
37 u32 nr;
38 u32 nf;
39 u32 no;
H A Dclk_rk3328.c20 struct pll_div { struct
37 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4, 1); argument
H A Dclk_rk3368.c29 struct pll_div { struct
50 static const struct pll_div apll_l_init_cfg = PLL_DIVISORS(APLL_L_HZ, 12, 2); argument
H A Dclk_rk3288.c34 struct pll_div { struct
35 u32 nr;
36 u32 nf;
37 u32 no;
H A Dclk_rk3399.c32 struct pll_div { struct
50 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); argument
/openbmc/linux/drivers/clk/meson/
H A Dvid-pll-div.c79 struct meson_vid_pll_div_data *pll_div = meson_vid_pll_div_data(clk); in meson_vid_pll_div_recalc_rate() local
/openbmc/linux/drivers/clk/imx/
H A Dclk-fracn-gppll.c155 u32 pll_numerator, pll_denominator, pll_div; in clk_fracn_gppll_recalc_rate() local
229 u32 tmp, pll_div, ana_mfn; in clk_fracn_gppll_set_rate() local
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c775 static int enable_pll_video(u32 pll_div, u32 pll_num, u32 pll_denom, in enable_pll_video()
898 u32 pll_div, pll_num, pll_denom, post_div = 0; in mxs_set_lcdclk() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c123 u32 pll_ctl, pll_div; in vlv_dsi_pclk() local
324 u32 pll_ctl, pll_div; in vlv_dsi_get_pclk() local
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dcpu.c115 static unsigned pll_div(volatile void *pllbase, unsigned offset) in pll_div() function

12