Searched refs:gic_r_write (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gic_v3.c | 761 gic_r_write(sc, 4, in gic_v3_setup_intr() 804 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ICENABLER(irq), in gic_v3_disable_intr() 828 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_ISENABLER(irq), in gic_v3_enable_intr() 1255 gic_r_write(sc, 4, GICR_WAKER, waker); in gic_v3_redist_wake() 1291 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_IGROUPR0, in gic_v3_redist_init() 1295 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ICENABLER0, in gic_v3_redist_init() 1298 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICR_ISENABLER0, in gic_v3_redist_init() 1303 gic_r_write(sc, 4, GICR_SGI_BASE_SIZE + GICD_IPRIORITYR(i), in gic_v3_redist_init()
|
| H A D | gic_v3_var.h | 141 #define gic_r_write(sc, len, reg, val) \ macro
|