Searched refs:MAX6639_REG_GCONFIG (Results 1 – 1 of 1) sorted by relevance
44 #define MAX6639_REG_GCONFIG 0x04 macro430 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client()510 err = i2c_smbus_write_byte_data(client, MAX6639_REG_GCONFIG, in max6639_init_client()568 int data = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_suspend()573 MAX6639_REG_GCONFIG, data | MAX6639_GCONFIG_STANDBY); in max6639_suspend()579 int data = i2c_smbus_read_byte_data(client, MAX6639_REG_GCONFIG); in max6639_resume()584 MAX6639_REG_GCONFIG, data & ~MAX6639_GCONFIG_STANDBY); in max6639_resume()