Home
last modified time | relevance | path

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

/components/drivers/pic/
A Dpic-gic-common.c135 HWREG32(base + GIC_DIST_PRI + i * 4 / 4) = GICD_INT_DEF_PRI_X4; in gic_common_dist_config()
165 HWREG32(base + GIC_DIST_PRI + i * 4 / 4) = GICD_INT_DEF_PRI_X4; in gic_common_cpu_config()
A Dpic-gicv2.h29 #define GIC_DIST_PRI 0x400 macro
A Dpic-gicv2.c200 mask = HWREG32(gic->dist_base + GIC_DIST_PRI + hwirq / 4 * 4); in gicv2_irq_set_priority()
203 HWREG32(gic->dist_base + GIC_DIST_PRI + hwirq / 4 * 4) = mask; in gicv2_irq_set_priority()

Completed in 5 milliseconds