Home
last modified time | relevance | path

Searched refs:PPU_CLUS_NAME_SIZE (Results 1 – 14 of 14) sorted by relevance

/SCP-firmware-master/product/tc1/scp_romfw/
A Dconfig_ppu_v1.c32 #define PPU_CLUS_NAME_SIZE 6 macro
97 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in tc1_ppu_v1_get_element_table()
102 (void)snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS0"); in tc1_ppu_v1_get_element_table()
/SCP-firmware-master/product/tc2/scp_romfw/
A Dconfig_ppu_v1.c33 #define PPU_CLUS_NAME_SIZE 6 macro
97 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in tc2_ppu_v1_get_element_table()
102 (void)snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS0"); in tc2_ppu_v1_get_element_table()
/SCP-firmware-master/product/tc0/scp_romfw/
A Dconfig_ppu_v1.c32 #define PPU_CLUS_NAME_SIZE 6 macro
104 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in tc0_ppu_v1_get_element_table()
108 snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS0"); in tc0_ppu_v1_get_element_table()
/SCP-firmware-master/product/rdn2/scp_ramfw/
A Dconfig_ppu_v1.c30 #define PPU_CLUS_NAME_SIZE 7 macro
108 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
111 (char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", cluster_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdv1/scp_ramfw/
A Dconfig_ppu_v1.c30 #define PPU_CLUS_NAME_SIZE 7 macro
116 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
119 (char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", cluster_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/sgi575/scp_ramfw/
A Dconfig_ppu_v1.c32 #define PPU_CLUS_NAME_SIZE 6 macro
119 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
121 snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdn1e1/scp_ramfw/
A Dconfig_ppu_v1.c32 #define PPU_CLUS_NAME_SIZE 6 macro
119 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
121 snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", in ppu_v1_get_element_table()
/SCP-firmware-master/product/morello/scp_ramfw_fvp/
A Dconfig_ppu_v1.c34 #define PPU_CLUS_NAME_SIZE 8 macro
135 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
141 PPU_CLUS_NAME_SIZE, in ppu_v1_get_element_table()
/SCP-firmware-master/product/rdv1mc/scp_ramfw/
A Dconfig_ppu_v1.c30 #define PPU_CLUS_NAME_SIZE 6 macro
122 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
127 (char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", cluster_idx); in ppu_v1_get_element_table()
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_ppu_v1.c36 #define PPU_CLUS_NAME_SIZE 8 macro
125 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
127 snprintf((char *)element->name, PPU_CLUS_NAME_SIZE, "CLUS%u", in ppu_v1_get_element_table()
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_ppu_v1.c36 #define PPU_CLUS_NAME_SIZE 8 macro
166 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
173 PPU_CLUS_NAME_SIZE, in ppu_v1_get_element_table()
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_ppu_v1.c30 #define PPU_CLUS_NAME_SIZE 6 macro
123 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
/SCP-firmware-master/product/tc1/scp_ramfw/
A Dconfig_ppu_v1.c30 #define PPU_CLUS_NAME_SIZE 6 macro
115 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_ppu_v1.c31 #define PPU_CLUS_NAME_SIZE 6 macro
116 element->name = fwk_mm_alloc(PPU_CLUS_NAME_SIZE, 1); in ppu_v1_get_element_table()

Completed in 18 milliseconds