Searched refs:SCP_BOOT_CFG_ADDR (Results 1 – 5 of 5) sorted by relevance
49 scp_boot_config = mmio_read_32(SCP_BOOT_CFG_ADDR); in bl2_early_platform_setup()56 mmio_write_32(SCP_BOOT_CFG_ADDR, scp_boot_config); in bl2_platform_setup()
68 scp_boot_config = mmio_read_32(SCP_BOOT_CFG_ADDR); in bl2_early_platform_setup()87 mmio_write_32(SCP_BOOT_CFG_ADDR, scp_boot_config); in bl2_platform_setup()
92 ldr r1, =SCP_BOOT_CFG_ADDR
111 ldr x1, =SCP_BOOT_CFG_ADDR
89 #define SCP_BOOT_CFG_ADDR PLAT_CSS_SCP_COM_SHARED_MEM_BASE macro