Home
last modified time | relevance | path

Searched refs:peri_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dbcm2836.c80 sysbus_mmio_map_overlap(SYS_BUS_DEVICE(ps), 0, bc->peri_base, 1); in bcm283x_common_realize()
137 bc->peri_base, &error_abort); in bcm2836_realize()
181 bc->peri_base = 0x20000000; in bcm2835_class_init()
192 bc->peri_base = 0x3f000000; in bcm2836_class_init()
206 bc->peri_base = 0x3f000000; in bcm2837_class_init()
H A Dbcm2838.c95 bc_base->peri_base, &error_abort); in bcm2838_realize()
243 bc_base->peri_base = 0xfe000000; in bcm2838_class_init()
/openbmc/qemu/include/hw/arm/
H A Dbcm2836.h55 hwaddr peri_base; /* Peripheral base address seen by the CPU */ member
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/
H A D0001-Remove-nested-functions.patch16 source/c_gpio.c:89:13: warning: variable 'peri_base' is used
22 gpio_base = peri_base + GPIO_BASE_OFFSET;
28 source/c_gpio.c:64:23: note: initialize the variable 'peri_base' to
30 uint32_t peri_base;