Home
last modified time | relevance | path

Searched refs:LDO_EN (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/power/
Dmc34vr500_pmic.h123 #define LDO_EN (1 << 4) macro
Dpfuze100_pmic.h197 #define LDO_EN (1 << 4) macro
/external/u-boot/board/wandboard/
Dwandboard.c460 reg |= (LDOA_1_50V | (1 << (LDO_EN))); in power_init_board()
/external/u-boot/board/freescale/mx6sxsabresd/
Dmx6sxsabresd.c165 reg |= (LDOB_3_30V | (1 << LDO_EN)); in power_init_board()
/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c1264 reg |= (LDOA_1_50V | LDO_EN); in setup_pmic()