Searched refs:GPIO_PIN_INVOUT (Results 1 – 6 of 6) sorted by relevance
76 #define GPIO_PIN_INVOUT 0x00000100 /* invert output */ macro
205 sc->pins[pin].pin_flags &= ~(GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in mtk_gpio_pin_set_invert()243 sc->pins[pin].pin_flags |= GPIO_PIN_INVOUT; in mtk_gpio_pin_probe()286 GPIO_PIN_INVIN | GPIO_PIN_INVOUT; in mtk_gpio_attach()419 flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)); in mtk_gpio_pin_setflags()
214 sc->pins[pin].pin_flags &= ~(GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in mtk_gpio_pin_set_invert()252 sc->pins[pin].pin_flags |= GPIO_PIN_INVOUT; in mtk_gpio_pin_probe()295 GPIO_PIN_INVIN | GPIO_PIN_INVOUT | in mtk_gpio_attach()429 flags & (GPIO_PIN_INVIN | GPIO_PIN_INVOUT)); in mtk_gpio_pin_setflags()
376 flags |= GPIO_PIN_INVIN | GPIO_PIN_INVOUT; in as3722_gpio_pin_getflags()563 GPIO_PIN_INVOUT; in as3722_gpio_attach()
127 #define GPIO_PIN_INVOUT 0x0100 /* invert output */
69 GPIO_PIN_INVOUT)