NMK_GPIO_DAT
value = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset));
data_out = !!(readl(nmk_chip->addr + NMK_GPIO_DAT) & BIT(offset));