Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dbcm2838_gpio.c62 #define NUM_BITS_FSELN 3 macro
84 value |= (s->fsel[index] & MASK_FSELN) << (NUM_BITS_FSELN * i); in gpfsel_get()
96 int fsel = (value >> (NUM_BITS_FSELN * i)) & MASK_FSELN; in gpfsel_set()