Searched refs:GFER (Results 1 – 4 of 4) sorted by relevance
57 GFER = GPIO_IRQ_falling_edge & GPIO_IRQ_mask; in set_GPIO_IRQ_edge()134 GFER &= ~(spurious & GPIO_11_27_spurious); in sa1100_GPIO11_27_demux()195 GFER = GPIO_IRQ_falling_edge & GPIO_IRQ_mask; in sa1100_unmask_GPIO11_27_irq()217 GFER = 0; in sa1100_init_irq()
91 SAVE(GFER); in pm_do_suspend()105 GFER = 0; in pm_do_suspend()127 RESTORE(GFER); in pm_do_suspend()
115 PWER = GFER = GRER = 1; in sa1100_power_off()
1143 #define GFER __REG(0x90040014) /* GPIO Falling-Edge detect Reg. */ macro