Searched refs:_mult (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_mult.c | 18 int _mult; in ccu_mult_find_best() local 20 _mult = rate / parent; in ccu_mult_find_best() 21 if (_mult < mult->min) in ccu_mult_find_best() 23 _mult = mult->min; in ccu_mult_find_best() 26 if (_mult > mult->max) in ccu_mult_find_best() 28 _mult = mult->max; in ccu_mult_find_best() 31 mult->mult = _mult; in ccu_mult_find_best()
|
| A D | ccu.h | 705 _div, _mult, _flags) \ argument 708 .mult = _mult, \ 716 _div, _mult, _flags) \ argument 719 .mult = _mult, \ 731 _div, _mult, _flags) \ argument 734 .mult = _mult, \ 742 _div, _mult, _flags) \ argument 745 .mult = _mult, \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk.h | 120 #define SUNXI_CLK_FIXED_FACTOR(_name, _clk, _current_parent, _current_parent_type, _mult, _div) \ argument 131 .clk_mult = _mult, \
|
Completed in 10 milliseconds