Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 18 of 18) sorted by relevance

/SCP-firmware-master/product/sgi575/include/
A Dscp_sgi575_mmap.h78 #define SCP_MHU_SCP_AP_NS(cluster) (SCP_MHU_AP_BASE + \ argument
79 (0x10000 * cluster) + 0x020)
80 #define SCP_MHU_AP_SCP_NS(cluster) (SCP_MHU_AP_BASE + \ argument
81 (0x10000 * cluster) + 0x120)
82 #define SCP_MHU_SCP_AP_S(cluster) (SCP_MHU_AP_BASE + \ argument
83 (0x10000 * cluster) + 0x200)
84 #define SCP_MHU_AP_SCP_S(cluster) (SCP_MHU_AP_BASE + \ argument
85 (0x10000 * cluster) + 0x300)
A Dsgi575_core.h24 unsigned int cluster) in sgi575_core_get_core_per_cluster_count() argument
26 fwk_assert(cluster < sgi575_core_get_cluster_count()); in sgi575_core_get_core_per_cluster_count()
/SCP-firmware-master/product/n1sdp/include/
A Dn1sdp_scp_mmap.h163 #define MHU_SCP_TO_AP_NS(cluster) ((SCP_MHU_AP_BASE + \ argument
164 (0x00010000 * cluster) + 0x00000020))
165 #define MHU_AP_TO_SCP_NS(cluster) ((SCP_MHU_AP_BASE + \ argument
166 (0x00010000 * cluster) + 0x00000120))
167 #define MHU_SCP_TO_AP_S(cluster) ((SCP_MHU_AP_BASE + \ argument
168 (0x00010000 * cluster) + 0x00000200))
169 #define MHU_AP_TO_SCP_S(cluster) ((SCP_MHU_AP_BASE + \ argument
170 (0x00010000 * cluster) + 0x00000300))
A Dn1sdp_core.h17 unsigned int n1sdp_core_get_core_per_cluster_count(unsigned int cluster);
/SCP-firmware-master/product/synquacer/include/
A Dsynquacer_mmap.h42 #define MHU_SCP_TO_AP_NS(cluster) \ argument
43 ((uintptr_t)(MHU_AP_BASE + 0x00010000 * cluster + 0x00000020))
44 #define MHU_AP_TO_SCP_NS(cluster) \ argument
45 ((uintptr_t)(MHU_AP_BASE + 0x00010000 * cluster + 0x00000120))
46 #define MHU_SCP_TO_AP_S(cluster) \ argument
47 ((uintptr_t)(MHU_AP_BASE + 0x00010000 * cluster + 0x00000200))
48 #define MHU_AP_TO_SCP_S(cluster) \ argument
49 ((uintptr_t)(MHU_AP_BASE + 0x00010000 * cluster + 0x00000300))
59 #define MHU_PAYLOAD_S_CLUSTER_BASE(cluster) \ argument
60 (MHU_PAYLOAD_S_BASE + MHU_CLUSTER_PAYLOAD_INTERVAL * cluster)
A Dsynquacer_pik.h44 #define PPU_CPU_BASE(cluster, core) \ argument
45 (PPU_AP_CLUSTER_BASE((cluster)) + 0x1000 + \
61 #define PPU_CPU(cluster, core) \ argument
62 ((struct ppu_v0_reg *)PPU_CPU_BASE(cluster, core))
/SCP-firmware-master/product/morello/include/
A Dmorello_scp_mmap.h175 #define MHU_SCP_TO_AP_NS(cluster) \ argument
176 ((SCP_MHU_AP_BASE + (0x00010000 * cluster) + 0x00000020))
177 #define MHU_AP_TO_SCP_NS(cluster) \ argument
178 ((SCP_MHU_AP_BASE + (0x00010000 * cluster) + 0x00000120))
179 #define MHU_SCP_TO_AP_S(cluster) \ argument
180 ((SCP_MHU_AP_BASE + (0x00010000 * cluster) + 0x00000200))
181 #define MHU_AP_TO_SCP_S(cluster) \ argument
182 ((SCP_MHU_AP_BASE + (0x00010000 * cluster) + 0x00000300))
A Dmorello_core.h17 unsigned int morello_core_get_core_per_cluster_count(unsigned int cluster);
/SCP-firmware-master/product/rdv1/include/
A Dplatform_core.h24 unsigned int cluster) in platform_core_get_core_per_cluster_count() argument
26 fwk_assert(cluster < platform_core_get_cluster_count()); in platform_core_get_core_per_cluster_count()
/SCP-firmware-master/product/rdv1mc/include/
A Dplatform_core.h24 unsigned int cluster) in platform_core_get_core_per_cluster_count() argument
26 fwk_assert(cluster < platform_core_get_cluster_count()); in platform_core_get_core_per_cluster_count()
/SCP-firmware-master/product/rdn1e1/include/
A Drdn1e1_core.h25 unsigned int cluster) in rdn1e1_core_get_core_per_cluster_count() argument
27 fwk_assert(cluster < rdn1e1_core_get_cluster_count()); in rdn1e1_core_get_core_per_cluster_count()
/SCP-firmware-master/product/tc0/include/
A Dtc0_core.h24 unsigned int cluster) in tc0_core_get_core_per_cluster_count() argument
26 fwk_assert(cluster < tc0_core_get_cluster_count()); in tc0_core_get_core_per_cluster_count()
/SCP-firmware-master/product/n1sdp/src/
A Dn1sdp_core.c14 unsigned int n1sdp_core_get_core_per_cluster_count(unsigned int cluster) in n1sdp_core_get_core_per_cluster_count() argument
16 fwk_assert(cluster < n1sdp_core_get_cluster_count()); in n1sdp_core_get_core_per_cluster_count()
/SCP-firmware-master/product/morello/src/
A Dmorello_core.c14 unsigned int morello_core_get_core_per_cluster_count(unsigned int cluster) in morello_core_get_core_per_cluster_count() argument
16 assert(cluster < morello_core_get_cluster_count()); in morello_core_get_core_per_cluster_count()
/SCP-firmware-master/product/rdn2/include/
A Dplatform_core.h60 unsigned int cluster) in platform_get_core_per_cluster_count() argument
62 fwk_assert(cluster < platform_get_cluster_count()); in platform_get_core_per_cluster_count()
/SCP-firmware-master/product/synquacer/module/synquacer_system/include/internal/
A Dsynquacer_pd.h23 #define DEV_BMAP_CA53(cluster) (1 << (cluster + 16)) argument
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md109 Performance while having fewer physical domains (DVFS on a cluster-basis or a
/SCP-firmware-master/
A Dchange_log.md355 - tc0: Add support for Theodul cluster

Completed in 24 milliseconds