Searched refs:_mul (Results 1 – 6 of 6) sorted by relevance
| /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 79 .factor = CCU_FACTOR_INIT(_div, _mul), \ 105 _mul, _flags) \ argument 108 .factor = CCU_FACTOR_INIT(_div, _mul), \ 116 _mul) \ argument 118 _mul, 0)
|
| /linux/drivers/clk/actions/ |
| H A D | owl-fixed-factor.h | 16 #define OWL_FIX_FACT(_struct, _name, _parent, _mul, _div, _flags) \ argument 18 .mult = _mul, \
|
| H A D | owl-composite.h | 82 _gate, _mul, _div, _flags) \ argument 85 .rate.fix_fact_hw.mult = _mul, \
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 145 Ip_u3u1u2(_mul);
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 344 I_u3u1u2(_mul)
|
| /linux/drivers/clk/renesas/ |
| H A D | r9a06g032-clocks.c | 189 #define D_ROOT(_idx, _n, _mul, _div) { \ argument 194 .ffc.mul = _mul \
|