Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dstpmu1.h20 #define STPMU1_BUCK_MODE BIT(1) macro
/openbmc/u-boot/drivers/power/regulator/
H A Dstpmu1.c218 return ret & STPMU1_BUCK_MODE ? STPMU1_BUCK_MODE_LP : in stpmu1_buck_get_mode()
226 STPMU1_BUCK_MODE, in stpmu1_buck_set_mode()
227 mode ? STPMU1_BUCK_MODE : 0); in stpmu1_buck_set_mode()