Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_helpers.c427 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame) in gicv3_get_component_partnum() argument
436 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()
/rk3399_ARM-atf/include/drivers/arm/
H A Dgicv3.h377 unsigned int gicv3_get_component_partnum(const uintptr_t gic_frame);