Home
last modified time | relevance | path

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

/qemu/hw/gpio/
H A Dbcm2835_gpio.c55 static uint32_t gpfsel_get(BCM2835GpioState *s, uint8_t reg) in gpfsel_get() function
159 return gpfsel_get(s, offset / 4); in bcm2835_gpio_read()
H A Dbcm2838_gpio.c77 static uint32_t gpfsel_get(BCM2838GpioState *s, uint8_t reg) in gpfsel_get() function
181 value = gpfsel_get(s, offset / BYTES_IN_WORD); in bcm2838_gpio_read()