Searched refs:W83795_REG_CONFIG (Results 1 – 1 of 1) sorted by relevance
45 #define W83795_REG_CONFIG 0x01 macro1865 w83795_write(client, W83795_REG_CONFIG, 0x80); in w83795_init_client()1868 config = w83795_read(client, W83795_REG_CONFIG); in w83795_init_client()1871 w83795_write(client, W83795_REG_CONFIG, in w83795_init_client()1964 config = i2c_smbus_read_byte_data(client, W83795_REG_CONFIG); in w83795_detect()