/openbmc/linux/sound/soc/codecs/ |
H A D | wm8804.c | 319 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 D | wm8983.c | 743 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 D | wm8985.c | 840 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 D | da7210.c | 211 struct pll_div { struct 221 static const struct pll_div da7210_pll_div[] = { argument
|
H A D | da9055.c | 239 struct pll_div { struct 249 static const struct pll_div da9055_pll_div[] = { argument
|
H A D | rt5631.c | 1217 struct pll_div { struct 1223 static const struct pll_div codec_master_pll_div[] = { argument
|
H A D | wm8991.c | 877 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 D | wm8974.c | 272 static void pll_factors(struct pll_ *pll_div, in pll_factors() 316 struct pll_ pll_div; in wm8974_set_dai_pll() local
|
H A D | wm8990.c | 806 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 D | wm8978.c | 409 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 D | wm9713.c | 753 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 D | cru_rk3036.h | 60 struct pll_div { struct 61 u32 refdiv; 62 u32 fbdiv; 63 u32 postdiv1; 64 u32 postdiv2; 65 u32 frac;
|
H A D | cru_rk322x.h | 61 struct pll_div { struct 62 u32 refdiv; 63 u32 fbdiv; 64 u32 postdiv1; 65 u32 postdiv2; 66 u32 frac;
|
H A D | cru_rk3128.h | 63 struct pll_div { struct 64 u32 refdiv; 65 u32 fbdiv; 66 u32 postdiv1; 67 u32 postdiv2; 68 u32 frac;
|
H A D | cru_rv1108.h | 53 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 D | clk_rk3188.c | 36 struct pll_div { struct 37 u32 nr; 38 u32 nf; 39 u32 no;
|
H A D | clk_rk3328.c | 20 struct pll_div { struct 37 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 4, 1); argument
|
H A D | clk_rk3368.c | 29 struct pll_div { struct 50 static const struct pll_div apll_l_init_cfg = PLL_DIVISORS(APLL_L_HZ, 12, 2); argument
|
H A D | clk_rk3288.c | 34 struct pll_div { struct 35 u32 nr; 36 u32 nf; 37 u32 no;
|
H A D | clk_rk3399.c | 32 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 D | vid-pll-div.c | 79 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 D | clk-fracn-gppll.c | 155 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 D | clock.c | 775 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 D | vlv_dsi_pll.c | 123 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 D | cpu.c | 115 static unsigned pll_div(volatile void *pllbase, unsigned offset) in pll_div() function
|