Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dbcm2838_gpio.h25 #define BCM2838_GPIO_NUM 58 macro
38 uint8_t fsel[BCM2838_GPIO_NUM];
41 qemu_irq out[BCM2838_GPIO_NUM];
/openbmc/qemu/hw/gpio/
H A Dbcm2838_gpio.c129 if (index >= 0 && index < BCM2838_GPIO_NUM) { in gpfsel_is_out()
332 VMSTATE_UINT8_ARRAY(fsel, BCM2838GpioState, BCM2838_GPIO_NUM),
353 qdev_init_gpio_out(dev, s->out, BCM2838_GPIO_NUM); in bcm2838_gpio_init()