Home
last modified time | relevance | path

Searched refs:nr_cores (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c352 unsigned int nr_cores = fpga_get_nr_gic_cores(); in fpga_prepare_dtb() local
355 nr_cores); in fpga_prepare_dtb()
356 err = fdt_adjust_gic_redist(fdt, nr_cores, in fpga_prepare_dtb()
/rk3399_ARM-atf/include/common/
H A Dfdt_fixup.h33 int fdt_adjust_gic_redist(void *dtb, unsigned int nr_cores, uintptr_t gicr_base,
/rk3399_ARM-atf/common/
H A Dfdt_fixup.c542 int fdt_adjust_gic_redist(void *dtb, unsigned int nr_cores, in fdt_adjust_gic_redist() argument
589 reg_32 = cpu_to_fdt32(nr_cores * gicr_frame_size); in fdt_adjust_gic_redist()
592 reg_64 = cpu_to_fdt64(nr_cores * (uint64_t)gicr_frame_size); in fdt_adjust_gic_redist()