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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dcore.c264 static unsigned long GPIO_IRQ_level_low; variable
271 ixp2000_reg_write(IXP2000_GPIO_LSLR, GPIO_IRQ_level_low);
284 GPIO_IRQ_level_low &= ~(1 << line);
333 GPIO_IRQ_level_low |= 1 << line;
335 GPIO_IRQ_level_low &= ~(1 << line);

Completed in 55 milliseconds