Searched refs:gic_frame (Results 1 – 2 of 2) sorted by relevance
427 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame) in gicv3_get_component_partnum() argument436 part_id = mmio_read_32(gic_frame + GICD_PIDR0_GICV3) & 0xffU; in gicv3_get_component_partnum()437 part_id |= (mmio_read_32(gic_frame + GICD_PIDR1_GICV3) << 8) & 0xf00U; in gicv3_get_component_partnum()
377 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame);