Searched refs:EMI_PHY_OFFSET (Results 1 – 3 of 3) sorted by relevance
38 start = EMI_PHY_OFFSET & 0xffff; in emi_mpu_set_region_protection()39 end = EMI_PHY_OFFSET & 0xffff; in emi_mpu_set_region_protection()42 start = start - EMI_PHY_OFFSET; in emi_mpu_set_region_protection()43 end = end - EMI_PHY_OFFSET; in emi_mpu_set_region_protection()
28 #define EMI_PHY_OFFSET (0x40000000UL) macro