Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ixp2000/
Dcore.c264 static unsigned long GPIO_IRQ_level_low; variable
271 ixp2000_reg_write(IXP2000_GPIO_LSLR, GPIO_IRQ_level_low); in update_gpio_int_csrs()
284 GPIO_IRQ_level_low &= ~(1 << line); in gpio_line_config()
333 GPIO_IRQ_level_low |= 1 << line; in ixp2000_GPIO_irq_type()
335 GPIO_IRQ_level_low &= ~(1 << line); in ixp2000_GPIO_irq_type()