Home
last modified time | relevance | path

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

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