Searched refs:GIC_CPU_PRIMASK (Results 1 – 7 of 7) sorted by relevance
29 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04) macro188 GIC_CPU_PRIMASK(cpu_base) = 0xf0; in arm_gic_cpu_init()
36 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro283 GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base) = priority & 0xFFUL; in arm_gic_set_interface_prior_mask()290 return GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_prior_mask()459 GIC_CPU_PRIMASK(cpu_base) = 0xf0U; in arm_gic_cpu_init()
34 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro281 GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base) = priority & 0xFFUL; in arm_gic_set_interface_prior_mask()288 return GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_prior_mask()440 GIC_CPU_PRIMASK(cpu_base) = 0xf0U; in arm_gic_cpu_init()
78 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro
28 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04) macro264 GIC_CPU_PRIMASK(cpu_base) = 0xf0; in arm_gic_cpu_init()
77 #define GIC_CPU_PRIMASK(hw_base) HWREG32((hw_base) + 0x04U) macro
Completed in 66 milliseconds