Searched refs:lev0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | bcm2835_gpio.c | 169 return s->lev0; in bcm2835_gpio_read() 215 gpset(s, value, 0, 32, &s->lev0); in bcm2835_gpio_write() 221 gpclr(s, value, 0, 32, &s->lev0); in bcm2835_gpio_write() 273 s->lev0 = 0; in bcm2835_gpio_reset() 289 VMSTATE_UINT32(lev0, BCM2835GpioState),
|
H A D | bcm2838_gpio.c | 194 value = s->lev0; in bcm2838_gpio_read() 248 gpset(s, value, 0, 32, &s->lev0); in bcm2838_gpio_write() 254 gpclr(s, value, 0, 32, &s->lev0); in bcm2838_gpio_write() 310 s->lev0 = 0; in bcm2838_gpio_reset() 333 VMSTATE_UINT32(lev0, BCM2838GpioState),
|
/openbmc/qemu/include/hw/gpio/ |
H A D | bcm2835_gpio.h | 32 uint32_t lev0, lev1; member
|
H A D | bcm2838_gpio.h | 39 uint32_t lev0, lev1; member
|