/Linux-v4.19/drivers/clk/actions/ |
D | owl-composite.h | 38 _mux, _gate, _div, _flags) \ argument 53 _gate, _div, _flags) \ argument 67 _mux, _gate, _factor, _flags) \ argument 82 _gate, _mul, _div, _flags) \ argument 98 _mux, _gate, _flags) \ argument
|
/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_nm.h | 50 _gate, _lock, _flags) \ argument 73 _gate, _lock, _flags) \ argument 98 _gate, _lock, _flags) \ argument 121 _gate, _lock, _flags) \ argument
|
D | ccu_div.h | 97 _table, _gate, _flags) \ argument 124 _gate, _flags) \ argument 140 _gate, _flags) \ argument 158 _mshift, _mwidth, _gate, \ argument
|
D | ccu_nkm.h | 47 _gate, _lock, _flags) \ argument 68 _gate, _lock, _flags) \ argument
|
D | ccu_mp.h | 46 _gate, _postdiv, _flags) \ argument 67 _gate, _flags) \ argument
|
D | ccu_gate.h | 27 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument
|
D | ccu_mux.h | 51 _reg, _shift, _width, _gate, \ argument 66 _shift, _width, _gate, _flags) \ argument
|
D | ccu_nk.h | 44 _gate, _lock, _postdiv, \ argument
|
D | ccu_nkmp.h | 47 _gate, _lock, _flags) \ argument
|
D | ccu_mult.h | 46 _mshift, _mwidth, _gate, _lock, \ argument
|
/Linux-v4.19/drivers/clk/mediatek/ |
D | clk-mtk.h | 92 _gate, _flags) { \ argument 110 #define MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate) \ argument
|
/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 1270 #define COMPOSITE(_id, _name, _parents, _flags, _gate, _mux, _div)\ argument
|
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
|