Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dmax5970.h50 #define MAX5970_VAL2REG_L(x) ((x) & 0x3) macro
/openbmc/linux/drivers/regulator/
H A Dmax5970-regulator.c92 ret = regmap_write(rdev->regmap, off_l, MAX5970_VAL2REG_L(reg)); in max597x_set_vp()