Searched refs:PM886_REG_GPADC_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | 88pm886-gpadc.c | 149 return regmap_assign_bits(gpadc->map, PM886_REG_GPADC_CONFIG(0x14), bits, on); in gpadc_set_bias() 158 unsigned int reg = PM886_REG_GPADC_CONFIG(0xb + gpadc_num); in gpadc_find_bias_current() 290 ret = regmap_set_bits(map, PM886_REG_GPADC_CONFIG(0x6), BIT(0)); in pm886_gpadc_hw_enable() 295 return regmap_bulk_write(map, PM886_REG_GPADC_CONFIG(0x1), config, ARRAY_SIZE(config)); in pm886_gpadc_hw_enable() 300 return regmap_clear_bits(map, PM886_REG_GPADC_CONFIG(0x6), BIT(0)); in pm886_gpadc_hw_disable()
|
| /linux/include/linux/mfd/ |
| H A D | 88pm886.h | 76 #define PM886_REG_GPADC_CONFIG(n) (n) macro
|