Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ixp23xx/
Dcore.c117 u32 int_style; in ixp23xx_irq_set_type() local
129 int_style = IXP23XX_GPIO_STYLE_TRANSITIONAL; in ixp23xx_irq_set_type()
133 int_style = IXP23XX_GPIO_STYLE_RISING_EDGE; in ixp23xx_irq_set_type()
137 int_style = IXP23XX_GPIO_STYLE_FALLING_EDGE; in ixp23xx_irq_set_type()
141 int_style = IXP23XX_GPIO_STYLE_ACTIVE_HIGH; in ixp23xx_irq_set_type()
145 int_style = IXP23XX_GPIO_STYLE_ACTIVE_LOW; in ixp23xx_irq_set_type()
171 *int_reg |= (int_style << (line * IXP23XX_GPIO_STYLE_SIZE)); in ixp23xx_irq_set_type()
/linux-3.4.99/arch/arm/mach-ixp4xx/
Dcommon.c136 u32 int_style; in ixp4xx_set_irq_type() local
148 int_style = IXP4XX_GPIO_STYLE_TRANSITIONAL; in ixp4xx_set_irq_type()
152 int_style = IXP4XX_GPIO_STYLE_RISING_EDGE; in ixp4xx_set_irq_type()
156 int_style = IXP4XX_GPIO_STYLE_FALLING_EDGE; in ixp4xx_set_irq_type()
160 int_style = IXP4XX_GPIO_STYLE_ACTIVE_HIGH; in ixp4xx_set_irq_type()
164 int_style = IXP4XX_GPIO_STYLE_ACTIVE_LOW; in ixp4xx_set_irq_type()
190 *int_reg |= (int_style << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_set_irq_type()