Home
last modified time | relevance | path

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

/u-boot/drivers/power/regulator/
A Ds2mps11_regulator.c352 uV = hex * S2MPS11_LDO_STEP + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()
355 uV = hex * S2MPS11_LDO_STEP * 2 + S2MPS11_LDO_UV_MIN; in s2mps11_ldo_hex2volt()
374 hex = (uV - S2MPS11_LDO_UV_MIN) / S2MPS11_LDO_STEP; in s2mps11_ldo_volt2hex()
377 hex = (uV - S2MPS11_LDO_UV_MIN) / (S2MPS11_LDO_STEP * 2); in s2mps11_ldo_volt2hex()
/u-boot/include/power/
A Ds2mps11.h145 #define S2MPS11_LDO_STEP 25000 macro

Completed in 4 milliseconds