Searched refs:EMI_MPU_ALIGN_BITS (Results 1 – 10 of 10) sorted by relevance
40 #define EMI_MPU_ALIGN_BITS (16) macro42 #define DRAM_OFFSET (DRAM_START_ADDR >> EMI_MPU_ALIGN_BITS)
71 return emi_mpu_set_protection(APU_RESERVE_MEMORY >> EMI_MPU_ALIGN_BITS, in apusys_plat_setup_sec_mem()73 EMI_MPU_ALIGN_BITS, in apusys_plat_setup_sec_mem()
57 #define EMI_MPU_ALIGN_BITS 16 macro58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
80 start = (unsigned long)(region_info->start >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()84 end = (unsigned long)(region_info->end >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()
44 #define EMI_MPU_ALIGN_BITS (16) macro45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
82 start = (unsigned int)(region_info->start >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()86 end = (unsigned int)(region_info->end >> EMI_MPU_ALIGN_BITS) | (i << 24); in emi_mpu_set_protection()
84 start = (unsigned int)(region_info->start >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()88 end = (unsigned int)(region_info->end >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()
146 start = (unsigned int)(region_info->start >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()150 end = (unsigned int)(region_info->end >> EMI_MPU_ALIGN_BITS) | (i << 24); in emi_mpu_set_protection()
233 #define EMI_MPU_ALIGN_BITS 12 macro