Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dt-bindings/pmic/
H A Dsandbox_pmic.h32 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/OK3568_Linux_fs/u-boot/include/power/
H A Dsandbox_pmic.h100 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro