Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dtc654.c35 #define TC654_REG_FAN_FAULT(idx) (TC654_REG_FAN_FAULT1 + (idx)) macro
155 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(0)); in tc654_update_client()
160 ret = i2c_smbus_read_byte_data(client, TC654_REG_FAN_FAULT(1)); in tc654_update_client()
243 ret = i2c_smbus_write_byte_data(client, TC654_REG_FAN_FAULT(nr), in fan_min_store()