Searched refs:GIC_DIST_IIDR (Results 1 – 2 of 2) sorted by relevance
88 #define GIC_DIST_IIDR(hw_base) HWREG32((hw_base) + 0x008U) macro
774 gic_version = (GIC_DIST_IIDR(_gic_table[index].dist_hw_base) >> 24) & 0xfUL; in arm_gic_dump_type()775 gic_rp = (GIC_DIST_IIDR(_gic_table[index].dist_hw_base) >> 12) & 0xfUL; in arm_gic_dump_type()
Completed in 5 milliseconds