Searched refs:LTC2945_CONTROL (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | ltc2945.c | 19 #define LTC2945_CONTROL 0x00 macro 117 ret = regmap_read(regmap, LTC2945_CONTROL, &control); in ltc2945_reg_to_val() 192 ret = regmap_read(regmap, LTC2945_CONTROL, &control); in ltc2945_val_to_reg() 312 ret = regmap_update_bits(regmap, LTC2945_CONTROL, CONTROL_TEST_MODE, in ltc2945_history_store() 341 regmap_update_bits(regmap, LTC2945_CONTROL, CONTROL_TEST_MODE, 0); in ltc2945_history_store()
|