Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 49) sorted by relevance

12

/trusted-firmware-a/plat/rockchip/rk3399/drivers/pmu/
A Dpmu.h72 #define SAVE_QOS(array, NAME) \ argument
74 #define RESTORE_QOS(array, NAME) \ argument
77 #define RK3399_CPU_AXI_SAVE_QOS(array, base) do { \ argument
78 array[0] = mmio_read_32(base + CPU_AXI_QOS_ID_COREID); \
80 array[2] = mmio_read_32(base + CPU_AXI_QOS_PRIORITY); \
81 array[3] = mmio_read_32(base + CPU_AXI_QOS_MODE); \
82 array[4] = mmio_read_32(base + CPU_AXI_QOS_BANDWIDTH); \
87 #define RK3399_CPU_AXI_RESTORE_QOS(array, base) do { \ argument
88 mmio_write_32(base + CPU_AXI_QOS_ID_COREID, array[0]); \
90 mmio_write_32(base + CPU_AXI_QOS_PRIORITY, array[2]); \
[all …]
/trusted-firmware-a/plat/rockchip/px30/drivers/pmu/
A Dpmu.h306 #define PX30_CPU_AXI_SAVE_QOS(array, base) do { \ argument
307 array[0] = mmio_read_32(base + CPU_AXI_QOS_ID_COREID); \
309 array[2] = mmio_read_32(base + CPU_AXI_QOS_PRIORITY); \
310 array[3] = mmio_read_32(base + CPU_AXI_QOS_MODE); \
311 array[4] = mmio_read_32(base + CPU_AXI_QOS_BANDWIDTH); \
316 #define PX30_CPU_AXI_RESTORE_QOS(array, base) do { \ argument
319 mmio_write_32(base + CPU_AXI_QOS_PRIORITY, array[2]); \
320 mmio_write_32(base + CPU_AXI_QOS_MODE, array[3]); \
326 #define SAVE_QOS(array, NAME) \ argument
327 PX30_CPU_AXI_SAVE_QOS(array, CPU_AXI_##NAME##_QOS_BASE)
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dunderscore-1.13.1.js1248 if (predicate(array[index], index, array)) return index;
1672 if (array == null || array.length < 1) return n == null || guard ? void 0 : [];
1674 return initial(array, array.length - n);
1687 if (array == null || array.length < 1) return n == null || guard ? void 0 : [];
1688 if (n == null || guard) return array[array.length - 1];
1689 return rest(array, Math.max(0, array.length - n));
1693 function compact(array) { argument
1732 var value = array[i],
1761 var item = array[i];
1774 function unzip(array) { argument
[all …]
/trusted-firmware-a/tools/marvell/doimage/secure/
A Dsec_img_7K.cfg5 # CSK keys array - 16 entries total.
14 # index of CSK key in the array. Valid range is 0 to 15
26 # SecureBootControl and EfuseBurnControl registers array
A Dsec_img_8K.cfg5 # CSK keys array - 16 entries total.
14 # index of CSK key in the array. Valid range is 0 to 15
26 # SecureBootControl and EfuseBurnControl registers array
/trusted-firmware-a/docs/design/
A Dpsci-pd-tree.rst55 removed. A platform must define an array of unsigned chars such that:
57 #. The first entry in the array specifies the number of power domains at the
65 #. The size of the array minus the first entry will be equal to the number of
68 #. The value in each entry in the array is used to find the number of entries
70 all the entries at a level specifies the number of entries in the array for
110 This tree is defined by the platform as the array described above as follows:
143 relationship allows the core nodes to be allocated in a separate array
145 core in the array is the same as the return value from these APIs.
275 The ``psci_non_cpu_pd_nodes`` array will be populated as follows. The value in
296 Each core can find its node in the ``psci_cpu_pd_nodes`` array using the
A Dauth-framework.rst607 A CoT is defined as an array of pointers to ``auth_image_desc_t`` structures
625 This CoT consists of an array of pointers to image descriptors and it is
627 ``cot_desc`` must be the name of the array (passing a pointer or any other
652 CoT array, so the descriptors location in the array must match the identifiers.
673 - ``img_auth_methods``: this points to an array which defines the
701 - ``authenticated_data``: this array pointer indicates what authentication
873 is created in the ``authenticated_data`` array for that purpose. In that entry,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dpsci-pd-tree.rst.txt55 removed. A platform must define an array of unsigned chars such that:
57 #. The first entry in the array specifies the number of power domains at the
65 #. The size of the array minus the first entry will be equal to the number of
68 #. The value in each entry in the array is used to find the number of entries
70 all the entries at a level specifies the number of entries in the array for
110 This tree is defined by the platform as the array described above as follows:
143 relationship allows the core nodes to be allocated in a separate array
145 core in the array is the same as the return value from these APIs.
275 The ``psci_non_cpu_pd_nodes`` array will be populated as follows. The value in
296 Each core can find its node in the ``psci_cpu_pd_nodes`` array using the
A Dauth-framework.rst.txt607 A CoT is defined as an array of pointers to ``auth_image_desc_t`` structures
625 This CoT consists of an array of pointers to image descriptors and it is
627 ``cot_desc`` must be the name of the array (passing a pointer or any other
652 CoT array, so the descriptors location in the array must match the identifiers.
673 - ``img_auth_methods``: this points to an array which defines the
701 - ``authenticated_data``: this array pointer indicates what authentication
873 is created in the ``authenticated_data`` array for that purpose. In that entry,
/trusted-firmware-a/include/drivers/st/
A Dstm32mp_clkfunc.h23 uint32_t *array);
/trusted-firmware-a/drivers/st/clk/
A Dstm32mp_clkfunc.c183 uint32_t *array) in fdt_rcc_read_uint32_array() argument
197 return fdt_read_uint32_array(fdt, node, prop_name, count, array); in fdt_rcc_read_uint32_array()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dras.rst.txt116 The platform is expected populate an array using the macros above, and register
118 passing it the name of the array describing the records. Note that the macro
119 must be used in the same file where the array is defined.
158 The platform is expected to define an array of ``struct ras_interrupt``, and
160 ``REGISTER_RAS_INTERRUPTS()``, passing it the name of the array. Note that the
161 macro must be used in the same file where the array is defined.
163 The array of ``struct ras_interrupt`` must be sorted in the increasing order of
218 sorted array of interrupts to look up the error record information associated
A Dffa-manifest-binding.rst.txt34 - value type: <prop-encoded-array>
35 - An array consisting of 4 <u32> values, identifying the UUID of the service
150 - value type: <prop-encoded-array>
202 - value type: <prop-encoded-array>
226 - value type: <prop-encoded-array>
232 - value type: <prop-encoded-array>
A Dexception-handling.rst.txt210 The platform expresses the chosen priority levels by declaring an array of
211 priority level descriptors. Each entry in the array is of type
217 The macro ``EHF_PRI_DESC()`` installs the descriptors in the array at a
218 computed index, and not necessarily where the macro is placed in the array.
219 The size of the array might therefore be larger than what it appears to be.
221 array.
223 Finally, this array of descriptors is exposed to |EHF| via the
606 priority scheme, the size of descriptor array exposed with
A Dsdei.rst.txt97 - There must be exactly one descriptor in the private array, and none in the
98 shared array.
104 - Explicit events should only be used in the private array.
/trusted-firmware-a/docs/components/
A Dras.rst116 The platform is expected populate an array using the macros above, and register
118 passing it the name of the array describing the records. Note that the macro
119 must be used in the same file where the array is defined.
158 The platform is expected to define an array of ``struct ras_interrupt``, and
160 ``REGISTER_RAS_INTERRUPTS()``, passing it the name of the array. Note that the
161 macro must be used in the same file where the array is defined.
163 The array of ``struct ras_interrupt`` must be sorted in the increasing order of
218 sorted array of interrupts to look up the error record information associated
A Dffa-manifest-binding.rst34 - value type: <prop-encoded-array>
35 - An array consisting of 4 <u32> values, identifying the UUID of the service
150 - value type: <prop-encoded-array>
202 - value type: <prop-encoded-array>
226 - value type: <prop-encoded-array>
232 - value type: <prop-encoded-array>
A Dexception-handling.rst210 The platform expresses the chosen priority levels by declaring an array of
211 priority level descriptors. Each entry in the array is of type
217 The macro ``EHF_PRI_DESC()`` installs the descriptors in the array at a
218 computed index, and not necessarily where the macro is placed in the array.
219 The size of the array might therefore be larger than what it appears to be.
221 array.
223 Finally, this array of descriptors is exposed to |EHF| via the
606 priority scheme, the size of descriptor array exposed with
A Dsdei.rst97 - There must be exactly one descriptor in the private array, and none in the
98 shared array.
104 - Explicit events should only be used in the private array.
/trusted-firmware-a/common/
A Dfdt_wrappers.c79 uint32_t array[2] = {0, 0}; in fdt_read_uint64() local
82 ret = fdt_read_uint32_array(dtb, node, prop_name, 2, array); in fdt_read_uint64()
87 *value = ((uint64_t)array[0] << 32) | array[1]; in fdt_read_uint64()
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_scmi.c262 unsigned long *array, size_t *nb_elts) in plat_scmi_clock_rates_array() argument
274 if (array == NULL) { in plat_scmi_clock_rates_array()
277 *array = stm32mp_clk_get_rate(clock->clock_id); in plat_scmi_clock_rates_array()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Damu-bindings.rst.txt44 | | | | the ``reg`` property array of |
62 | ``reg`` | R | array | Represents the counter register |
/trusted-firmware-a/docs/components/fconf/
A Damu-bindings.rst44 | | | | the ``reg`` property array of |
62 | ``reg`` | R | array | Represents the counter register |
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dfconf_bl1_load_config.puml28 in global dtb_infos array.
/trusted-firmware-a/plat/allwinner/common/
A Darisc_off.S12 # The encoded instructions go into an array defined in

Completed in 120 milliseconds

12