Lines Matching refs:end
25 unsigned long start, unsigned long end, in emi_mpu_set_region_protection() argument
31 if (end <= start) { in emi_mpu_set_region_protection()
39 end = EMI_PHY_OFFSET & 0xffff; in emi_mpu_set_region_protection()
43 end = end - EMI_PHY_OFFSET; in emi_mpu_set_region_protection()
48 end = end >> 16; in emi_mpu_set_region_protection()
54 mmio_write_32(EMI_MPU_EA0, end); in emi_mpu_set_region_protection()
61 mmio_write_32(EMI_MPU_EA1, end); in emi_mpu_set_region_protection()
68 mmio_write_32(EMI_MPU_EA2, end); in emi_mpu_set_region_protection()
75 mmio_write_32(EMI_MPU_EA3, end); in emi_mpu_set_region_protection()
82 mmio_write_32(EMI_MPU_EA4, end); in emi_mpu_set_region_protection()
89 mmio_write_32(EMI_MPU_EA5, end); in emi_mpu_set_region_protection()
96 mmio_write_32(EMI_MPU_EA6, end); in emi_mpu_set_region_protection()
103 mmio_write_32(EMI_MPU_EA7, end); in emi_mpu_set_region_protection()