Lines Matching defs:region
16 #define EMI_MPU_SA(region) (EMI_MPU_SA0 + (region * 4))
17 #define EMI_MPU_EA(region) (EMI_MPU_EA0 + (region * 4))
19 #define EMI_MPU_APC(region, dgroup) (EMI_MPU_APC0 + (region * 4) + (dgroup * 0x100))
29 #define SUB_EMI_MPU_SA(region) (SUB_EMI_MPU_SA0 + (region * 4))
30 #define SUB_EMI_MPU_EA(region) (SUB_EMI_MPU_EA0 + (region * 4))
32 #define SUB_EMI_MPU_APC(region, dgroup) (SUB_EMI_MPU_APC0 + (region * 4) + (dgroup * 0x100))