Lines Matching refs:i
490 unsigned int gic_type, i; in arm_gic_dist_init() local
516 for (i = 32U; i < _gic_max_irq; i += 16U) in arm_gic_dist_init()
517 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
523 for (i = 32U; i < _gic_max_irq; i++) in arm_gic_dist_init()
525 GIC_DIST_IROUTER_LOW(dist_base, i) = cpu0_affval; in arm_gic_dist_init()
526 GIC_DIST_IROUTER_HIGH(dist_base, i) = cpu0_affval >> 32; in arm_gic_dist_init()
532 for (i = 32U; i < _gic_max_irq; i += 4U) in arm_gic_dist_init()
533 GIC_DIST_PRI(dist_base, i) = 0xa0a0a0a0U; in arm_gic_dist_init()
537 for (i = 0U; i < _gic_max_irq; i += 32U) in arm_gic_dist_init()
539 GIC_DIST_PENDING_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
540 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
545 for (i = 0U; i < _gic_max_irq; i += 32U) in arm_gic_dist_init()
546 GIC_DIST_IGROUP(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
585 unsigned int i; in arm_gic_redist_init() local
612 for (i = 0; i < 32; i += 4) in arm_gic_redist_init()
614 GIC_RDISTSGI_IPRIORITYR(base, i) = 0xa0a0a0a0U; in arm_gic_redist_init()
673 unsigned int i, k; in arm_gic_dump() local
678 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
682 i * 32U)); in arm_gic_dump()
685 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
689 i * 32U)); in arm_gic_dump()
692 for (i = 0U; i < _gic_max_irq / 32U; i++) in arm_gic_dump()
696 i * 32U)); in arm_gic_dump()