GPIO_PER_BANK
#define GPIO_BIT(gpio) ((gpio) & (GPIO_PER_BANK - 1))
int hwirq = GPIO_PER_BANK * bank_id + bit;
chip->ngpio = kona_gpio->num_bank * GPIO_PER_BANK;
u8 gpio_unlock_count[GPIO_PER_BANK];