Searched refs:_count (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/include/lib/cpus/aarch32/ |
| H A D | cpu_macros.S | 26 .macro fill_constants _count:req, _this, _rest:vararg 27 .ifgt \_count 36 fill_constants \_count-1, \_rest 38 fill_constants \_count-1, \_this
|
| /rk3399_ARM-atf/include/common/ |
| H A D | asm_macros_common.S | 112 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN 123 .space ((\_count) * (\_size)), 0
|
| /rk3399_ARM-atf/drivers/scmi-msg/ |
| H A D | clock.h | 195 #define SCMI_CLOCK_DESCRIBE_RATES_NUM_RATES_FLAGS(_count, _fmt, _rem_rates) \ argument 197 ((_count) & SCMI_CLOCK_DESCRIBE_RATES_COUNT_MASK) | \
|
| /rk3399_ARM-atf/include/lib/cpus/aarch64/ |
| H A D | cpu_macros.S | 27 .macro fill_constants _count:req, _this, _rest:vararg 28 .ifgt \_count 37 fill_constants \_count-1, \_rest 39 fill_constants \_count-1, \_this
|