Home
last modified time | relevance | path

Searched refs:GIC_DIST_ENABLE_CLEAR (Results 1 – 10 of 10) sorted by relevance

/libcpu/arm/zynqmp-r5/
A Dgic.c40 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180 + ((n)/32) * 4) macro
72 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_ack()
86 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
174 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffff; in arm_gic_dist_init()
/libcpu/arm/realview-a8-vmm/
A Dgic.c39 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180 + ((n)/32) * 4) macro
73 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_ack()
87 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
240 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffff; in arm_gic_dist_init()
/libcpu/aarch64/common/
A Dgic.c50 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180U + ((n)/32U) * 4U) macro
98 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
428 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
A Dgicv3.c86 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
659 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffff; in arm_gic_dist_init()
/libcpu/arm/cortex-a/
A Dgic.c48 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180U + ((n)/32U) * 4U) macro
96 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
414 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
A Dgicv3.h92 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180U + ((n)/32U) * 4U) macro
A Dgicv3.c94 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
540 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
/libcpu/arm/cortex-r52/
A Dgicv3.c93 GIC_DIST_ENABLE_CLEAR(_gic_table[index].dist_hw_base, irq) = mask; in arm_gic_mask()
506 GIC_DIST_ENABLE_CLEAR(dist_base, i) = 0xffffffffU; in arm_gic_dist_init()
A Dgicv3.h92 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) __REG32((hw_base) + 0x180U + ((n)/32U) * 4U) macro
/libcpu/aarch64/common/include/
A Dgicv3.h91 #define GIC_DIST_ENABLE_CLEAR(hw_base, n) HWREG32((hw_base) + 0x180U + ((n) / 32U) * 4U) macro

Completed in 16 milliseconds