Searched refs:gpfsel_set (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | bcm2835_gpio.c | 68 static void gpfsel_set(BCM2835GpioState *s, uint8_t reg, uint32_t value) in gpfsel_set() function 212 gpfsel_set(s, offset / 4, value); in bcm2835_gpio_write() 265 gpfsel_set(s, i, 0); in bcm2835_gpio_reset()
|
H A D | bcm2838_gpio.c | 90 static void gpfsel_set(BCM2838GpioState *s, uint8_t reg, uint32_t value) in gpfsel_set() function 245 gpfsel_set(s, offset / BYTES_IN_WORD, value); in bcm2838_gpio_write()
|