REG_GPIO
regmap_update_bits(devrec->regmap_short, REG_GPIO, 0x08, 0x08);
case REG_GPIO:
IPW2100_REG(REG_GPIO),
reg = readl_relaxed(pctl->base + REG_GPIO(offset));
regmap_update_bits(pctl->map, REG_GPIO(pin), mask, value);
ret = regmap_read(pctl->map, REG_GPIO(pin), &val);