Searched refs:GICD_IPRIORITYR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | gic_common.h | 93 #define GICD_IPRIORITYR(n) (0x0400 + (((n) >> 2) * 4)) /* v1 ICDIPR */ macro
|
H A D | gic.c | 214 gic_d_write_4(sc, GICD_IPRIORITYR(irq), 0); in arm_gic_init_secondary() 377 gic_d_write_4(sc, GICD_IPRIORITYR(i), 0); in arm_gic_attach() 1198 (gic_d_read_4(sc, GICD_IPRIORITYR(i)) >> 8 * (i & 0x3)) & in arm_gic_db_show()
|
/freebsd/sys/arm64/vmm/io/ |
H A D | vgic_v3.c | 290 VGIC_REGISTER_RANGE_RAZ_WI(GICD_IPRIORITYR(0), GICD_IPRIORITYR(32), 4, 292 VGIC_REGISTER_RANGE(GICD_IPRIORITYR(32), GICD_IPRIORITYR(1024), 4, 1240 n = (reg - GICD_IPRIORITYR(0)) / 4; in dist_ipriorityr_read() 1252 irq_base = (reg - GICD_IPRIORITYR(0)) + offset; in dist_ipriorityr_write()
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 1337 gic_d_write(sc, 4, GICD_IPRIORITYR(i), GIC_PRIORITY_MAX); in gic_v3_dist_init() 1501 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_IPRIORITYR(i), in gic_v3_redist_init()
|