GPIO_BIT          245 drivers/gpio/gpio-aspeed.c #define GPIO_BIT(x)	BIT(GPIO_OFFSET(x))
GPIO_BIT           32 drivers/gpio/gpio-bcm-kona.c #define GPIO_BIT(gpio)				((gpio) & (GPIO_PER_BANK - 1))
GPIO_BIT           71 drivers/gpio/gpio-brcmstb.c #define GPIO_BIT(gpio)          ((gpio) & (MAX_GPIO_PER_BANK - 1))
GPIO_BIT           28 drivers/gpio/gpio-tegra.c #define GPIO_BIT(x)		((x) & 0x7)
GPIO_BIT          116 drivers/gpio/sgpio-aspeed.c #define GPIO_BIT(x)     BIT(GPIO_OFFSET(x))