Home
last modified time | relevance | path

Searched refs:CR1_HYST (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/hwmon/ !
Dmax31760.c13 #define CR1_HYST BIT(5) macro
458 return sysfs_emit(buf, "%d\n", (1 + (int)FIELD_GET(CR1_HYST, regval)) * 2000); 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()