Searched refs:ADC128_REG_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adc128d818.c | 41 #define ADC128_REG_CONFIG 0x00 macro 374 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG) & 0xf4) in adc128_detect() 402 err = i2c_smbus_write_byte_data(client, ADC128_REG_CONFIG, 0x80); in adc128_init_client() 423 err = i2c_smbus_write_byte_data(client, ADC128_REG_CONFIG, 0x01); in adc128_init_client()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adc128d818.c | 41 #define ADC128_REG_CONFIG 0x00 macro 374 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG) & 0xf4) in adc128_detect() 402 err = i2c_smbus_write_byte_data(client, ADC128_REG_CONFIG, 0x80); in adc128_init_client() 423 err = i2c_smbus_write_byte_data(client, ADC128_REG_CONFIG, 0x01); in adc128_init_client()
|
Completed in 2 milliseconds