Home
last modified time | relevance | path

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

/openbmc/u-boot/board/st/stm32mp1/
H A Dboard.c77 STPMU1_BUCK_EN, STPMU1_BUCK_EN); in board_ddr_power_init()
/openbmc/u-boot/include/power/
H A Dstpmu1.h19 #define STPMU1_BUCK_EN BIT(0) macro
/openbmc/u-boot/drivers/power/regulator/
H A Dstpmu1.c180 return ret & STPMU1_BUCK_EN ? true : false; in stpmu1_buck_get_enable()
203 STPMU1_BUCK_EN, enable ? STPMU1_BUCK_EN : 0); in stpmu1_buck_set_enable()