Home
last modified time | relevance | path

Searched defs:typer_val (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgicv3_helpers.c89 uint64_t typer_val; in gicv3_rdistif_base_addrs_probe() local
416 uint64_t typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_get_number_frames() local
H A Dgicv3_private.h184 static inline u_register_t mpidr_from_gicr_typer(uint64_t typer_val) in mpidr_from_gicr_typer()
190 static inline u_register_t mpidr_from_gicr_typer(uint64_t typer_val) in mpidr_from_gicr_typer()
H A Dgicv3_main.c1363 uint64_t typer_val; in gicv3_rdistif_probe() local
/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_gicv3.c148 uint64_t typer_val = mmio_read_64(fpga_gicv3_driver_data.gicr_base + in fpga_get_redist_size() local
/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()