Searched refs:GICD_ISENABLER (Results 1 – 4 of 4) sorted by relevance
49 #define GICD_ISENABLER 0x100 macro
32 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler()135 mmio_write_32(base + GICD_ISENABLER + (n << 2), val); in gicd_write_isenabler()
26 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler()102 mmio_write_32(base + GICD_ISENABLER + (n << 2), val); in gicd_write_isenabler()
166 uintptr_t isenabler1 = BASE_GICD_BASE + GICD_ISENABLER + 4; in pm_client_set_wakeup_sources()