Lines Matching refs:_width
32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument
35 .width = _width, \
39 #define _SUNXI_CCU_MUX(_shift, _width) \ argument
40 _SUNXI_CCU_MUX_TABLE(_shift, _width, NULL)
50 _reg, _shift, _width, _gate, \ argument
54 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
67 _width, _gate, _flags) \ argument
70 _width, _gate, _flags, \
74 _reg, _shift, _width, _gate, \ argument
78 _width, _gate, _flags, 0)
81 _shift, _width, _gate, _flags) \ argument
83 _reg, _shift, _width, _gate, \
86 #define SUNXI_CCU_MUX(_struct, _name, _parents, _reg, _shift, _width, \ argument
89 _reg, _shift, _width, 0, _flags)
92 _shift, _width, _gate, _flags) \ argument
95 .mux = _SUNXI_CCU_MUX(_shift, _width), \
106 _shift, _width, _flags) \ argument
108 _shift, _width, 0, _flags)
111 _shift, _width, _gate, _flags) \ argument
114 .mux = _SUNXI_CCU_MUX(_shift, _width), \