Home
last modified time | relevance | path

Searched defs:fsel (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/gpio/
H A Dbcm2835_gpio.h31 uint8_t fsel[54]; member
H A Dbcm2838_gpio.h38 uint8_t fsel[BCM2838_GPIO_NUM]; member
/qemu/hw/gpio/
H A Dbcm2835_gpio.c74 int fsel = (value >> (3 * i)) & 0x7; in gpfsel_set() local
H A Dbcm2838_gpio.c96 int fsel = (value >> (NUM_BITS_FSELN * i)) & MASK_FSELN; in gpfsel_set() local