Searched refs:DRAM_OFFSET (Results 1 – 8 of 8) sorted by relevance
53 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()
52 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()
45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro
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
41 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS) macro
Completed in 9 milliseconds