Home
last modified time | relevance | path

Searched refs:_struct (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/clk/sprd/
A Dgate.h34 struct sprd_gate _struct = { \
50 SPRD_SC_GATE_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, \
56 SPRD_SC_GATE_CLK_OPS_UDELAY(_struct, _name, _parent, _reg, \
66 #define SPRD_GATE_CLK(_struct, _name, _parent, _reg, \ argument
68 SPRD_SC_GATE_CLK_OPS(_struct, _name, _parent, _reg, 0, \
75 SPRD_SC_GATE_CLK_OPS_UDELAY(_struct, _name, _parent, _reg, \
85 SPRD_SC_GATE_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, \
97 #define SPRD_SC_GATE_CLK_HW(_struct, _name, _parent, _reg, \ argument
100 SPRD_SC_GATE_CLK_HW_OPS(_struct, _name, _parent, _reg, \
104 #define SPRD_GATE_CLK_HW(_struct, _name, _parent, _reg, \ argument
[all …]
A Dpll.h64 #define SPRD_PLL_HW_INIT_FN(_struct, _name, _parent, _reg, \ argument
68 struct sprd_pll _struct = { \
85 #define SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \ argument
88 SPRD_PLL_HW_INIT_FN(_struct, _name, _parent, _reg, _regs_num, \
92 #define SPRD_PLL_WITH_ITABLE_K(_struct, _name, _parent, _reg, \ argument
95 SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \
99 #define SPRD_PLL_WITH_ITABLE_1K(_struct, _name, _parent, _reg, \ argument
101 SPRD_PLL_WITH_ITABLE_K_FVCO(_struct, _name, _parent, _reg, \
105 #define SPRD_PLL_FW_NAME(_struct, _name, _parent, _reg, _regs_num, \ argument
108 SPRD_PLL_HW_INIT_FN(_struct, _name, _parent, _reg, _regs_num, \
[all …]
A Dcomposite.h21 #define SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \ argument
24 struct sprd_comp _struct = { \
35 #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \ argument
37 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
41 #define SPRD_COMP_CLK(_struct, _name, _parent, _reg, _mshift, \ argument
43 SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, NULL, \
46 #define SPRD_COMP_CLK_DATA_TABLE(_struct, _name, _parent, _reg, _table, \ argument
49 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
53 #define SPRD_COMP_CLK_DATA(_struct, _name, _parent, _reg, _mshift, \ argument
55 SPRD_COMP_CLK_DATA_TABLE(_struct, _name, _parent, _reg, NULL, \
A Dmux.h39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ argument
41 struct sprd_mux _struct = { \
51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument
53 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
57 #define SPRD_MUX_CLK(_struct, _name, _parents, _reg, \ argument
59 SPRD_MUX_CLK_TABLE(_struct, _name, _parents, NULL, \
62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \ argument
64 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
68 #define SPRD_MUX_CLK_DATA(_struct, _name, _parents, _reg, \ argument
70 SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, NULL, \
A Ddiv.h38 #define SPRD_DIV_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, \ argument
40 struct sprd_div _struct = { \
50 #define SPRD_DIV_CLK(_struct, _name, _parent, _reg, \ argument
52 SPRD_DIV_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, \
55 #define SPRD_DIV_CLK_HW(_struct, _name, _parent, _reg, \ argument
57 SPRD_DIV_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, \
/linux/drivers/clk/sunxi-ng/
A Dccu_div.h90 struct ccu_div _struct = { \
104 #define SUNXI_CCU_DIV_TABLE(_struct, _name, _parent, _reg, \ argument
107 SUNXI_CCU_DIV_TABLE_WITH_GATE(_struct, _name, _parent, _reg, \
111 #define SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \ argument
117 struct ccu_div _struct = { \
133 SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \
139 #define SUNXI_CCU_M_WITH_MUX(_struct, _name, _parents, _reg, \ argument
142 SUNXI_CCU_M_WITH_MUX_TABLE_GATE(_struct, _name, \
149 #define SUNXI_CCU_M_WITH_GATE(_struct, _name, _parent, _reg, \ argument
152 struct ccu_div _struct = { \
[all …]
A Dccu_gate.h19 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument
20 struct ccu_gate _struct = { \
31 #define SUNXI_CCU_GATE_HW(_struct, _name, _parent, _reg, _gate, _flags) \ argument
32 struct ccu_gate _struct = { \
43 #define SUNXI_CCU_GATE_FW(_struct, _name, _parent, _reg, _gate, _flags) \ argument
44 struct ccu_gate _struct = { \
59 #define SUNXI_CCU_GATE_HWS(_struct, _name, _parent, _reg, _gate, _flags) \ argument
60 struct ccu_gate _struct = { \
71 #define SUNXI_CCU_GATE_DATA(_struct, _name, _data, _reg, _gate, _flags) \ argument
72 struct ccu_gate _struct = { \
A Dccu_mp.h34 #define SUNXI_CCU_MP_WITH_MUX_GATE_POSTDIV(_struct, _name, _parents, _reg, \ argument
39 struct ccu_mp _struct = { \
55 #define SUNXI_CCU_MP_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ argument
60 struct ccu_mp _struct = { \
74 #define SUNXI_CCU_MP_WITH_MUX(_struct, _name, _parents, _reg, \ argument
79 SUNXI_CCU_MP_WITH_MUX_GATE(_struct, _name, _parents, _reg, \
103 #define SUNXI_CCU_MP_MMC_WITH_MUX_GATE(_struct, _name, _parents, _reg, \ argument
105 struct ccu_mp _struct = { \
A Dccu_nm.h38 #define SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
44 struct ccu_nm _struct = { \
61 #define SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
67 struct ccu_nm _struct = { \
85 #define SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK_MIN(_struct, _name, _parent, \ argument
92 struct ccu_nm _struct = { \
111 #define SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK_MIN_MAX(_struct, _name, \ argument
120 struct ccu_nm _struct = { \
140 #define SUNXI_CCU_NM_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
144 struct ccu_nm _struct = { \
A Dccu_mux.h49 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ argument
52 struct ccu_mux _struct = { \
64 #define SUNXI_CCU_MUX_WITH_GATE(_struct, _name, _parents, _reg, \ argument
66 SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, NULL, \
70 #define SUNXI_CCU_MUX(_struct, _name, _parents, _reg, _shift, _width, \ argument
72 SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, NULL, \
A Dccu_nkm.h34 #define SUNXI_CCU_NKM_WITH_MUX_GATE_LOCK(_struct, _name, _parents, _reg, \ argument
40 struct ccu_nkm _struct = { \
56 #define SUNXI_CCU_NKM_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
61 struct ccu_nkm _struct = { \
A Dccu_phase.h20 #define SUNXI_CCU_PHASE(_struct, _name, _parent, _reg, _shift, _width, _flags) \ argument
21 struct ccu_phase _struct = { \
A Dccu_nk.h33 #define SUNXI_CCU_NK_WITH_GATE_LOCK_POSTDIV(_struct, _name, _parent, _reg, \ argument
38 struct ccu_nk _struct = { \
A Dccu_nkmp.h35 #define SUNXI_CCU_NKMP_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
41 struct ccu_nkmp _struct = { \
A Dccu_mult.h45 #define SUNXI_CCU_N_WITH_GATE_LOCK(_struct, _name, _parent, _reg, \ argument
48 struct ccu_mult _struct = { \
/linux/drivers/clk/actions/
A Dowl-composite.h37 #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 = { \
A Dowl-pll.h55 #define OWL_PLL(_struct, _name, _parent, _reg, _bfreq, _bit_idx, \ argument
57 struct owl_pll _struct = { \
70 #define OWL_PLL_NO_PARENT(_struct, _name, _reg, _bfreq, _bit_idx, \ argument
72 struct owl_pll _struct = { \
84 #define OWL_PLL_NO_PARENT_DELAY(_struct, _name, _reg, _bfreq, _bit_idx, \ argument
87 struct owl_pll _struct = { \
A Dowl-gate.h34 #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 = { \
A Dowl-fixed-factor.h16 #define OWL_FIX_FACT(_struct, _name, _parent, _mul, _div, _flags) \ argument
17 struct clk_fixed_factor _struct = { \
A Dowl-mux.h34 #define OWL_MUX(_struct, _name, _parents, _reg, \ argument
36 struct owl_mux _struct = { \
A Dowl-divider.h38 #define OWL_DIVIDER(_struct, _name, _parent, _reg, \ argument
40 struct owl_divider _struct = { \
A Dowl-factor.h44 #define OWL_FACTOR(_struct, _name, _parent, _reg, \ argument
46 struct owl_factor _struct = { \
/linux/drivers/scsi/be2iscsi/
A Dbe.h155 #define AMAP_BIT_OFFSET(_struct, field) \ argument
156 (((size_t)&(((_struct *)0)->field))%32)
172 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument
174 offsetof(_struct, field)/32, \
175 amap_mask(sizeof(((_struct *)0)->field)), \
176 AMAP_BIT_OFFSET(_struct, field), \
185 #define AMAP_GET_BITS(_struct, field, ptr) \ argument
187 offsetof(_struct, field)/32, \
188 amap_mask(sizeof(((_struct *)0)->field)), \
189 AMAP_BIT_OFFSET(_struct, field))
/linux/drivers/net/ethernet/emulex/benet/
A Dbe.h826 #define AMAP_BIT_OFFSET(_struct, field) \ argument
827 (((size_t)&(((_struct *)0)->field))%32)
843 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument
845 offsetof(_struct, field)/32, \
846 amap_mask(sizeof(((_struct *)0)->field)), \
847 AMAP_BIT_OFFSET(_struct, field), \
856 #define AMAP_GET_BITS(_struct, field, ptr) \ argument
858 offsetof(_struct, field)/32, \
859 amap_mask(sizeof(((_struct *)0)->field)), \
860 AMAP_BIT_OFFSET(_struct, field))
/linux/fs/ext4/
A Dsysfs.c148 #define EXT4_ATTR_OFFSET(_name,_mode,_id,_struct,_elname) \ argument
152 .attr_ptr = ptr_##_struct##_offset, \
154 .offset = offsetof(struct _struct, _elname),\
158 #define EXT4_ATTR_STRING(_name,_mode,_size,_struct,_elname) \ argument
163 .attr_ptr = ptr_##_struct##_offset, \
165 .offset = offsetof(struct _struct, _elname),\

Completed in 31 milliseconds

12