Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31760.c17 #define CR2_STBY BIT(7) macro
567 return regmap_set_bits(state->regmap, REG_CR2, CR2_STBY); in max31760_suspend()
574 return regmap_clear_bits(state->regmap, REG_CR2, CR2_STBY); in max31760_resume()