Lines Matching refs:_width
43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument
46 .width = _width, \
51 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument
52 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0)
54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
57 .width = _width, \
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)
69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
70 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, 0)
72 #define _SUNXI_CCU_DIV_OFFSET(_shift, _width, _offset) \ argument
73 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _offset, 0, 0)
75 #define _SUNXI_CCU_DIV(_shift, _width) \ argument
76 _SUNXI_CCU_DIV_FLAGS(_shift, _width, 0)
88 _shift, _width, \ argument
91 .div = _SUNXI_CCU_DIV_TABLE(_shift, _width, \
105 _shift, _width, \ argument
108 _shift, _width, _table, 0, \
112 _shift, _width, \ argument
115 .div = _SUNXI_CCU_DIV_TABLE(_shift, _width, \