GPIO_OFFSET
#define GPIO_BIT(x) BIT(GPIO_OFFSET(x) >> 1)
#define GPIO_BIT(x) BIT(GPIO_OFFSET(x))
*bit = GPIO_OFFSET(offset);