Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c351 uV = hex * S2MPS11_LDO_STEP + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()
354 uV = hex * S2MPS11_LDO_STEP * 2 + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()
373 hex = (uV - S2MPS11_LDO_UV_MIN) / S2MPS11_LDO_STEP; in s2mps11_ldo_volt2hex()
376 hex = (uV - S2MPS11_LDO_UV_MIN) / (S2MPS11_LDO_STEP * 2); in s2mps11_ldo_volt2hex()
/openbmc/u-boot/include/power/
H A Ds2mps11.h146 #define S2MPS11_LDO_UV_MIN 800000 macro