Searched refs:updshift (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk_factors.c | 156 if (config->updshift) in sunxi_clk_fators_enable() 158 reg = SET_BITS(config->updshift, 1, reg, 1); in sunxi_clk_fators_enable() 232 if (config->updshift) in sunxi_clk_fators_disable() 234 reg = SET_BITS(config->updshift, 1, reg, 1); in sunxi_clk_fators_disable() 448 if (config->updshift) in sunxi_clk_factors_set_rate() 450 reg = SET_BITS(config->updshift, 1, reg, 1); in sunxi_clk_factors_set_rate()
|
| A D | clk_factors.h | 91 … .updshift = 0, \ 222 u32 updshift; member
|
Completed in 9 milliseconds