Home
last modified time | relevance | path

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

/external/u-boot/include/
Daxp_pmic.h27 int axp_set_dcdc3(unsigned int mvolt);
/external/u-boot/drivers/power/
Daxp152.c42 int axp_set_dcdc3(unsigned int mvolt) in axp_set_dcdc3() function
Daxp209.c53 int axp_set_dcdc3(unsigned int mvolt) in axp_set_dcdc3() function
Daxp809.c68 int axp_set_dcdc3(unsigned int mvolt) in axp_set_dcdc3() function
Daxp818.c68 int axp_set_dcdc3(unsigned int mvolt) in axp_set_dcdc3() function
Daxp221.c67 int axp_set_dcdc3(unsigned int mvolt) in axp_set_dcdc3() function
/external/u-boot/board/sunxi/
Dboard.c536 power_failed |= axp_set_dcdc3(CONFIG_AXP_DCDC3_VOLT); in sunxi_board_init()