GPIO_REGNUM
#define GPIO_REGNUM(_p) ((_p) / 32)
#define GPIO_REGNUM(n) (GPIO_BANKNUM(n) * GPIO_BANK_OFFS + \