Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/pmic/
Das3722_gpio.c26 err = pmic_reg_write(pmic, AS3722_GPIO_CONTROL(gpio), value); in as3722_gpio_configure()
84 err = pmic_reg_write(pmic, AS3722_GPIO_CONTROL(gpio), value); in as3722_gpio_direction_output()
/external/u-boot/include/power/
Das3722.h21 #define AS3722_GPIO_CONTROL(n) (0x08 + (n)) macro