/linux-6.12.1/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 130 _mshift, _mwidth, \ argument 135 .div = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 149 _mshift, _mwidth, \ argument 154 .div = _SUNXI_CCU_DIV_FLAGS(_mshift, _mwidth, CLK_DIVIDER_ROUND_CLOSEST), \ 167 _mshift, _mwidth, _muxshift, _muxwidth, \ argument 171 _reg, _mshift, _mwidth, \ 176 _reg, _mshift, _mwidth, \ argument 181 _reg, _mshift, _mwidth, \ 186 _mshift, _mwidth, _muxshift, _muxwidth, \ argument 190 _reg, _mshift, _mwidth, \ [all …]
|
D | ccu_nm.h | 40 _mshift, _mwidth, \ argument 48 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 63 _mshift, _mwidth, \ argument 71 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 88 _mshift, _mwidth, \ argument 96 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 115 _mshift, _mwidth, \ argument 125 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 145 _mshift, _mwidth, \ argument 154 _mshift, _mwidth, \ [all …]
|
D | ccu_mp.h | 35 _mshift, _mwidth, \ argument 41 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 56 _mshift, _mwidth, \ argument 62 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 75 _mshift, _mwidth, \ argument 80 _mshift, _mwidth, \ 86 _mshift, _mwidth, \ argument 92 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 105 _mshift, _mwidth, \ argument 110 _mshift, _mwidth, \ [all …]
|
D | ccu_nkm.h | 39 _mshift, _mwidth, \ argument 47 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \ 61 _mshift, _mwidth, \ argument 68 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \
|
D | ccu_nkmp.h | 38 _mshift, _mwidth, \ argument 46 .m = _SUNXI_CCU_DIV(_mshift, _mwidth), \
|
D | ccu_mult.h | 46 _mshift, _mwidth, _gate, _lock, \ argument 51 .mult = _SUNXI_CCU_MULT(_mshift, _mwidth), \
|
/linux-6.12.1/drivers/clk/sprd/ |
D | composite.h | 22 _mshift, _mwidth, _doffset, _dshift, \ argument 25 .mux = _SPRD_MUX_CLK(_mshift, _mwidth, _table), \ 36 _mshift, _mwidth, _dshift, _dwidth, _flags) \ argument 38 _mshift, _mwidth, 0x0, _dshift, \ 41 #define SPRD_COMP_CLK(_struct, _name, _parent, _reg, _mshift, \ argument 44 _mshift, _mwidth, _dshift, _dwidth, _flags) 47 _mshift, _mwidth, _dshift, \ argument 50 _mshift, _mwidth, 0x0, _dshift, \ 54 #define SPRD_COMP_CLK_DATA(_struct, _name, _parent, _reg, _mshift, \ argument 57 _mshift, _mwidth, _dshift, _dwidth, \ [all …]
|
/linux-6.12.1/drivers/clk/ |
D | clk-loongson2.c | 70 #define CLK_PLL(_id, _name, _offset, _mshift, _mwidth, \ argument 78 .mult_shift = _mshift, \
|
/linux-6.12.1/drivers/clk/rockchip/ |
D | clk.h | 465 #define PLL(_type, _id, _name, _pnames, _flags, _con, _mode, _mshift, \ argument 476 .mode_shift = _mshift, \
|