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

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

Completed in 63 milliseconds