Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dmax31760.c20 #define REG_CR3 0x02 macro
164 ret = regmap_read(state->regmap, REG_CR3, &regval); in max31760_read()
267 return regmap_clear_bits(state->regmap, REG_CR3, BIT(channel)); in max31760_write()
270 return regmap_set_bits(state->regmap, REG_CR3, BIT(channel)); in max31760_write()