/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_mux.h | 32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument 39 #define _SUNXI_CCU_MUX(_shift, _width) \ argument 50 _reg, _shift, _width, _gate, \ argument 67 _width, _gate, _flags) \ argument 74 _reg, _shift, _width, _gate, \ argument 81 _shift, _width, _gate, _flags) \ argument 86 #define SUNXI_CCU_MUX(_struct, _name, _parents, _reg, _shift, _width, \ argument 92 _shift, _width, _gate, _flags) \ argument 106 _shift, _width, _flags) \ argument 111 _shift, _width, _gate, _flags) \ argument
|
H A D | ccu_div.h | 43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 51 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 66 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument 69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument 72 #define _SUNXI_CCU_DIV_OFFSET(_shift, _width, _offset) \ argument 75 #define _SUNXI_CCU_DIV(_shift, _width) \ argument 88 _shift, _width, \ argument 105 _shift, _width, \ argument [all …]
|
H A D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument 29 #define _SUNXI_CCU_MULT_OFFSET(_shift, _width, _offset) \ argument 32 #define _SUNXI_CCU_MULT(_shift, _width) \ argument
|
H A D | ccu_phase.h | 20 #define SUNXI_CCU_PHASE(_struct, _name, _parent, _reg, _shift, _width, _flags) \ argument
|
/linux/drivers/clk/sprd/ |
H A D | mux.h | 32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument 40 _reg, _shift, _width, _flags, _fn) \ argument 52 _reg, _shift, _width, _flags) \ argument 58 _shift, _width, _flags) \ argument 63 _reg, _shift, _width, _flags) \ argument 69 _shift, _width, _flags) \ argument
|
H A D | div.h | 28 #define _SPRD_DIV_CLK(_offset, _shift, _width) \ argument 41 _shift, _width, _flags, _fn) \ argument 53 _shift, _width, _flags) \ argument 58 _shift, _width, _flags) \ argument 63 _shift, _width, _flags) \ argument
|
/linux/drivers/clk/mediatek/ |
H A D | clk-mux.h | 49 _mux_clr_ofs, _shift, _width, _gate, _upd_ofs, \ argument 69 _mux_set_ofs, _mux_clr_ofs, _shift, _width, \ argument 78 _width, _gate, _upd_ofs, _upd, _flags, _ops) \ argument 90 _mux_set_ofs, _mux_clr_ofs, _shift, _width, \ argument 99 _shift, _width, _gate, _upd_ofs, _upd, _flags) \ argument 106 _mux_set_ofs, _mux_clr_ofs, _shift, _width, \ argument 115 _width, _gate, _upd_ofs, _upd) \ argument 122 _mux_set_ofs, _mux_clr_ofs, _shift, _width, \ argument 132 _shift, _width, _gate, _upd_ofs, _upd, \ argument 158 _shift, _width, _gate, _upd_ofs, _upd, \ argument [all …]
|
H A D | clk-mtk.h | 115 _width, _gate, _flags, _muxflags) { \ argument 134 #define MUX_GATE_FLAGS(_id, _name, _parents, _reg, _shift, _width, \ argument 143 #define MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate) \ argument 147 #define MUX(_id, _name, _parents, _reg, _shift, _width) \ argument 151 #define MUX_FLAGS(_id, _name, _parents, _reg, _shift, _width, _flags) { \ argument 217 #define DIV_ADJ(_id, _name, _parent, _reg, _shift, _width) { \ argument
|
H A D | clk-mt6795-topckgen.c | 21 #define TOP_MUX_GATE_NOSR(_id, _name, _parents, _reg, _shift, _width, _gate, _flags) \ argument 26 #define TOP_MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate, _flags) \ argument
|
H A D | clk-mt8173-topckgen.c | 22 #define TOP_MUX_GATE_NOSR(_id, _name, _parents, _reg, _shift, _width, _gate, _flags) \ argument 27 #define TOP_MUX_GATE(_id, _name, _parents, _reg, _shift, _width, _gate, _flags) \ argument
|
H A D | clk-mt8167-apmixedsys.c | 77 #define DIV_ADJ_FLAG(_id, _name, _parent, _reg, _shift, _width, _flag) { \ argument
|
/linux/drivers/clk/actions/ |
H A D | owl-pll.h | 42 _width, _min_mul, _max_mul, _delay, _table) \ argument 56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 85 _shift, _width, _min_mul, _max_mul, _delay, _table, \ argument
|
H A D | owl-mux.h | 27 #define OWL_MUX_HW(_reg, _shift, _width) \ argument 35 _shift, _width, _flags) \ argument
|
H A D | owl-divider.h | 29 #define OWL_DIVIDER_HW(_reg, _shift, _width, _div_flags, _table) \ argument 39 _shift, _width, _table, _div_flags, _flags) \ argument
|
H A D | owl-factor.h | 35 #define OWL_FACTOR_HW(_reg, _shift, _width, _fct_flags, _table) \ argument 45 _shift, _width, _table, _fct_flags, _flags) \ argument
|
/linux/drivers/clk/sophgo/ |
H A D | clk-sg2042-clkgen.c | 279 _r_ctrl, _shift, _width, \ argument 295 _r_ctrl, _shift, _width, \ argument 311 _r_ctrl, _shift, _width, \ argument 327 _r_ctrl, _shift, _width, \ argument 343 _r_ctrl, _shift, _width, \ argument 359 _r_ctrl, _shift, _width, \ argument 410 #define SG2042_MUX(_id, _name, _parents, _flags, _r_select, _shift, _width) { \ argument
|
H A D | clk-cv18xx-common.h | 51 #define CV1800_CLK_REG(_reg, _shift, _width, _initval, _flags) \ argument
|
/linux/drivers/clk/microchip/ |
H A D | clk-mpfs.c | 136 #define CLK_PLL(_id, _name, _parent, _shift, _width, _flags, _offset) { \ argument 175 #define CLK_PLL_OUT(_id, _name, _parent, _flags, _shift, _width, _offset) { \ argument 223 #define CLK_CFG(_id, _name, _parent, _shift, _width, _table, _flags, _offset) { \ argument
|
H A D | clk-mpfs-ccc.c | 101 #define CLK_CCC_PLL(_id, _parents, _shift, _width, _flags, _offset) { \ argument 124 #define CLK_CCC_OUT(_id, _shift, _width, _flags, _offset) { \ argument
|
/linux/drivers/clk/x86/ |
H A D | clk-cgu.h | 204 _shift, _width, _cf, _v) \ argument 219 #define LGM_DIV(_id, _name, _pname, _f, _reg, _shift, _width, \ argument 260 _shift, _width, _cf, _freq, _v) \ argument 280 _shift, _width, _cf, _v, _m, _d) \ argument
|
/linux/drivers/pinctrl/berlin/ |
H A D | berlin.h | 31 #define BERLIN_PINCTRL_GROUP(_name, _offset, _width, _lsb, ...) \ argument
|
/linux/drivers/clk/pistachio/ |
H A D | clk.h | 59 #define DIV(_id, _name, _pname, _reg, _width) \ argument 69 #define DIV_F(_id, _name, _pname, _reg, _width, _div_flags) \ argument
|
/linux/drivers/clk/bcm/ |
H A D | clk-kona.h | 291 #define DIVIDER(_offset, _shift, _width) \ argument 301 #define FRAC_DIVIDER(_offset, _shift, _width, _frac_width) \ argument 342 #define SELECTOR(_offset, _shift, _width) \ argument
|
/linux/drivers/clk/qcom/ |
H A D | lcc-msm8960.c | 146 #define CLK_AIF_OSR_DIV_CLK(prefix, _ns, _width) \ argument
|
/linux/drivers/clk/thead/ |
H A D | clk-th1520-ap.c | 69 #define TH_CCU_ARG(_shift, _width) \ argument 75 #define TH_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument 82 #define TH_CCU_MUX(_name, _parents, _shift, _width) \ argument
|