Lines Matching refs:_shift
32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument
34 .shift = _shift, \
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), \
66 _table, _reg, _shift, \ argument
69 _table, _reg, _shift, \
74 _reg, _shift, _width, _gate, \ argument
77 _table, _reg, _shift, \
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), \