Home
last modified time | relevance | path

Searched defs:VAL2REG (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/openbmc/u-boot/include/power/
H A Dsandbox_pmic.h99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro