Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31760.c19 #define CR2_DFC BIT(0) macro
204 *val = 2 - FIELD_GET(CR2_DFC, regval); in max31760_read()
285 return regmap_set_bits(state->regmap, REG_CR2, CR2_DFC); in max31760_write()
288 return regmap_clear_bits(state->regmap, REG_CR2, CR2_DFC); in max31760_write()