Home
last modified time | relevance | path

Searched refs:GIC_DIST_IIDR (Results 1 – 2 of 2) sorted by relevance

/libcpu/aarch64/common/include/
A Dgicv3.h88 #define GIC_DIST_IIDR(hw_base) HWREG32((hw_base) + 0x008U) macro
/libcpu/aarch64/common/
A Dgicv3.c774 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