Searched refs:GIC_RDISTSGI_IPRIORITYR (Results 1 – 6 of 6) sorted by relevance
| /libcpu/arm/cortex-r52/ |
| A D | gicv3.c | 272 mask = GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq); in arm_gic_set_priority() 275 GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) = mask; in arm_gic_set_priority() 298 …return (GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) >> ((irq % 4U) * 8U… in arm_gic_get_priority() 582 GIC_RDISTSGI_IPRIORITYR(base, i) = 0xa0a0a0a0U; in arm_gic_redist_init()
|
| A D | gicv3.h | 132 #define GIC_RDISTSGI_IPRIORITYR(hw_base, n) __REG32((hw_base) + GIC_RSGI_OFFSET + 0x400U + ((n) / … macro
|
| /libcpu/arm/cortex-a/ |
| A D | gicv3.c | 273 mask = GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq); in arm_gic_set_priority() 276 GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) = mask; in arm_gic_set_priority() 299 …return (GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) >> ((irq % 4U) * 8U… in arm_gic_get_priority() 614 GIC_RDISTSGI_IPRIORITYR(base, i) = 0xa0a0a0a0U; in arm_gic_redist_init()
|
| A D | gicv3.h | 132 #define GIC_RDISTSGI_IPRIORITYR(hw_base, n) __REG32((hw_base) + GIC_RSGI_OFFSET + 0x400U + ((n) / … macro
|
| /libcpu/aarch64/common/ |
| A D | gicv3.c | 284 mask = GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq); in arm_gic_set_priority() 287 GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) = mask; in arm_gic_set_priority() 309 …return (GIC_RDISTSGI_IPRIORITYR(_gic_table[index].redist_hw_base[cpu_id], irq) >> ((irq % 4) * 8))… in arm_gic_get_priority() 730 GIC_RDISTSGI_IPRIORITYR(redist_base, i) = 0xa0a0a0a0U; in arm_gic_redist_init()
|
| /libcpu/aarch64/common/include/ |
| A D | gicv3.h | 129 #define GIC_RDISTSGI_IPRIORITYR(hw_base, n) HWREG32((hw_base) + GIC_RSGI_OFFSET + 0x400U + ((n) / 4… macro
|
Completed in 12 milliseconds