Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Demc2305.c38 #define EMC2305_REG_FAN_DRIVE(n) (0x30 + 0x10 * (n)) macro
185 ret = i2c_smbus_write_byte_data(client, EMC2305_REG_FAN_DRIVE(cdev_idx), val); in __emc2305_set_cur_state()
194 ret = i2c_smbus_write_byte_data(client, EMC2305_REG_FAN_DRIVE(i), val); in __emc2305_set_cur_state()
266 return i2c_smbus_read_byte_data(client, EMC2305_REG_FAN_DRIVE(channel)); in emc2305_show_pwm()
278 ret = i2c_smbus_write_byte_data(client, EMC2305_REG_FAN_DRIVE(channel), val); in emc2305_set_pwm()