/SCP-firmware-master/product/sgi575/include/ |
A D | scp_sgi575_mmap.h | 78 #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 D | sgi575_core.h | 24 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 D | n1sdp_scp_mmap.h | 163 #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 D | n1sdp_core.h | 17 unsigned int n1sdp_core_get_core_per_cluster_count(unsigned int cluster);
|
/SCP-firmware-master/product/synquacer/include/ |
A D | synquacer_mmap.h | 42 #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 D | synquacer_pik.h | 44 #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 D | morello_scp_mmap.h | 175 #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 D | morello_core.h | 17 unsigned int morello_core_get_core_per_cluster_count(unsigned int cluster);
|
/SCP-firmware-master/product/rdv1/include/ |
A D | platform_core.h | 24 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 D | platform_core.h | 24 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 D | rdn1e1_core.h | 25 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 D | tc0_core.h | 24 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 D | n1sdp_core.c | 14 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 D | morello_core.c | 14 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 D | platform_core.h | 60 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 D | synquacer_pd.h | 23 #define DEV_BMAP_CA53(cluster) (1 << (cluster + 16)) argument
|
/SCP-firmware-master/module/scmi_perf/doc/ |
A D | perf_plugins_handler.md | 109 Performance while having fewer physical domains (DVFS on a cluster-basis or a
|
/SCP-firmware-master/ |
A D | change_log.md | 355 - tc0: Add support for Theodul cluster
|