Searched refs:periphbase (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | virt-v7.c | 30 unsigned periphbase; in get_gicd_base_address() 33 asm("mrc p15, 4, %0, c15, c0, 0\n" : "=r" (periphbase)); in get_gicd_base_address() 39 if ((periphbase & 0xff) != 0) { in get_gicd_base_address() 44 return (periphbase & CBAR_MASK) + GIC_DIST_OFFSET; in get_gicd_base_address()
|
/openbmc/qemu/hw/arm/ |
H A D | realview.c | 99 hwaddr periphbase = 0; in realview_init() local 106 periphbase = 0x10100000; in realview_init() 114 periphbase = 0x1f000000; in realview_init() 130 object_property_set_int(cpuobj, "reset-cbar", periphbase, in realview_init() 192 sysbus_mmio_map(busdev, 0, periphbase); in realview_init() 196 sysbus_create_varargs("l2x0", periphbase + 0x2000, NULL); in realview_init() 198 realview_binfo.gic_cpu_if_addr = periphbase + 0x100; in realview_init()
|
H A D | vexpress.c | 210 const char *privdev, hwaddr periphbase, in init_cpus() argument 232 object_property_set_int(cpuobj, "reset-cbar", periphbase, in init_cpus() 246 sysbus_mmio_map(busdev, 0, periphbase); in init_cpus()
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | psci.c | 42 u32 periphbase; in stm32mp_get_gicd_base_address() local 45 asm("mrc p15, 4, %0, c15, c0, 0\n" : "=r" (periphbase)); in stm32mp_get_gicd_base_address() 47 return (periphbase & CBAR_MASK) + GIC_DIST_OFFSET; in stm32mp_get_gicd_base_address()
|