Searched refs:STPMIC1_LDO3 (Results 1 - 3 of 3) sorted by relevance

/u-boot/board/st/common/
H A Dstpmic1.c34 ret = pmic_reg_read(dev, STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3));
42 ret = pmic_reg_write(dev, STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3),
74 STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3),
101 ret = pmic_reg_read(dev, STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3));
111 ret = pmic_reg_write(dev, STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3),
137 ret = pmic_clrsetbits(dev, STPMIC1_LDOX_MAIN_CR(STPMIC1_LDO3),
/u-boot/include/power/
H A Dstpmic1.h92 STPMIC1_LDO3, enumerator in enum:__anon86
/u-boot/drivers/power/regulator/
H A Dstpmic1.c328 if (ldo == STPMIC1_LDO3 && sel == STPMIC1_LDO3_DDR_SEL)
394 if (ldo != STPMIC1_LDO3)
415 if (ldo != STPMIC1_LDO3)
448 if (dev->driver_data - 1 == STPMIC1_LDO3) {

Completed in 107 milliseconds