Searched refs:TYPE_BCM2838_GPIO (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | bcm2838_gpio.c | 191 TYPE_BCM2838_GPIO, __func__, value, offset, size); in bcm2838_gpio_read() 215 TYPE_BCM2838_GPIO, __func__, offset); in bcm2838_gpio_read() 226 TYPE_BCM2838_GPIO, __func__, offset); in bcm2838_gpio_read() 265 TYPE_BCM2838_GPIO, __func__, value, offset, size); in bcm2838_gpio_write() 283 TYPE_BCM2838_GPIO, __func__, offset); in bcm2838_gpio_write() 294 TYPE_BCM2838_GPIO, __func__, offset); in bcm2838_gpio_write() 378 .name = TYPE_BCM2838_GPIO,
|
/openbmc/qemu/include/hw/gpio/ |
H A D | bcm2838_gpio.h | 21 #define TYPE_BCM2838_GPIO "bcm2838-gpio" macro
|
/openbmc/qemu/hw/arm/ |
H A D | bcm2838_peripherals.c | 39 object_initialize_child(obj, "gpio", &s->gpio, TYPE_BCM2838_GPIO); in bcm2838_peripherals_init()
|