Home
last modified time | relevance | path

Searched refs:STPMIC1_LDO3_MODE (Results 1 – 3 of 3) sorted by relevance

/u-boot/board/st/common/
A Dstpmic1.c38 ret &= ~STPMIC1_LDO3_MODE; in board_ddr_power_init()
105 ret &= ~STPMIC1_LDO3_MODE; in board_ddr_power_init()
109 ret |= STPMIC1_LDO3_MODE; in board_ddr_power_init()
/u-boot/include/power/
A Dstpmic1.h55 #define STPMIC1_LDO3_MODE BIT(7) macro
/u-boot/drivers/power/regulator/
A Dstpmic1.c401 if (ret & STPMIC1_LDO3_MODE) in stpmic1_ldo_get_mode()
428 ret &= ~STPMIC1_LDO3_MODE; in stpmic1_ldo_set_mode()
431 ret |= STPMIC1_LDO3_MODE; in stpmic1_ldo_set_mode()

Completed in 4 milliseconds