PM886_REG_GPADC_CONFIG
return regmap_assign_bits(gpadc->map, PM886_REG_GPADC_CONFIG(0x14), bits, on);
unsigned int reg = PM886_REG_GPADC_CONFIG(0xb + gpadc_num);
ret = regmap_set_bits(map, PM886_REG_GPADC_CONFIG(0x6), BIT(0));
return regmap_bulk_write(map, PM886_REG_GPADC_CONFIG(0x1), config, ARRAY_SIZE(config));
return regmap_clear_bits(map, PM886_REG_GPADC_CONFIG(0x6), BIT(0));