Home
last modified time | relevance | path

Searched refs:DEVICE2_BASE (Results 1 – 19 of 19) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8ulp/include/
H A Dplatform_def.h60 #define DEVICE2_BASE U(0x8ff00000) macro
117 #define DEVICE2_MAP MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE, MT_DEVICE | MT_RW)
/rk3399_ARM-atf/plat/intel/soc/stratix10/include/
H A Dsocfpga_plat_def.h70 #define DEVICE2_BASE (0xF7000000) macro
/rk3399_ARM-atf/plat/intel/soc/n5x/include/
H A Dsocfpga_plat_def.h70 #define DEVICE2_BASE (0xF7000000) macro
/rk3399_ARM-atf/plat/intel/soc/agilex/include/
H A Dsocfpga_plat_def.h86 #define DEVICE2_BASE (0xF7000000) macro
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c36 #ifdef DEVICE2_BASE
37 #define MAP_DEVICE2 MAP_REGION_FLAT(DEVICE2_BASE, \
/rk3399_ARM-atf/plat/amd/versal2/aarch64/
H A Dcommon.c31 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
/rk3399_ARM-atf/plat/xilinx/versal_net/aarch64/
H A Dversal_net_common.c34 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_def.h77 #define DEVICE2_BASE UL(0x7fe00000) macro
H A Dfvp_common.c93 #define MAP_DEVICE2 MAP_REGION_FLAT(DEVICE2_BASE, \
/rk3399_ARM-atf/plat/intel/soc/stratix10/
H A Dbl2_plat_setup.c40 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE,
H A Dbl31_plat_setup.c144 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE,
/rk3399_ARM-atf/plat/intel/soc/agilex/
H A Dbl2_plat_setup.c44 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE,
H A Dbl31_plat_setup.c218 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
/rk3399_ARM-atf/plat/intel/soc/n5x/
H A Dbl31_plat_setup.c137 MAP_REGION_FLAT(DEVICE2_BASE, DEVICE2_SIZE,
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dversal_net_def.h110 #define DEVICE2_BASE U(0xF1000000) /* uart, pmc_tap */ macro
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Ddef.h115 #define DEVICE2_BASE U(0xF1000000) /* uart, pmc_tap */ macro
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h261 #define DEVICE2_BASE 0x50000000 macro
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-3.rst51 the ``DEVICE2_BASE`` build option is used.
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Ddram.c235 mmio_read_32(DEVICE2_BASE); in dram_lp_auto_disable()