Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Ds2mps11.h135 #define S2MPS11_BUCK_MODE_SHIFT 6 macro
/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c185 val &= (S2MPS11_BUCK_MODE_MASK << S2MPS11_BUCK_MODE_SHIFT); in s2mps11_buck_mode()
217 val &= ~(S2MPS11_BUCK_MODE_MASK << S2MPS11_BUCK_MODE_SHIFT); in s2mps11_buck_mode()