Searched refs:dgroup (Results 1 – 2 of 2) sorted by relevance
22 unsigned int dgroup; in _emi_mpu_set_protection() local27 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()
47 #define EMI_MPU_APC(region, dgroup) (EMI_MPU_APC0 + (region) * 4 + \ argument48 (dgroup) * 0x100)
Completed in 3 milliseconds