Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-ixp4xx.c104 u32 int_style; in ixp4xx_gpio_irq_set_type() local
111 int_style = IXP4XX_GPIO_STYLE_TRANSITIONAL; in ixp4xx_gpio_irq_set_type()
116 int_style = IXP4XX_GPIO_STYLE_RISING_EDGE; in ixp4xx_gpio_irq_set_type()
121 int_style = IXP4XX_GPIO_STYLE_FALLING_EDGE; in ixp4xx_gpio_irq_set_type()
126 int_style = IXP4XX_GPIO_STYLE_ACTIVE_HIGH; in ixp4xx_gpio_irq_set_type()
131 int_style = IXP4XX_GPIO_STYLE_ACTIVE_LOW; in ixp4xx_gpio_irq_set_type()
158 val |= (int_style << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_gpio_irq_set_type()