Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu_div.h46 .width = _width, \
52 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0)
57 .width = _width, \
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)
75 #define _SUNXI_CCU_DIV(_shift, _width) \ argument
76 _SUNXI_CCU_DIV_FLAGS(_shift, _width, 0)
92 .div = _SUNXI_CCU_DIV_TABLE(_shift, _width, \
106 _shift, _width, \ argument
[all …]
A Dccu_mux.h40 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument
43 .width = _width, \
47 #define _SUNXI_CCU_MUX(_shift, _width) \ argument
48 _SUNXI_CCU_MUX_TABLE(_shift, _width, NULL)
60 _reg, _shift, _width, \ argument
64 .mux = _SUNXI_CCU_MUX(_shift, _width), \
77 _reg, _shift, _width, _gate, \ argument
81 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
92 _shift, _width, _gate, _flags) \ argument
94 _reg, _shift, _width, _gate, \
[all …]
A Dccu_mult.h18 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
24 .width = _width, \
27 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument
28 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, 1, _min, 0)
30 #define _SUNXI_CCU_MULT_OFFSET(_shift, _width, _offset) \ argument
31 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, 1, 0)
33 #define _SUNXI_CCU_MULT(_shift, _width) \ argument
34 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, 1, 1, 0)
A Dccu_phase.h20 #define SUNXI_CCU_PHASE(_struct, _name, _parent, _reg, _shift, _width, _flags) \ argument
23 .width = _width, \

Completed in 6 milliseconds