Home
last modified time | relevance | path

Searched refs:S2MPS11_BUCK9_UV_MIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/power/
H A Ds2mps11.h128 #define S2MPS11_BUCK9_UV_MIN 1400000 macro
/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c63 uV = hex * S2MPS11_BUCK9_STEP * 2 + S2MPS11_BUCK9_UV_MIN; in s2mps11_buck_hex2volt()
95 hex = (uV - S2MPS11_BUCK9_UV_MIN) / S2MPS11_BUCK9_STEP; in s2mps11_buck_volt2hex()