Home
last modified time | relevance | path

Searched refs:OCRAM_S_SIZE (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/plat/imx/imx8m/imx8mn/include/
Dplatform_def.h138 #define OCRAM_S_SIZE U(0x8000) macro
139 #define OCRAM_S_LIMIT (OCRAM_S_BASE + OCRAM_S_SIZE)
152 #define OCRAM_S_MAP MAP_REGION_FLAT(OCRAM_S_BASE, OCRAM_S_SIZE, MT_DEVICE | MT_RW) /* OCRAM_S */
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/include/
Dplatform_def.h174 #define OCRAM_S_SIZE U(0x8000) macro
175 #define OCRAM_S_LIMIT (OCRAM_S_BASE + OCRAM_S_SIZE)
188 #define OCRAM_S_MAP MAP_REGION_FLAT(OCRAM_S_BASE, OCRAM_S_SIZE, MT_MEMORY | MT_RW) /* OCRAM_S */
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mq/include/
Dplatform_def.h138 #define OCRAM_S_SIZE U(0x8000) macro
139 #define OCRAM_S_LIMIT (OCRAM_S_BASE + OCRAM_S_SIZE)
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mm/include/
Dplatform_def.h162 #define OCRAM_S_SIZE U(0x8000) macro
163 #define OCRAM_S_LIMIT (OCRAM_S_BASE + OCRAM_S_SIZE)
/trusted-firmware-a-latest/plat/imx/imx7/picopi/include/
Dplatform_def.h67 #define OCRAM_S_SIZE 0x00008000 macro
/trusted-firmware-a-latest/plat/imx/imx7/warp7/include/
Dplatform_def.h69 #define OCRAM_S_SIZE 0x00008000 macro
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mm/
Dimx8mm_bl31_setup.c46 MAP_REGION_FLAT(OCRAM_S_BASE, OCRAM_S_SIZE, MT_DEVICE | MT_RW), /* OCRAM_S */