Searched refs:GICD_OFFSET (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/gic/v3/ |
| H A D | gicv3_private.h | 43 #define GICD_OFFSET(REG, id) \ macro 59 #define GICD_OFFSET(REG, id) \ macro 71 mmio_read_32((base) + GICD_OFFSET(REG, (id))) 80 mmio_write_32((base) + GICD_OFFSET(REG, (id)), (val)) 91 ((mmio_read_32((base) + GICD_OFFSET(REG, (id))) >> \ 96 mmio_setbits_32((base) + GICD_OFFSET(REG, (id)), \ 101 mmio_clrbits_32((base) + GICD_OFFSET(REG, (id)), \ 106 mmio_write_32((base) + GICD_OFFSET(REG, (id)), \
|
| H A D | gicdv3_helpers.c | 28 mmio_clrsetbits_32(base + GICD_OFFSET(ICFG, id), in gicd_set_icfgr()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 10080 - Limit SPI ID to avoid misjudgement in GICD_OFFSET()
|