Lines Matching defs:start
25 static int _emi_mpu_set_protection(unsigned int start, unsigned int end,
31 region = (start >> 24) & 0xFF;
32 start &= EMI_MPU_START_MASK;
56 if ((start >= DRAM_OFFSET) && (end >= start)) {
57 start -= DRAM_OFFSET;
64 mmio_write_32(EMI_MPU_SA(region), start);
69 mmio_write_32(SUB_EMI_MPU_SA(region), start);
94 unsigned int start, end;
102 start = (unsigned int)(region_info->start >> EMI_MPU_ALIGN_BITS) |
108 if (_emi_mpu_set_protection(start, end, region_info->apc[i]) < 0) {
110 start, end, region_info->apc[i]);