Searched refs:GIC_PRI_IRQ (Results 1 – 5 of 5) sorted by relevance
316 writel_gicd(GIC_PRI_IRQ << 24 | GIC_PRI_IRQ << 16 | in gicv2_dist_init()317 GIC_PRI_IRQ << 8 | GIC_PRI_IRQ, in gicv2_dist_init()351 writel_gicd(GIC_PRI_IRQ << 24 | GIC_PRI_IRQ << 16 | in gicv2_cpu_init()352 GIC_PRI_IRQ << 8 | GIC_PRI_IRQ, in gicv2_cpu_init()
572 priority = (GIC_PRI_IRQ << 24 | GIC_PRI_IRQ << 16 | in gicv3_dist_init()573 GIC_PRI_IRQ << 8 | GIC_PRI_IRQ); in gicv3_dist_init()782 priority = (GIC_PRI_IRQ << 24 | GIC_PRI_IRQ << 16 | GIC_PRI_IRQ << 8 | in gicv3_cpu_init()783 GIC_PRI_IRQ); in gicv3_cpu_init()
372 gic_route_irq_to_xen(desc, GIC_PRI_IRQ); in setup_irq()509 retval = gic_route_irq_to_guest(d, virq, desc, GIC_PRI_IRQ); in route_irq_to_guest()
307 memset(table, GIC_PRI_IRQ | LPI_PROP_RES1, MAX_NR_HOST_LPIS); in gicv3_lpi_set_proptable()
147 #define GIC_PRI_IRQ 0xa0 macro
Completed in 15 milliseconds