/Linux-v4.19/drivers/clk/actions/ |
D | owl-composite.h | 38 _mux, _gate, _div, _flags) \ argument 41 .gate_hw = _gate, \ 53 _gate, _div, _flags) \ argument 55 .gate_hw = _gate, \ 67 _mux, _gate, _factor, _flags) \ argument 70 .gate_hw = _gate, \ 82 _gate, _mul, _div, _flags) \ argument 84 .gate_hw = _gate, \ 98 _mux, _gate, _flags) \ argument 101 .gate_hw = _gate, \
|
/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_nm.h | 50 _gate, _lock, _flags) \ argument 52 .enable = _gate, \ 73 _gate, _lock, _flags) \ argument 75 .enable = _gate, \ 98 _gate, _lock, _flags) \ argument 100 .enable = _gate, \ 121 _gate, _lock, _flags) \ argument 123 .enable = _gate, \
|
D | ccu_div.h | 97 _table, _gate, _flags) \ argument 101 .enable = _gate, \ 124 _gate, _flags) \ argument 126 .enable = _gate, \ 140 _gate, _flags) \ argument 145 _gate, _flags) 158 _mshift, _mwidth, _gate, \ argument 161 .enable = _gate, \
|
D | ccu_nkm.h | 47 _gate, _lock, _flags) \ argument 49 .enable = _gate, \ 68 _gate, _lock, _flags) \ argument 70 .enable = _gate, \
|
D | ccu_mp.h | 46 _gate, _postdiv, _flags) \ argument 48 .enable = _gate, \ 67 _gate, _flags) \ argument 69 .enable = _gate, \
|
D | ccu_mux.h | 51 _reg, _shift, _width, _gate, \ argument 54 .enable = _gate, \ 66 _shift, _width, _gate, _flags) \ argument 68 _reg, _shift, _width, _gate, \
|
D | ccu_gate.h | 27 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 29 .enable = _gate, \
|
D | ccu_nk.h | 44 _gate, _lock, _postdiv, \ argument 47 .enable = _gate, \
|
D | ccu_nkmp.h | 47 _gate, _lock, _flags) \ argument 49 .enable = _gate, \
|
D | ccu_mult.h | 46 _mshift, _mwidth, _gate, _lock, \ argument 49 .enable = _gate, \
|
/Linux-v4.19/drivers/clk/mediatek/ |
D | clk-mtk.h | 92 _gate, _flags) { \ argument 99 .gate_shift = _gate, \ 110 #define MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate) \ argument 112 _gate, CLK_SET_RATE_PARENT)
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | gcc-generate-gimple-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
D | gcc-generate-rtl-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
D | gcc-generate-simple_ipa-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
D | gcc-generate-ipa-pass.h | 106 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
/Linux-v4.19/drivers/clk/ |
D | clk-stm32mp1.c | 663 #define to_clk_mgate(_gate) container_of(_gate, struct stm32_clk_mgate, gate) argument 1186 #define STM32_GATE(_id, _name, _parent, _flags, _gate)\ argument 1192 .cfg = (struct stm32_gate_cfg *) {_gate},\ 1270 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument 1278 _gate,\
|
D | clk-stm32f4.c | 453 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate) argument
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1212 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument 1221 .gate = (CLK_PREFIX(_gate) == LPC32XX_CLK__NULL ? NULL :\ 1222 &clk_hw_proto[CLK_PREFIX(_gate)].hw0), \
|