Home
last modified time | relevance | path

Searched refs:dgroup (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/emi_mpu/
A Demi_mpu.c22 unsigned int dgroup; in _emi_mpu_set_protection() local
27 dgroup = (end >> 24) & 0xFF; in _emi_mpu_set_protection()
30 if ((region >= EMI_MPU_REGION_NUM) || (dgroup > EMI_MPU_DGROUP_NUM)) { in _emi_mpu_set_protection()
31 WARN("Region:%u or dgroup:%u is wrong!\n", region, dgroup); in _emi_mpu_set_protection()
48 mmio_write_32(EMI_MPU_APC(region, dgroup), apc); in _emi_mpu_set_protection()
A Demi_mpu.h47 #define EMI_MPU_APC(region, dgroup) (EMI_MPU_APC0 + (region) * 4 + \ argument
48 (dgroup) * 0x100)

Completed in 3 milliseconds