GLOBAL_STATUS
ret = regmap_read(rmap, GLOBAL_STATUS, &val);
ret = reg_read(priv, REG_GLOBAL, GLOBAL_STATUS);
regmap_read(map, GLOBAL_STATUS, &val);