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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dvr41xx_giu.c86 #define giu_write(offset, value) writew((value), giu_base + (offset)) macro
98 giu_write(offset, data);
109 giu_write(offset, data);
116 giu_write(GIUINTSTATL, 1 << GPIO_PIN_OF_IRQ(irq));
130 giu_write(GIUINTSTATL, 1 << pin);
148 giu_write(GIUINTSTATH,
163 giu_write(GIUINTSTATH, 1 << pin);
251 giu_write(GIUINTSTATL, mask);
286 giu_write(GIUINTSTATH, mask);
301 giu_write(GIUINTSTAT
[all...]

Completed in 47 milliseconds