Searched refs:AS3722_GPIO_INVERT (Results 1 – 2 of 2) sorted by relevance
346 inverted = (tmp & AS3722_GPIO_INVERT) != 0; in as3722_gpio_pin_getflags()468 if (sc->gpio_pins[pin]->pin_ctrl_reg & AS3722_GPIO_INVERT) in as3722_gpio_pin_set()501 if (ctrl & AS3722_GPIO_INVERT) in as3722_gpio_pin_get()
48 #define AS3722_GPIO_INVERT 0x80 macro