Searched defs:post_div (Results 1 - 9 of 9) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c1801 clock_get_postdiv(enum clk_root_index clock_id, enum root_post_div *post_div) argument
H A Dclock_imx8mm.c506 u32 main_div, pre_div, post_div, div; local
653 u32 main_div, pre_div, post_div, k; local
/u-boot/arch/arm/mach-davinci/
H A Dcpu.c41 int post_div; local
/u-boot/arch/arm/mach-imx/mx7/
H A Dclock_slice.c671 clock_root_cfg(enum clk_root_index clock_id, enum root_pre_div pre_div, enum root_post_div post_div, enum clk_root_src clock_src) argument
H A Dclock.c478 enum root_post_div post_div; local
902 u32 pll_div, pll_num, pll_denom, post_div = 0; local
779 enable_pll_video(u32 pll_div, u32 pll_num, u32 pll_denom, u32 post_div) argument
/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c56 unsigned int post_div; member in struct:ast2500_div_config
68 const ulong post_div = (mpll_reg & SCU_MPLL_POST_MASK) local
83 const ulong post_div = (hpll_reg & SCU_HPLL_POST_MASK) local
[all...]
/u-boot/board/gdsys/common/
H A Dosd.c83 mpc92469ac_calc_parameters(unsigned int fout, unsigned int *post_div, unsigned int *feedback_div) argument
/u-boot/drivers/spi/
H A Dmxc_spi.c220 u32 pre_div = 0, post_div = 0; local
246 pre_div >>= post_div; local
[all...]
/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c686 u32 pll_div, pll_num, pll_denom, post_div = 1; local
611 enable_pll_video(u32 pll_div, u32 pll_num, u32 pll_denom, u32 post_div) argument
[all...]

Completed in 114 milliseconds