Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c182 void clock_set_pll5(unsigned int clk, bool sigma_delta_enable) in clock_set_pll5() argument
195 if (sigma_delta_enable) in clock_set_pll5()
205 (sigma_delta_enable ? CCM_PLL5_CTRL_SIGMA_DELTA_EN : 0) | in clock_set_pll5()
279 void clock_set_pll11(unsigned int clk, bool sigma_delta_enable) in clock_set_pll11() argument
284 if (sigma_delta_enable) in clock_set_pll11()
288 (sigma_delta_enable ? CCM_PLL11_CTRL_SIGMA_DELTA_EN : 0) | in clock_set_pll11()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun6i.h508 void clock_set_pll5(unsigned int clk, bool sigma_delta_enable);
510 void clock_set_pll11(unsigned int clk, bool sigma_delta_enable);