Searched refs:gpio_int_unmasked (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-ep93xx/
H A Dgpio.c30 static unsigned char gpio_int_unmasked[3]; variable
55 __raw_writeb(gpio_int_unmasked[port] & gpio_int_enabled[port],
61 gpio_int_unmasked[line >> 3] &= ~(1 << (line & 7));
138 gpio_int_unmasked[port] &= ~port_mask;
149 gpio_int_unmasked[port] &= ~(1 << (line & 7));
158 gpio_int_unmasked[port] |= 1 << (line & 7);

Completed in 106 milliseconds