Home
last modified time | relevance | path

Searched refs:REG_GPIOx_IN_IRQ_OFF (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c54 #define REG_GPIOx_IN_IRQ_OFF 7 macro
234 FIELD_PREP(REG_GPIOx_MODE, REG_GPIOx_IN_IRQ_OFF) | in apple_gpio_direction_input()
275 return REG_GPIOx_IN_IRQ_OFF; in apple_gpio_irq_type()
285 FIELD_PREP(REG_GPIOx_MODE, REG_GPIOx_IN_IRQ_OFF)); in apple_gpio_irq_mask()
319 if (irqtype == REG_GPIOx_IN_IRQ_OFF) in apple_gpio_irq_set_type()