Searched refs:GICD_ISENABLER (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/drivers/cirq/ |
| H A D | mt_cirq.c | 37 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x4), in mt_irq_mask_restore() 39 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x8), in mt_irq_mask_restore() 41 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0xc), in mt_irq_mask_restore() 43 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x10), in mt_irq_mask_restore() 45 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x14), in mt_irq_mask_restore() 47 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x18), in mt_irq_mask_restore() 49 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x1c), in mt_irq_mask_restore() 51 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x20), in mt_irq_mask_restore() 53 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x24), in mt_irq_mask_restore() 55 mmio_write_32((BASE_GICD_BASE + GICD_ISENABLER + 0x28), in mt_irq_mask_restore() [all …]
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | gic_common.h | 49 #define GICD_ISENABLER U(0x100) macro
|
| /rk3399_ARM-atf/drivers/arm/gic/common/ |
| H A D | gic_common.c | 38 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler() 151 mmio_write_32(base + GICD_ISENABLER + (n << 2), val); in gicd_write_isenabler()
|
| /rk3399_ARM-atf/drivers/arm/gic/v2/ |
| H A D | gicdv2_helpers.c | 37 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler() 150 mmio_write_32(base + GICD_ISENABLER + (n << 2), val); in gicd_write_isenabler()
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | pm_client.c | 183 uintptr_t isenabler1 = BASE_GICD_BASE + GICD_ISENABLER + 4U; in pm_client_set_wakeup_sources()
|
| /rk3399_ARM-atf/plat/imx/imx8m/ |
| H A D | gpc_common.c | 185 return mmio_read_32(base + GICD_ISENABLER + (n << 2)); in gicd_read_isenabler()
|
| /rk3399_ARM-atf/plat/xilinx/common/pm_service/ |
| H A D | pm_api_sys.c | 57 uint32_t isenabler1 = PLAT_ARM_GICD_BASE + GICD_ISENABLER + 4U; in pm_client_set_wakeup_sources()
|