Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/arm/gic/v3/
Dgicv3_private.h575 return mmio_read_32(base + GICR_ISENABLER + (reg_num << 2)); in gicr_read_isenabler()
581 mmio_write_32(base + GICR_ISENABLER + (reg_num << 2), val); in gicr_write_isenabler()
/trusted-firmware-a-3.7.0/include/drivers/arm/
Dgicv3.h184 #define GICR_ISENABLER GICR_ISENABLER0 macro