Searched refs:GPIO_PIN_INVIN (Results 1 – 7 of 7) sorted by relevance
75 #define GPIO_PIN_INVIN 0x00000080 /* invert input */ macro
205 sc->pins[pin].pin_flags &= ~(GPIO_PIN_INVIN | GPIO_PIN_INVOUT); in mtk_gpio_pin_set_invert()241 sc->pins[pin].pin_flags |= GPIO_PIN_INVIN; 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()250 sc->pins[pin].pin_flags |= GPIO_PIN_INVIN; 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()562 GPIO_PIN_PULLUP | GPIO_PIN_PULLDOWN | GPIO_PIN_INVIN | in as3722_gpio_attach()
126 #define GPIO_PIN_INVIN 0x0080 /* invert input */
131 if (flags & GPIO_PIN_INVIN) in octeon_gpio_pin_configure()
68 GPIO_PIN_PULLDOWN | GPIO_PIN_INVIN | \