Searched defs:pll_div (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | cru_rv1108.h | 49 struct pll_div { struct 50 u32 refdiv; 51 u32 fbdiv; 52 u32 postdiv1; 53 u32 postdiv2; 54 u32 frac;
|
D | cru_rk3036.h | 60 struct pll_div { struct 61 u32 refdiv; 62 u32 fbdiv; 63 u32 postdiv1; 64 u32 postdiv2; 65 u32 frac;
|
D | cru_rk322x.h | 61 struct pll_div { struct 62 u32 refdiv; 63 u32 fbdiv; 64 u32 postdiv1; 65 u32 postdiv2; 66 u32 frac;
|
D | cru_rk3128.h | 63 struct pll_div { struct 64 u32 refdiv; 65 u32 fbdiv; 66 u32 postdiv1; 67 u32 postdiv2; 68 u32 frac;
|
/external/u-boot/drivers/clk/rockchip/ |
D | clk_rk3188.c | 36 struct pll_div { struct 37 u32 nr; 38 u32 nf; 39 u32 no;
|
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
|
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
|
D | clk_rk3288.c | 33 struct pll_div { struct 34 u32 nr; 35 u32 nf; 36 u32 no;
|
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
|
/external/u-boot/arch/arm/mach-davinci/ |
D | cpu.c | 115 static unsigned pll_div(volatile void *pllbase, unsigned offset) in pll_div() function
|
/external/u-boot/arch/arm/mach-imx/mx7/ |
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
|
/external/u-boot/arch/arm/mach-imx/mx6/ |
D | clock.c | 551 static int enable_pll_video(u32 pll_div, u32 pll_num, u32 pll_denom, in enable_pll_video() 626 u32 pll_div, pll_num, pll_denom, post_div = 1; in mxs_set_lcdclk() local
|