Home
last modified time | relevance | path

Searched refs:_gate (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/clk/actions/
Dowl-composite.h38 _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/
Dccu_nm.h50 _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, \
Dccu_div.h97 _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, \
Dccu_nkm.h47 _gate, _lock, _flags) \ argument
49 .enable = _gate, \
68 _gate, _lock, _flags) \ argument
70 .enable = _gate, \
Dccu_mp.h46 _gate, _postdiv, _flags) \ argument
48 .enable = _gate, \
67 _gate, _flags) \ argument
69 .enable = _gate, \
Dccu_mux.h51 _reg, _shift, _width, _gate, \ argument
54 .enable = _gate, \
66 _shift, _width, _gate, _flags) \ argument
68 _reg, _shift, _width, _gate, \
Dccu_gate.h27 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument
29 .enable = _gate, \
Dccu_nk.h44 _gate, _lock, _postdiv, \ argument
47 .enable = _gate, \
Dccu_nkmp.h47 _gate, _lock, _flags) \ argument
49 .enable = _gate, \
Dccu_mult.h46 _mshift, _mwidth, _gate, _lock, \ argument
49 .enable = _gate, \
/Linux-v4.19/drivers/clk/mediatek/
Dclk-mtk.h92 _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/
Dgcc-generate-gimple-pass.h42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
Dgcc-generate-rtl-pass.h42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
Dgcc-generate-simple_ipa-pass.h42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
Dgcc-generate-ipa-pass.h106 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
/Linux-v4.19/drivers/clk/
Dclk-stm32mp1.c663 #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,\
Dclk-stm32f4.c453 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate) argument
/Linux-v4.19/drivers/clk/nxp/
Dclk-lpc32xx.c1212 #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), \