/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 95 #define SUNXI_CCU_DIV_TABLE_WITH_GATE(_struct, _name, _parent, _reg, \ argument 98 struct ccu_div _struct = { \ 112 #define SUNXI_CCU_DIV_TABLE(_struct, _name, _parent, _reg, \ argument 115 SUNXI_CCU_DIV_TABLE_WITH_GATE(_struct, _name, _parent, _reg, \ 119 #define SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \ argument 125 struct ccu_div _struct = { \ 138 #define SUNXI_CCU_M_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ argument 141 SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \ 147 #define SUNXI_CCU_M_WITH_MUX(_struct, _name, _parents, _reg, \ argument 150 SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \ [all …]
|
D | ccu_mp.h | 42 #define SUNXI_CCU_MP_WITH_MUX_GATE_POSTDIV(_struct, _name, _parents, _reg, \ argument 47 struct ccu_mp _struct = { \ 63 #define SUNXI_CCU_MP_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ argument 68 struct ccu_mp _struct = { \ 82 #define SUNXI_CCU_MP_WITH_MUX(_struct, _name, _parents, _reg, \ argument 87 SUNXI_CCU_MP_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ 111 #define SUNXI_CCU_MP_MMC_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ argument 113 struct ccu_mp _struct = { \
|
D | ccu_nm.h | 45 #define SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 51 struct ccu_nm _struct = { \ 68 #define SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 74 struct ccu_nm _struct = { \ 92 #define SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK_MIN(_struct, _name, _parent, \ argument 99 struct ccu_nm _struct = { \ 118 #define SUNXI_CCU_NM_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 122 struct ccu_nm _struct = { \
|
D | ccu_mux.h | 50 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ argument 53 struct ccu_mux _struct = { \ 65 #define SUNXI_CCU_MUX_WITH_GATE(_struct, _name, _parents, _reg, \ argument 67 SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, NULL, \ 71 #define SUNXI_CCU_MUX(_struct, _name, _parents, _reg, _shift, _width, \ argument 73 SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, NULL, \
|
D | ccu_nkm.h | 42 #define SUNXI_CCU_NKM_WITH_MUX_GATE_LOCK(_struct, _name, _parents, _reg, \ argument 48 struct ccu_nkm _struct = { \ 64 #define SUNXI_CCU_NKM_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 69 struct ccu_nkm _struct = { \
|
D | ccu_phase.h | 28 #define SUNXI_CCU_PHASE(_struct, _name, _parent, _reg, _shift, _width, _flags) \ argument 29 struct ccu_phase _struct = { \
|
D | ccu_gate.h | 27 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 28 struct ccu_gate _struct = { \
|
D | ccu_nk.h | 41 #define SUNXI_CCU_NK_WITH_GATE_LOCK_POSTDIV(_struct, _name, _parent, _reg, \ argument 46 struct ccu_nk _struct = { \
|
D | ccu_nkmp.h | 42 #define SUNXI_CCU_NKMP_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 48 struct ccu_nkmp _struct = { \
|
D | ccu_mult.h | 45 #define SUNXI_CCU_N_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument 48 struct ccu_mult _struct = { \
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-composite.h | 37 #define OWL_COMP_DIV(_struct, _name, _parent, \ argument 39 struct owl_composite _struct = { \ 52 #define OWL_COMP_DIV_FIXED(_struct, _name, _parent, \ argument 54 struct owl_composite _struct = { \ 66 #define OWL_COMP_FACTOR(_struct, _name, _parent, \ argument 68 struct owl_composite _struct = { \ 81 #define OWL_COMP_FIXED_FACTOR(_struct, _name, _parent, \ argument 83 struct owl_composite _struct = { \ 97 #define OWL_COMP_PASS(_struct, _name, _parent, \ argument 99 struct owl_composite _struct = { \
|
D | owl-gate.h | 34 #define OWL_GATE(_struct, _name, _parent, _reg, \ argument 36 struct owl_gate _struct = { \ 47 #define OWL_GATE_NO_PARENT(_struct, _name, _reg, \ argument 49 struct owl_gate _struct = { \
|
D | owl-pll.h | 51 #define OWL_PLL(_struct, _name, _parent, _reg, _bfreq, _bit_idx, \ argument 53 struct owl_pll _struct = { \ 66 #define OWL_PLL_NO_PARENT(_struct, _name, _reg, _bfreq, _bit_idx, \ argument 68 struct owl_pll _struct = { \
|
D | owl-fixed-factor.h | 16 #define OWL_FIX_FACT(_struct, _name, _parent, _mul, _div, _flags) \ argument 17 struct clk_fixed_factor _struct = { \
|
D | owl-mux.h | 34 #define OWL_MUX(_struct, _name, _parents, _reg, \ argument 36 struct owl_mux _struct = { \
|
D | owl-divider.h | 38 #define OWL_DIVIDER(_struct, _name, _parent, _reg, \ argument 40 struct owl_divider _struct = { \
|
D | owl-factor.h | 44 #define OWL_FACTOR(_struct, _name, _parent, _reg, \ argument 46 struct owl_factor _struct = { \
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be.h | 160 #define AMAP_BIT_OFFSET(_struct, field) \ argument 161 (((size_t)&(((_struct *)0)->field))%32) 177 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument 179 offsetof(_struct, field)/32, \ 180 amap_mask(sizeof(((_struct *)0)->field)), \ 181 AMAP_BIT_OFFSET(_struct, field), \ 190 #define AMAP_GET_BITS(_struct, field, ptr) \ argument 192 offsetof(_struct, field)/32, \ 193 amap_mask(sizeof(((_struct *)0)->field)), \ 194 AMAP_BIT_OFFSET(_struct, field))
|
/Linux-v4.19/drivers/clk/sprd/ |
D | gate.h | 21 #define SPRD_SC_GATE_CLK_OPS(_struct, _name, _parent, _reg, _sc_offset, \ argument 23 struct sprd_gate _struct = { \ 37 #define SPRD_GATE_CLK(_struct, _name, _parent, _reg, \ argument 39 SPRD_SC_GATE_CLK_OPS(_struct, _name, _parent, _reg, 0, \ 43 #define SPRD_SC_GATE_CLK(_struct, _name, _parent, _reg, _sc_offset, \ argument 45 SPRD_SC_GATE_CLK_OPS(_struct, _name, _parent, _reg, _sc_offset, \
|
D | pll.h | 64 #define SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \ argument 67 struct sprd_pll _struct = { \ 86 #define SPRD_PLL_WITH_ITABLE_K(_struct, _name, _parent, _reg, \ argument 89 SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \ 93 #define SPRD_PLL_WITH_ITABLE_1K(_struct, _name, _parent, _reg, \ argument 95 SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \
|
D | composite.h | 21 #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \ argument 23 struct sprd_comp _struct = { \ 36 #define SPRD_COMP_CLK(_struct, _name, _parent, _reg, _mshift, \ argument 38 SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, \
|
D | mux.h | 39 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument 42 struct sprd_mux _struct = { \ 54 #define SPRD_MUX_CLK(_struct, _name, _parents, _reg, \ argument 56 SPRD_MUX_CLK_TABLE(_struct, _name, _parents, NULL, \
|
D | div.h | 38 #define SPRD_DIV_CLK(_struct, _name, _parent, _reg, \ argument 40 struct sprd_div _struct = { \
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be.h | 835 #define AMAP_BIT_OFFSET(_struct, field) \ argument 836 (((size_t)&(((_struct *)0)->field))%32) 852 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument 854 offsetof(_struct, field)/32, \ 855 amap_mask(sizeof(((_struct *)0)->field)), \ 856 AMAP_BIT_OFFSET(_struct, field), \ 865 #define AMAP_GET_BITS(_struct, field, ptr) \ argument 867 offsetof(_struct, field)/32, \ 868 amap_mask(sizeof(((_struct *)0)->field)), \ 869 AMAP_BIT_OFFSET(_struct, field))
|
/Linux-v4.19/include/rdma/ |
D | uverbs_named_ioctl.h | 105 static const struct uverbs_object_def _name##_struct = { \ 111 &_name##_struct, \
|