Home
last modified time | relevance | path

Searched refs:LTC2945_FAULT (Results 1 – 1 of 1) sorted by relevance

/drivers/hwmon/
Dltc2945.c22 #define LTC2945_FAULT 0x03 macro
328 ret = regmap_read(regmap, LTC2945_FAULT, &fault); in ltc2945_bool_show()
334 regmap_update_bits(regmap, LTC2945_FAULT, attr->index, 0); in ltc2945_bool_show()
462 regmap_write(regmap, LTC2945_FAULT, 0x00); in ltc2945_probe()