Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dltc4261.c27 #define LTC4261_FAULT 0x01 macro
146 fault = data->regs[LTC4261_FAULT] & attr->index; in ltc4261_bool_show()
148 i2c_smbus_write_byte_data(data->client, LTC4261_FAULT, ~fault); in ltc4261_bool_show()
216 i2c_smbus_write_byte_data(client, LTC4261_FAULT, 0x00); in ltc4261_probe()