Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon.c170 u32 int_style; in ixp4xx_set_irq_type() local
182 int_style = IXP4XX_GPIO_STYLE_TRANSITIONAL; in ixp4xx_set_irq_type()
186 int_style = IXP4XX_GPIO_STYLE_RISING_EDGE; in ixp4xx_set_irq_type()
190 int_style = IXP4XX_GPIO_STYLE_FALLING_EDGE; in ixp4xx_set_irq_type()
194 int_style = IXP4XX_GPIO_STYLE_ACTIVE_HIGH; in ixp4xx_set_irq_type()
198 int_style = IXP4XX_GPIO_STYLE_ACTIVE_LOW; in ixp4xx_set_irq_type()
224 *int_reg |= (int_style << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_set_irq_type()