Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Das3722_gpio.c21 value |= AS3722_GPIO_CONTROL_MODE_OUTPUT_VDDH; in as3722_gpio_configure()
82 value = AS3722_GPIO_CONTROL_MODE_OUTPUT_VDDH; in as3722_gpio_direction_output()
/openbmc/u-boot/include/power/
H A Das3722.h23 #define AS3722_GPIO_CONTROL_MODE_OUTPUT_VDDH (1 << 0) macro