Searched refs:NAME (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/include/lib/per_cpu/ |
| H A D | per_cpu.h | 29 #define PER_CPU_DECLARE(TYPE, NAME) \ argument 30 extern typeof(TYPE) NAME 33 #define PER_CPU_DEFINE(TYPE, NAME) \ argument 34 typeof(TYPE) NAME \ 38 #define PER_CPU_BY_INDEX(NAME, CPU) \ argument 39 ((__typeof__(&(NAME))) \ 40 (per_cpu_by_index_compute((CPU), (const void *)&(NAME)))) 43 #define PER_CPU_CUR(NAME) \ argument 44 ((__typeof__(&(NAME))) \ 45 (per_cpu_cur_compute((const void *)&(NAME))))
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/ |
| H A D | pmu.h | 72 #define SAVE_QOS(array, NAME) \ argument 73 RK3399_CPU_AXI_SAVE_QOS(array, CPU_AXI_##NAME##_QOS_BASE) 74 #define RESTORE_QOS(array, NAME) \ argument 75 RK3399_CPU_AXI_RESTORE_QOS(array, CPU_AXI_##NAME##_QOS_BASE)
|
| /rk3399_ARM-atf/plat/rockchip/px30/drivers/pmu/ |
| H A D | pmu.h | 326 #define SAVE_QOS(array, NAME) \ argument 327 PX30_CPU_AXI_SAVE_QOS(array, CPU_AXI_##NAME##_QOS_BASE) 328 #define RESTORE_QOS(array, NAME) \ argument 329 PX30_CPU_AXI_RESTORE_QOS(array, CPU_AXI_##NAME##_QOS_BASE)
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 135 group_new(NAME mem_conf) 136 group_add(NAME mem_conf TYPE DEFINE KEY MEM_SIZE VAL 1024) 137 group_add(NAME mem_conf TYPE CONFIG DEFINE KEY MEM_TYPE VAL dram) 138 group_add(NAME mem_conf TYPE CFLAG KEY -Os) 140 stgt_create(NAME fw1) 141 stgt_add_setting(NAME fw1 GROUPS mem_conf) 142 stgt_set_target(NAME fw1 TYPE exe) 144 stgt_add_src(NAME fw1 SRC 148 stgt_add_src_cond(NAME fw1 KEY MEM_TYPE VAL dram SRC
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inflate.h | 27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
|
| H A D | inflate.c | 747 state->mode = NAME; in inflate() 749 case NAME: in inflate()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | numa-per-cpu.rst | 118 - ``PER_CPU_DECLARE(TYPE, NAME)`` 123 - ``PER_CPU_DEFINE(TYPE, NAME)`` 134 - ``PER_CPU_BY_INDEX(NAME, CPU)`` 136 Returns a pointer to the per-CPU object ``NAME`` for the specified CPU by 139 - ``PER_CPU_CUR(NAME)`` 141 Returns a pointer to the per-CPU object ``NAME`` for the current CPU.
|