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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp2000/
H A Dcore.c275 static unsigned long GPIO_IRQ_level_low; variable
282 ixp2000_reg_write(IXP2000_GPIO_LSLR, GPIO_IRQ_level_low);
295 GPIO_IRQ_level_low &= ~(1 << line);
345 GPIO_IRQ_level_low |= 1 << line;
347 GPIO_IRQ_level_low &= ~(1 << line);

Completed in 47 milliseconds