Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Das3722.h25 #define AS3722_GPIO_CONTROL_INVERT (1 << 7) macro
/openbmc/u-boot/drivers/power/pmic/
H A Das3722_gpio.c24 value |= AS3722_GPIO_CONTROL_INVERT; in as3722_gpio_configure()