Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgicv3_helpers.c399 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame) in gicv3_get_component_partnum() argument
408 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()
/arm-trusted-firmware-2.8.0/include/drivers/arm/
A Dgicv3.h376 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame);

Completed in 4 milliseconds