Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/emi_mpu/mt8188/
A Demi_mpu_priv.h40 #define EMI_MPU_ALIGN_BITS (16) macro
41 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/emi_mpu/
A Demi_mpu_common.c99 start = (unsigned int)(region_info->start >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()
103 end = (unsigned int)(region_info->end >> EMI_MPU_ALIGN_BITS) | (i << 24); in emi_mpu_set_protection()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/emi_mpu/
A Demi_mpu.h44 #define EMI_MPU_ALIGN_BITS (16) macro
45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
A Demi_mpu.c82 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) | in emi_mpu_set_protection()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/emi_mpu/
A Demi_mpu.h44 #define EMI_MPU_ALIGN_BITS (16) macro
45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
A Demi_mpu.c82 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/emi_mpu/
A Demi_mpu.h57 #define EMI_MPU_ALIGN_BITS 16 macro
58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
A Demi_mpu.c80 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()

Completed in 7 milliseconds