Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31790.c19 #define MAX31790_REG_FAN_CONFIG(ch) (0x02 + (ch)) macro
260 err = i2c_smbus_write_byte_data(client, MAX31790_REG_FAN_CONFIG(channel), in max31790_write_fan()
376 err = i2c_smbus_write_byte_data(client, MAX31790_REG_FAN_CONFIG(channel), in max31790_write_pwm()
490 MAX31790_REG_FAN_CONFIG(i)); in max31790_init_client()