Home
last modified time | relevance | path

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

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