Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-apple-gpio.c51 #define REG_GPIOx_IN_IRQ_OFF 7 macro
231 FIELD_PREP(REG_GPIOx_MODE, REG_GPIOx_IN_IRQ_OFF) | in apple_gpio_direction_input()
272 return REG_GPIOx_IN_IRQ_OFF; in apple_gpio_irq_type()
282 FIELD_PREP(REG_GPIOx_MODE, REG_GPIOx_IN_IRQ_OFF)); in apple_gpio_irq_mask()
316 if (irqtype == REG_GPIOx_IN_IRQ_OFF) in apple_gpio_irq_set_type()