Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dtc654.c43 #define TC654_REG_FAN_FAULT(idx) (TC654_REG_FAN_FAULT1 + (idx)) macro
163 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(0)); in tc654_update_client()
168 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(1)); in tc654_update_client()
251 ret = i2c_smbus_write_byte_data(client, TC654_REG_FAN_FAULT(nr), in set_fan_min()