/SCP-firmware-master/product/sgi575/scp_ramfw/ |
A D | config_system_pll.c | 25 .status_reg = (void *)&PIK_SCP->PLL_STATUS[1], 37 .status_reg = (void *)&PIK_SCP->PLL_STATUS[1], 49 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0], 61 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0], 73 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0],
|
A D | config_sds.c | 93 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|
A D | config_pik_clock.c | 238 .control_reg = &PIK_SCP->CORECLK_CTRL, 239 .divsys_reg = &PIK_SCP->CORECLK_DIV1,
|
/SCP-firmware-master/product/rdn1e1/scp_ramfw/ |
A D | config_system_pll.c | 25 .status_reg = (void *)&PIK_SCP->PLL_STATUS[1], 37 .status_reg = (void *)&PIK_SCP->PLL_STATUS[1], 49 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0], 61 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0], 73 .status_reg = (void *)&PIK_SCP->PLL_STATUS[0],
|
A D | config_sds.c | 79 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|
/SCP-firmware-master/product/sgm776/scp_romfw/ |
A D | config_system_pll.c | 26 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 39 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 52 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 65 .status_reg = (void *)&PIK_SCP->PLL_STATUS0,
|
A D | config_sds.c | 93 .payload = (const void *)&PIK_SCP->RESET_SYNDROME,
|
/SCP-firmware-master/product/sgm775/scp_ramfw/ |
A D | config_system_pll.c | 27 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 40 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 53 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 66 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 79 .status_reg = (void *)&PIK_SCP->PLL_STATUS0,
|
/SCP-firmware-master/product/sgm776/scp_ramfw/ |
A D | config_system_pll.c | 27 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 40 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 53 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 66 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 79 .status_reg = (void *)&PIK_SCP->PLL_STATUS0,
|
/SCP-firmware-master/product/sgm775/scp_romfw/ |
A D | config_system_pll.c | 27 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 40 .status_reg = (void *)&PIK_SCP->PLL_STATUS1, 53 .status_reg = (void *)&PIK_SCP->PLL_STATUS0, 78 .status_reg = (void *)&PIK_SCP->PLL_STATUS0,
|
A D | config_sds.c | 91 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|
/SCP-firmware-master/product/sgi575/include/ |
A D | scp_sgi575_pik.h | 17 #define PIK_SCP ((struct pik_scp_reg *) SCP_PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/rdn1e1/include/ |
A D | scp_rdn1e1_pik.h | 17 #define PIK_SCP ((struct pik_scp_reg *) SCP_PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/n1sdp/include/ |
A D | n1sdp_scp_pik.h | 19 #define PIK_SCP ((struct pik_scp_reg *)SCP_PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/morello/include/ |
A D | morello_scp_pik.h | 21 #define PIK_SCP ((struct pik_scp_reg *)SCP_PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/sgm775/include/ |
A D | sgm775_pik.h | 25 #define PIK_SCP ((struct pik_scp_reg *) PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/sgm776/include/ |
A D | sgm776_pik.h | 25 #define PIK_SCP ((struct pik_scp_reg *) PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/ |
A D | synquacer_init.c | 52 while ((PIK_SCP->PLL_STATUS[1] & pll_mask) != pll_mask || in fw_clock_pll_init() 53 (PIK_SCP->PLL_STATUS[9] & pll_mask) != pll_mask) in fw_clock_pll_init() 61 while ((PIK_SCP->PLL_STATUS[0] & pll_mask) != pll_mask) in pll_init()
|
/SCP-firmware-master/product/synquacer/scp_romfw/ |
A D | config_synquacer_pik_clock.c | 122 .control_reg = &PIK_SCP->CORECLK_CNTRL, 123 .divsys_reg = &PIK_SCP->CORECLK_DIV1, 134 .control_reg = &PIK_SCP->ACLK_CNTRL, 135 .divsys_reg = &PIK_SCP->ACLK_DIV1,
|
/SCP-firmware-master/product/synquacer/include/ |
A D | synquacer_pik.h | 48 #define PIK_SCP ((pik_scp_reg_t *)PIK_SCP_BASE) macro
|
/SCP-firmware-master/product/morello/module/morello_system/src/ |
A D | mod_morello_system.c | 146 uint32_t status = PIK_SCP->CPU_PPU_INT_STATUS[0]; in ppu_cores_isr() 163 uint32_t status = PIK_SCP->CLUS_PPU_INT_STATUS; in ppu_clusters_isr() 247 PIK_SCP->ADDR_TRANS = addr_trans_reg; in morello_system_enable_ap_memory_access() 255 PIK_SCP->ADDR_TRANS &= ~ADDR_TRANS_EN; in morello_system_disable_ap_memory_access()
|
/SCP-firmware-master/product/morello/scp_ramfw_soc/ |
A D | config_sds.c | 76 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/ |
A D | mod_n1sdp_system.c | 152 uint32_t status = PIK_SCP->CPU_PPU_INT_STATUS[0]; in ppu_cores_isr() 170 uint32_t status = PIK_SCP->CLUS_PPU_INT_STATUS; in ppu_clusters_isr() 252 PIK_SCP->ADDR_TRANS = addr_trans_reg; in n1sdp_system_enable_ap_memory_access() 260 PIK_SCP->ADDR_TRANS &= ~ADDR_TRANS_EN; in n1sdp_system_disable_ap_memory_access()
|
/SCP-firmware-master/product/n1sdp/scp_ramfw/ |
A D | config_sds.c | 79 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|
/SCP-firmware-master/product/morello/scp_ramfw_fvp/ |
A D | config_sds.c | 82 .payload = (void *)(&PIK_SCP->RESET_SYNDROME),
|