REG_PIO_PIN
port_in = readl(bank->base + REG_PIO_PIN);
return !!(readl(bank->base + REG_PIO_PIN) & BIT(offset));