Home
last modified time | relevance | path

Searched defs:GPIO_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dgpio.c22 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro
/openbmc/linux/drivers/gpio/
H A Dgpio-xgene-sb.c29 #define GPIO_MASK(x) (1U << ((x) % 32)) macro
/openbmc/linux/sound/pci/
H A Dmaestro3.c289 #define GPIO_MASK 0x64 macro