Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgicv3_helpers.c67 uintptr_t rdistif_base = gicr_base; in gicv3_rdistif_base_addrs_probe() local
79 typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_base_addrs_probe()
89 rdistif_base_addrs[proc_num] = rdistif_base; in gicv3_rdistif_base_addrs_probe()
91 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_base_addrs_probe()
384 uintptr_t rdistif_base = gicr_frame; in gicv3_rdistif_get_number_frames() local
388 uint64_t typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_get_number_frames()
393 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_get_number_frames()
A Dgicv3_main.c1285 uintptr_t rdistif_base; in gicv3_rdistif_probe() local
1298 rdistif_base = gicr_frame; in gicv3_rdistif_probe()
1300 typer_val = gicr_read_typer(rdistif_base); in gicv3_rdistif_probe()
1317 rdistif_base; in gicv3_rdistif_probe()
1321 rdistif_base += gicv3_redist_size(typer_val); in gicv3_rdistif_probe()

Completed in 5 milliseconds