Home
last modified time | relevance | path

Searched refs:gicv3_redist_size (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_bl31_setup.c68 gicr_size = gicv3_redist_size(0x0U); in mmap_gic()
/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_gicv3.c151 return gicv3_redist_size(typer_val); in fpga_get_redist_size()
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_helpers.c114 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_base_addrs_probe()
421 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_get_number_frames()
H A Dgicv3_main.c1402 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_probe()
/rk3399_ARM-atf/include/drivers/arm/
H A Dgicv3.h364 static inline uintptr_t gicv3_redist_size(uint64_t typer_val) in gicv3_redist_size() function