Searched refs:CR1_HYST (Results 1 – 1 of 1) sorted by relevance
13 #define CR1_HYST BIT(5) macro458 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()