Home
last modified time | relevance | path

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

/libcpu/aarch64/common/
A Dgic.c57 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00U + ((n)/16U) * 4U) macro
194 icfgr = GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq); in arm_gic_set_configuration()
200 GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) = icfgr; in arm_gic_set_configuration()
210 return (GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) >> ((irq % 16U) >> 1U)); in arm_gic_get_configuration()
410 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
A Dgicv3.c192 icfgr = GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq); in arm_gic_set_configuration()
198 GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) = icfgr; in arm_gic_set_configuration()
208 return (GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) >> ((irq % 16) >> 1)); in arm_gic_get_configuration()
626 GIC_DIST_CONFIG(dist_base, i) = 0; in arm_gic_dist_init()
/libcpu/arm/cortex-a/
A Dgic.c55 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00U + ((n)/16U) * 4U) macro
192 icfgr = GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq); in arm_gic_set_configuration()
198 GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) = icfgr; in arm_gic_set_configuration()
208 return (GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) >> ((irq % 16U) >> 1U)); in arm_gic_get_configuration()
402 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
A Dgicv3.c200 icfgr = GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq); in arm_gic_set_configuration()
206 GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) = icfgr; in arm_gic_set_configuration()
216 return (GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) >> ((irq % 16U) >> 1U)); in arm_gic_get_configuration()
517 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
A Dgicv3.h99 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00U + ((n)/16U) * 4U) macro
/libcpu/arm/zynqmp-r5/
A Dgic.c46 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00 + ((n)/16) * 4) macro
162 GIC_DIST_CONFIG(dist_base, i) = 0x0; in arm_gic_dist_init()
/libcpu/arm/cortex-r52/
A Dgicv3.c199 icfgr = GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq); in arm_gic_set_configuration()
205 GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) = icfgr; in arm_gic_set_configuration()
215 return (GIC_DIST_CONFIG(_gic_table[index].dist_hw_base, irq) >> ((irq % 16U) >> 1U)); in arm_gic_get_configuration()
483 GIC_DIST_CONFIG(dist_base, i) = 0x0U; in arm_gic_dist_init()
A Dgicv3.h99 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00U + ((n)/16U) * 4U) macro
/libcpu/arm/realview-a8-vmm/
A Dgic.c46 #define GIC_DIST_CONFIG(hw_base, n) __REG32((hw_base) + 0xc00 + ((n)/16) * 4) macro
228 GIC_DIST_CONFIG(dist_base, i) = 0x0; in arm_gic_dist_init()
/libcpu/aarch64/common/include/
A Dgicv3.h98 #define GIC_DIST_CONFIG(hw_base, n) HWREG32((hw_base) + 0xc00U + ((n) / 16U) * 4U) macro

Completed in 17 milliseconds