Lines Matching refs:i
456 unsigned int gic_type, i; in arm_gic_dist_init() local
482 for (i = 32U; i < _gic_max_irq; i += 16U) in arm_gic_dist_init()
483 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
489 for (i = 32U; i < _gic_max_irq; i++) in arm_gic_dist_init()
491 GIC_DIST_IROUTER_LOW(dist_base, i) = cpu0_affval; in arm_gic_dist_init()
492 GIC_DIST_IROUTER_HIGH(dist_base, i) = cpu0_affval >> 32; in arm_gic_dist_init()
498 for (i = 32U; i < _gic_max_irq; i += 4U) in arm_gic_dist_init()
499 GIC_DIST_PRI(dist_base, i) = 0xa0a0a0a0U; in arm_gic_dist_init()
503 for (i = 0U; i < _gic_max_irq; i += 32U) in arm_gic_dist_init()
505 GIC_DIST_PENDING_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
506 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
511 for (i = 0U; i < _gic_max_irq; i += 32U) in arm_gic_dist_init()
512 GIC_DIST_IGROUP(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
551 unsigned int i; in arm_gic_redist_init() local
580 for (i = 0; i < 32; i += 4) in arm_gic_redist_init()
582 GIC_RDISTSGI_IPRIORITYR(base, i) = 0xa0a0a0a0U; in arm_gic_redist_init()
648 unsigned int i, k; in arm_gic_dump() local
653 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
657 i * 32U)); in arm_gic_dump()
660 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
664 i * 32U)); in arm_gic_dump()
667 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
671 i * 32U)); in arm_gic_dump()