Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dbcm2835_gpio.c130 static void gpclr(BCM2835GpioState *s, in gpclr() function
221 gpclr(s, value, 0, 32, &s->lev0); in bcm2835_gpio_write()
224 gpclr(s, value, 32, 22, &s->lev1); in bcm2835_gpio_write()
H A Dbcm2838_gpio.c152 static void gpclr(BCM2838GpioState *s, uint32_t val, uint8_t start, in gpclr() function
254 gpclr(s, value, 0, 32, &s->lev0); in bcm2838_gpio_write()
257 gpclr(s, value, 32, 22, &s->lev1); in bcm2838_gpio_write()