Home
last modified time | relevance | path

Searched defs:step (Results 1 – 3 of 3) sorted by relevance

/include/dt-bindings/pmic/
A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/include/power/
A Dsandbox_pmic.h98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
A Ds5m8767.h55 int step; member

Completed in 5 milliseconds