Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/mt8188/
H A Demi_mpu_priv.h40 #define EMI_MPU_ALIGN_BITS (16) macro
42 #define DRAM_OFFSET (DRAM_START_ADDR >> EMI_MPU_ALIGN_BITS)
/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/
H A Dapusys_security_ctrl_plat.c71 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()
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/emi_mpu/
H A Demi_mpu.h57 #define EMI_MPU_ALIGN_BITS 16 macro
58 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
H 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()
/rk3399_ARM-atf/plat/mediatek/mt8186/drivers/emi_mpu/
H A Demi_mpu.h44 #define EMI_MPU_ALIGN_BITS (16) macro
45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
H 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()
/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/emi_mpu/
H A Demi_mpu.h44 #define EMI_MPU_ALIGN_BITS (16) macro
45 #define DRAM_OFFSET (0x40000000 >> EMI_MPU_ALIGN_BITS)
H A Demi_mpu.c84 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()
/rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/
H A Demi_mpu_common.c146 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()
/rk3399_ARM-atf/plat/mediatek/mt8196/include/
H A Dplatform_def.h233 #define EMI_MPU_ALIGN_BITS 12 macro