Home
last modified time | relevance | path

Searched refs:DRAM_OFFSET (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/emi_mpu/
A Demi_mpu_common.c53 if ((start >= DRAM_OFFSET) && (end >= start)) { in _emi_mpu_set_protection()
54 start -= DRAM_OFFSET; in _emi_mpu_set_protection()
55 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/emi_mpu/
A Demi_mpu.c52 if ((start >= DRAM_OFFSET) && (end >= start)) { in _emi_mpu_set_protection()
53 start -= DRAM_OFFSET; in _emi_mpu_set_protection()
54 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
A Demi_mpu.h45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/emi_mpu/
A Demi_mpu.c52 if ((start >= DRAM_OFFSET) && (end >= start)) { in _emi_mpu_set_protection()
53 start -= DRAM_OFFSET; in _emi_mpu_set_protection()
54 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
A Demi_mpu.h45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/emi_mpu/
A Demi_mpu.c37 if ((start >= DRAM_OFFSET) && (end >= start)) { in _emi_mpu_set_protection()
38 start -= DRAM_OFFSET; in _emi_mpu_set_protection()
39 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
A Demi_mpu.h58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/emi_mpu/mt8188/
A Demi_mpu_priv.h41 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro

Completed in 9 milliseconds