GPIO_BANK
#define GPIO_BANK(x) ((x) >> 6)
#define GPIO_BANK(x) ((x) >> 5)
#define GPIO_BANK(gpio) ((gpio) >> 5)
#define GPIO_BANK(gpio) ((gpio) >> 5)
#define GPIO_BANK(x) ((x) / 8)
#define GPIO_BANK(x) ((x) >> 5)
#define GPIO_BANK(pin) ((pin) / NGPIOS_PER_BANK)
#define GPIO_BANK(_bank, _npins) \
#define GPIO_BANK(_bank, _pin_base, _npins) \