Lines Matching refs:_flags
43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument
47 .flags = _flags, \
54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
58 .flags = _flags, \
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
64 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags)
66 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument
67 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, 0, _flags)
89 _table, _gate, _flags) \ argument
99 _flags), \
106 _table, _flags) \ argument
109 _flags)
116 _gate, _flags) \ argument
126 _flags), \
132 _gate, _flags) \ argument
137 _gate, _flags)
141 _flags) \ argument
146 0, _flags)
151 _flags) \ argument
160 _flags), \
165 _flags) \ argument
167 _mshift, _mwidth, 0, _flags)