Home
last modified time | relevance | path

Searched defs:min (Results 1 – 7 of 7) 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.h54 int min; member
/include/linux/
A Dpsci.h95 #define PSCI_VERSION(maj, min) \ argument
A Dkernel.h144 #define min(x, y) ({ \ macro
/include/
A Dsunxi_image.h24 #define SPL_VERSION(maj, min) \ argument
A Dfdtdec.h846 u32 min; member

Completed in 12 milliseconds