Searched refs:_table (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_div.h | 43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 48 .table = _table, \ 51 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument 52 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0) 90 _table, _gate, _flags) \ argument 93 _table), \ 107 _table, _flags) \ argument 109 _shift, _width, _table, 0, \ 113 _parents, _table, \ argument 121 .mux = _SUNXI_CCU_MUX_TABLE(_muxshift, _muxwidth, _table), \
|
| A D | ccu_sdm.h | 42 #define _SUNXI_CCU_SDM(_table, _enable, \ argument 45 .table = _table, \ 46 .table_size = ARRAY_SIZE(_table), \
|
| A D | ccu_mux.h | 40 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument 44 .table = _table, \ 76 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ argument 81 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_regulator.h | 104 .vtable = (int *)&table_name##_table, \
|
Completed in 9 milliseconds