Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-npcm-sgpio.c45 #define GPIO_BIT(x) ((x) % 8) macro
H A Dgpio-bcm-kona.c26 #define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1)) macro
H A Dgpio-brcmstb.c61 #define GPIO_BIT(gpio) ((gpio) & (MAX_GPIO_PER_BANK - 1)) macro