Searched refs:conv_rate (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adm1021.c | 327 int conv_rate, status, config, man_id, dev_id; in adm1021_detect() local 335 conv_rate = i2c_smbus_read_byte_data(client, in adm1021_detect() 340 if ((status & 0x03) || (config & 0x3F) || (conv_rate & 0xF8)) { in adm1021_detect() 400 if (conv_rate == 0x00 in adm1021_detect()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | tmp007.c | 107 int conv_rate; in tmp007_read_raw() local 135 conv_rate = (data->config & TMP007_CONFIG_CR_MASK) in tmp007_read_raw() 137 *val = tmp007_avgs[conv_rate][0]; in tmp007_read_raw() 138 *val2 = tmp007_avgs[conv_rate][1]; in tmp007_read_raw()
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | tmp007.c | 107 int conv_rate; in tmp007_read_raw() local 135 conv_rate = (data->config & TMP007_CONFIG_CR_MASK) in tmp007_read_raw() 137 *val = tmp007_avgs[conv_rate][0]; in tmp007_read_raw() 138 *val2 = tmp007_avgs[conv_rate][1]; in tmp007_read_raw()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adm1021.c | 327 int reg, conv_rate, status, config, man_id, dev_id; in adm1021_detect() local 335 conv_rate = i2c_smbus_read_byte_data(client, in adm1021_detect() 340 if ((status & 0x03) || (config & 0x3F) || (conv_rate & 0xF8)) { in adm1021_detect() 412 if (conv_rate == 0x00 in adm1021_detect()
|
Completed in 6 milliseconds