Searched refs:VAL2REG (Results 1 - 10 of 10) sorted by relevance

/u-boot/arch/sandbox/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/x86/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/xtensa/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/mips/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/nios2/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/microblaze/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/arch/arm/dts/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/include/power/
H A Dsandbox_pmic.h99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) macro
/u-boot/drivers/power/regulator/
H A Dsandbox.c127 reg_val = VAL2REG(range[dev->driver_data - 1].min,

Completed in 196 milliseconds