Searched refs:GIC_DIST_PENDING_CLEAR (Results 1 – 10 of 10) sorted by relevance
| /libcpu/arm/realview-a8-vmm/ |
| A D | gic.c | 41 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280 + ((n)/32) * 4) macro 99 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending()
|
| /libcpu/aarch64/common/ |
| A D | gic.c | 52 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280U + ((n)/32U) * 4U) macro 85 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_ack() 175 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending_irq()
|
| A D | gicv3.c | 173 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending_irq() 658 GIC_DIST_PENDING_CLEAR(dist_base, i) = 0xffffffff; in arm_gic_dist_init()
|
| /libcpu/arm/cortex-a/ |
| A D | gic.c | 50 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280U + ((n)/32U) * 4U) macro 83 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_ack() 173 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending_irq()
|
| A D | gicv3.h | 94 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280U + ((n)/32U) * 4U) macro
|
| A D | gicv3.c | 181 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending_irq() 539 GIC_DIST_PENDING_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
|
| /libcpu/arm/zynqmp-r5/ |
| A D | gic.c | 42 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280 + ((n)/32) * 4) macro
|
| /libcpu/arm/cortex-r52/ |
| A D | gicv3.c | 180 GIC_DIST_PENDING_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_clear_pending_irq() 505 GIC_DIST_PENDING_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
|
| A D | gicv3.h | 94 #define GIC_DIST_PENDING_CLEAR(hw_base, n) __REG32((hw_base) + 0x280U + ((n)/32U) * 4U) macro
|
| /libcpu/aarch64/common/include/ |
| A D | gicv3.h | 93 #define GIC_DIST_PENDING_CLEAR(hw_base, n) HWREG32((hw_base) + 0x280U + ((n) / 32U) * 4U) macro
|
Completed in 17 milliseconds