Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dbcm2835_gpio.c68 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 Dbcm2838_gpio.c90 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()