Home
last modified time | relevance | path

Searched refs:SWBST_MODE_AUTO (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dpfuze100.c235 MODE(SWBST_MODE_AUTO, SWBST_MODE_AUTO, "SWBST_MODE_AUTO"),
433 on_off = *enable ? SWBST_MODE_AUTO : in pfuze100_regulator_enable()
/openbmc/u-boot/include/power/
H A Dpfuze100_pmic.h219 #define SWBST_MODE_AUTO 2 macro
/openbmc/u-boot/board/kosagi/novena/
H A Dnovena.c220 reg |= (SWBST_5_00V | (SWBST_MODE_AUTO << SWBST_MODE_SHIFT)); in power_init_board()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dcommon.c1587 reg |= (SWBST_5_00V | (SWBST_MODE_AUTO << SWBST_MODE_SHIFT)); in setup_pmic()