Searched defs:_mul (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/actions/ |
H A D | owl-fixed-factor.h | 16 #define OWL_FIX_FACT(_struct, _name, _parent, _mul, _div, _flags) \ argument
|
H A D | owl-composite.h | 82 _gate, _mul, _div, _flags) \ argument
|
/linux/drivers/clk/spacemit/ |
H A D | ccu_mix.h | 48 #define CCU_FACTOR_INIT(_div, _mul) { .div = _div, .mul = _mul } argument 77 #define CCU_FACTOR_DEFINE(_name, _parent, _div, _mul) \ argument 105 _mul) \ argument
|