Searched refs:LTC2945_CONTROL (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/hwmon/ |
| D | ltc2945.c | 28 #define LTC2945_CONTROL 0x00 macro 110 ret = regmap_read(regmap, LTC2945_CONTROL, &control); in ltc2945_reg_to_val() 178 ret = regmap_read(regmap, LTC2945_CONTROL, &control); in ltc2945_val_to_reg() 295 ret = regmap_update_bits(regmap, LTC2945_CONTROL, CONTROL_TEST_MODE, in ltc2945_reset_history() 324 regmap_update_bits(regmap, LTC2945_CONTROL, CONTROL_TEST_MODE, 0); in ltc2945_reset_history()
|