Home
last modified time | relevance | path

Searched refs:axp_set_dcdc2 (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/
Daxp_pmic.h26 int axp_set_dcdc2(unsigned int mvolt);
/external/u-boot/drivers/power/
Daxp152.c21 int axp_set_dcdc2(unsigned int mvolt) in axp_set_dcdc2() function
Daxp209.c22 int axp_set_dcdc2(unsigned int mvolt) in axp_set_dcdc2() function
Daxp809.c51 int axp_set_dcdc2(unsigned int mvolt) in axp_set_dcdc2() function
Daxp818.c46 int axp_set_dcdc2(unsigned int mvolt) in axp_set_dcdc2() function
Daxp221.c50 int axp_set_dcdc2(unsigned int mvolt) in axp_set_dcdc2() function
/external/u-boot/board/sunxi/
Dboard.c535 power_failed |= axp_set_dcdc2(CONFIG_AXP_DCDC2_VOLT); in sunxi_board_init()