Searched refs:REG_CR1 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | max31760.c | 12 #define REG_CR1 0x00 macro 188 ret = regmap_read(state->regmap, REG_CR1, ®val); in max31760_read() 208 ret = regmap_read(state->regmap, REG_CR1, ®val); in max31760_read() 296 REG_CR1, CR1_DRV, in max31760_write() 312 return regmap_update_bits(state->regmap, REG_CR1, CR1_TEMP_SRC, val); in max31760_write() 454 ret = regmap_read(state->regmap, REG_CR1, ®val); in pwm1_auto_point_temp_hyst_show() 475 ret = regmap_clear_bits(state->regmap, REG_CR1, CR1_HYST); in pwm1_auto_point_temp_hyst_store() 477 ret = regmap_set_bits(state->regmap, REG_CR1, CR1_HYST); in pwm1_auto_point_temp_hyst_store()
|