Home
last modified time | relevance | path

Searched refs:sigma_delta_enable (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c185 void clock_set_pll5(unsigned int clk, bool sigma_delta_enable) in clock_set_pll5() argument
198 if (sigma_delta_enable) in clock_set_pll5()
208 (sigma_delta_enable ? CCM_PLL5_CTRL_SIGMA_DELTA_EN : 0) | in clock_set_pll5()
282 void clock_set_pll11(unsigned int clk, bool sigma_delta_enable) in clock_set_pll11() argument
287 if (sigma_delta_enable) in clock_set_pll11()
291 (sigma_delta_enable ? CCM_PLL11_CTRL_SIGMA_DELTA_EN : 0) | in clock_set_pll11()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun6i.h524 void clock_set_pll5(unsigned int clk, bool sigma_delta_enable);
526 void clock_set_pll11(unsigned int clk, bool sigma_delta_enable);