Searched refs:GPIO_PIN_MASK (Results 1 – 9 of 9) sorted by relevance
183 gpio &= GPIO_PIN_MASK; in gpio_irq_set_type()222 gpio &= GPIO_PIN_MASK; in gpio_irq_revert_type()257 gpio &= GPIO_PIN_MASK; in gpio_irq_get_gpio_level()272 gpio &= GPIO_PIN_MASK; in gpio_irq_enable()296 gpio &= GPIO_PIN_MASK; in gpio_irq_disable()
195 gpio &= GPIO_PIN_MASK; in gpio_irq_set_type()234 gpio &= GPIO_PIN_MASK; in gpio_irq_revert_type()269 gpio &= GPIO_PIN_MASK; in gpio_irq_get_gpio_level()285 gpio &= GPIO_PIN_MASK; in gpio_irq_enable()309 gpio &= GPIO_PIN_MASK; in gpio_irq_disable()
53 #define GPIO_PIN_MASK 0x000000FF macro79 #define GPIO_PIN(gpio) ((gpio & GPIO_PIN_MASK) >> GPIO_PIN_OFFSET)
69 pin = (gpio & GPIO_PIN_MASK) >> GPIO_PIN_OFFSET; in __hard_gpio_to_irq()
49 #define GPIO_PIN_MASK 0x1f macro
21 unsigned int pin = gpio_mode & GPIO_PIN_MASK; in imx_gpio_mode()
214 #define GPIO_PIN_MASK 0x1f macro
209 unsigned int pin = gpio_mode & GPIO_PIN_MASK; in imx_gpio_mode()
131 #define GPIO_PIN_MASK 0x1f macro