Searched refs:_count (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a-latest/include/lib/cpus/aarch32/ |
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
|
/trusted-firmware-a-latest/include/common/ |
D | asm_macros_common.S | 98 .macro declare_stack _name, _section, _size, _count, _align=DEFAULT_STACK_ALIGN 109 .space ((\_count) * (\_size)), 0
|
/trusted-firmware-a-latest/drivers/scmi-msg/ |
D | clock.h | 125 #define SCMI_CLOCK_DESCRIBE_RATES_NUM_RATES_FLAGS(_count, _fmt, _rem_rates) \ argument 127 ((_count) & SCMI_CLOCK_DESCRIBE_RATES_COUNT_MASK) | \
|
/trusted-firmware-a-latest/include/lib/cpus/aarch64/ |
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
|