Searched refs:DRAM_OFFSET (Results 1 – 2 of 2) sorted by relevance
37 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()
58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro