Searched refs:gic_frame (Results 1 – 2 of 2) sorted by relevance
399 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame) in gicv3_get_component_partnum() argument408 part_id = mmio_read_32(gic_frame + GICD_PIDR0_GICV3) & 0xff; in gicv3_get_component_partnum()409 part_id |= (mmio_read_32(gic_frame + GICD_PIDR1_GICV3) << 8) & 0xf00; in gicv3_get_component_partnum()
376 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame);
Completed in 4 milliseconds