Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax6639.c31 #define MAX6639_REG_GCONFIG 0x04 macro
414 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client()
494 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client()
578 int ret = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_suspend()
587 MAX6639_REG_GCONFIG, ret | MAX6639_GCONFIG_STANDBY); in max6639_suspend()
604 ret = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_resume()
609 MAX6639_REG_GCONFIG, ret & ~MAX6639_GCONFIG_STANDBY); in max6639_resume()