Searched refs:AS3722_GPIO_CONTROL (Results 1 – 2 of 2) sorted by relevance
26 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()
21 #define AS3722_GPIO_CONTROL(n) (0x08 + (n)) macro