Searched refs:_count (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a/include/lib/cpus/aarch32/ |
A D | cpu_macros.S | 94 .macro fill_constants _count:req, _this, _rest:vararg 95 .ifgt \_count 104 fill_constants \_count-1, \_rest 106 fill_constants \_count-1, \_this
|
/trusted-firmware-a/include/common/ |
A 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/include/lib/cpus/aarch64/ |
A D | cpu_macros.S | 105 .macro fill_constants _count:req, _this, _rest:vararg 106 .ifgt \_count 115 fill_constants \_count-1, \_rest 117 fill_constants \_count-1, \_this
|
/trusted-firmware-a/drivers/scmi-msg/ |
A 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/docs/build/latex/ |
A D | trustedfirmware-a.tex | 32119 A platform must export the \sphinxcode{\sphinxupquote{plat\_get\_aff\_count()}} and 32181 \sphinxcode{\sphinxupquote{plat\_get\_aff\_count()}} and \sphinxcode{\sphinxupquote{plat\_get\_aff\… 62748 Also, a new API \sphinxcode{\sphinxupquote{plat\_arm\_get\_cpu\_pe\_count}} is added when \sphinxco…
|
Completed in 96 milliseconds