Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Drk8xx_pmic.h91 REG_DCDC_ILMAX = 0x90, enumerator
/openbmc/u-boot/drivers/power/regulator/
H A Drk8xx.c124 ret = pmic_clrsetbits(pmic, REG_DCDC_ILMAX, 0, 3 << (buck * 2)); in _buck_set_enable()