/linux/drivers/clk/sunxi-ng/ |
A D | ccu_gate.h | 19 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 21 .enable = _gate, \ 31 #define SUNXI_CCU_GATE_HW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 33 .enable = _gate, \ 43 #define SUNXI_CCU_GATE_FW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 45 .enable = _gate, \ 59 #define SUNXI_CCU_GATE_HWS(_struct, _name, _parent, _reg, _gate, _flags) \ argument 61 .enable = _gate, \ 71 #define SUNXI_CCU_GATE_DATA(_struct, _name, _data, _reg, _gate, _flags) \ argument 73 .enable = _gate, \
|
A D | ccu_nm.h | 43 _gate, _lock, _flags) \ argument 45 .enable = _gate, \ 66 _gate, _lock, _flags) \ argument 68 .enable = _gate, \ 91 _gate, _lock, _flags) \ argument 93 .enable = _gate, \ 119 _gate, _lock, _flags) \ argument 121 .enable = _gate, \ 143 _gate, _lock, _flags) \ argument 145 .enable = _gate, \
|
A D | ccu_div.h | 89 _table, _gate, _flags) \ argument 93 .enable = _gate, \ 116 _gate, _flags) \ argument 118 .enable = _gate, \ 132 _gate, _flags) \ argument 137 _gate, _flags) 150 _mshift, _mwidth, _gate, \ argument 153 .enable = _gate, \
|
A D | ccu_nkm.h | 39 _gate, _lock, _flags) \ argument 41 .enable = _gate, \ 60 _gate, _lock, _flags) \ argument 62 .enable = _gate, \
|
A D | ccu_mp.h | 38 _gate, _postdiv, _flags) \ argument 40 .enable = _gate, \ 59 _gate, _flags) \ argument 61 .enable = _gate, \
|
A D | ccu_mux.h | 50 _reg, _shift, _width, _gate, \ argument 53 .enable = _gate, \ 65 _shift, _width, _gate, _flags) \ argument 67 _reg, _shift, _width, _gate, \
|
A D | ccu_nk.h | 36 _gate, _lock, _postdiv, \ argument 39 .enable = _gate, \
|
A D | ccu_nkmp.h | 40 _gate, _lock, _flags) \ argument 42 .enable = _gate, \
|
A D | ccu_mult.h | 46 _mshift, _mwidth, _gate, _lock, \ argument 49 .enable = _gate, \
|
/linux/drivers/clk/actions/ |
A 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/drivers/clk/mediatek/ |
A D | clk-mux.h | 42 _gate, _upd_ofs, _upd, _flags, _ops) { \ argument 51 .gate_shift = _gate, \ 64 _gate, _upd_ofs, _upd, _flags) \ argument 67 _gate, _upd_ofs, _upd, _flags, \ 72 _gate, _upd_ofs, _upd) \ argument 75 _width, _gate, _upd_ofs, _upd, \
|
A D | clk-mtk.h | 83 _width, _gate, _flags, _muxflags) { \ argument 90 .gate_shift = _gate, \ 103 _gate, _flags) \ argument 105 _shift, _width, _gate, _flags, 0) 111 #define MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate) \ argument 113 _gate, CLK_SET_RATE_PARENT)
|
/linux/scripts/gcc-plugins/ |
A D | gcc-generate-gimple-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
A D | gcc-generate-rtl-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
A D | gcc-generate-simple_ipa-pass.h | 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
A D | gcc-generate-ipa-pass.h | 106 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate)
|
/linux/drivers/clk/ |
A D | clk-stm32mp1.c | 666 #define to_clk_mgate(_gate) container_of(_gate, struct stm32_clk_mgate, gate) argument 1251 #define STM32_GATE(_id, _name, _parent, _flags, _gate)\ argument 1257 .cfg = (struct stm32_gate_cfg *) {_gate},\ 1339 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument 1347 _gate,\
|
A D | clk-stm32f4.c | 525 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate) argument
|
/linux/drivers/clk/nxp/ |
A D | clk-lpc32xx.c | 1206 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument 1215 .gate = (CLK_PREFIX(_gate) == LPC32XX_CLK__NULL ? NULL :\ 1216 &clk_hw_proto[CLK_PREFIX(_gate)].hw0), \
|