Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/emi_mpu/
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()
Demi_mpu.h58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro