Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-aspeed-sgpio.c134 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1) macro
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
H A Dgpio-tegra.c30 #define GPIO_BIT(x) ((x) & 0x7) macro
H A Dgpio-aspeed.c326 #define GPIO_BIT(x) BIT(GPIO_OFFSET(x)) macro