Lines Matching refs:_width
51 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument
54 .width = _width, \
59 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument
60 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0)
62 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
65 .width = _width, \
71 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
72 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags)
74 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument
75 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, 0, _flags)
77 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
78 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, 0)
80 #define _SUNXI_CCU_DIV_OFFSET(_shift, _width, _offset) \ argument
81 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _offset, 0, 0)
83 #define _SUNXI_CCU_DIV(_shift, _width) \ argument
84 _SUNXI_CCU_DIV_FLAGS(_shift, _width, 0)
96 _shift, _width, \ argument
99 .div = _SUNXI_CCU_DIV_TABLE(_shift, _width, \
113 _shift, _width, \ argument
116 _shift, _width, _table, 0, \