Home
last modified time | relevance | path

Searched refs:PLAT_GICD_BASE (Results 1 – 9 of 9) sorted by relevance

/external/arm-trusted-firmware/plat/intel/soc/common/include/
Dplatform_def.h159 #define PLAT_GICD_BASE (PLAT_GIC_BASE + 0x1000) macro
187 #define PLAT_INTEL_SOCFPGA_GICD_BASE PLAT_GICD_BASE
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mq/include/
Dplatform_def.h40 #define PLAT_GICD_BASE U(0x38800000) macro
88 #define IMX_GIC_BASE PLAT_GICD_BASE
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mn/include/
Dplatform_def.h49 #define PLAT_GICD_BASE U(0x38800000) macro
94 #define IMX_GIC_BASE PLAT_GICD_BASE
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mm/include/
Dplatform_def.h63 #define PLAT_GICD_BASE U(0x38800000) macro
110 #define IMX_GIC_BASE PLAT_GICD_BASE
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mp/include/
Dplatform_def.h66 #define PLAT_GICD_BASE U(0x38800000) macro
113 #define IMX_GIC_BASE PLAT_GICD_BASE
/external/arm-trusted-firmware/plat/imx/imx8qx/include/
Dplatform_def.h39 #define PLAT_GICD_BASE 0x51a00000 macro
/external/arm-trusted-firmware/plat/imx/imx8qm/include/
Dplatform_def.h38 #define PLAT_GICD_BASE 0x51a00000 macro
/external/arm-trusted-firmware/plat/imx/common/
Dplat_imx8_gic.c37 .gicd_base = PLAT_GICD_BASE,
/external/arm-trusted-firmware/plat/imx/imx8m/
Dgpc_common.c187 uintptr_t gicd_base = PLAT_GICD_BASE; in imx_set_sys_wakeup()