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), \
65 _shift, _width, _gate, _flags) \ argument
67 _reg, _shift, _width, _gate, \
70 #define SUNXI_CCU_MUX(_struct, _name, _parents, _reg, _shift, _width, \ argument
73 _reg, _shift, _width, 0, _flags)
76 _shift, _width, _gate, _flags) \ argument
79 .mux = _SUNXI_CCU_MUX(_shift, _width), \
90 _shift, _width, _flags) \ argument
92 _shift, _width, 0, _flags)
95 _shift, _width, _gate, _flags) \ argument
98 .mux = _SUNXI_CCU_MUX(_shift, _width), \