Home
last modified time | relevance | path

Searched refs:GIC_REDISTRIBUTOR_STRIDE (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3.c26 #define GIC_REDISTRIBUTOR_STRIDE DT_PROP_OR(GIC_V3_NODE, redistributor_stride, 0) macro
625 if (GIC_REDISTRIBUTOR_STRIDE > 0) { in arm_gic_iterate_rdists()
626 rdist_addr += GIC_REDISTRIBUTOR_STRIDE; in arm_gic_iterate_rdists()