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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/include/mach/
H A Dep93xx-regs.h102 #define EP93XX_GPIO_REG(x) (EP93XX_GPIO_BASE + (x)) macro
103 #define EP93XX_GPIO_F_INT_STATUS EP93XX_GPIO_REG(0x5c)
104 #define EP93XX_GPIO_A_INT_STATUS EP93XX_GPIO_REG(0xa0)
105 #define EP93XX_GPIO_B_INT_STATUS EP93XX_GPIO_REG(0xbc)
106 #define EP93XX_GPIO_EEDRIVE EP93XX_GPIO_REG(0xc8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/
H A Dgpio.c47 __raw_writeb(0, EP93XX_GPIO_REG(int_en_register_offset[port]));
50 EP93XX_GPIO_REG(int_type2_register_offset[port]));
53 EP93XX_GPIO_REG(int_type1_register_offset[port]));
56 EP93XX_GPIO_REG(int_en_register_offset[port]));
76 EP93XX_GPIO_REG(int_debounce_register_offset[port]));
126 __raw_writeb(port_mask, EP93XX_GPIO_REG(eoi_register_offset[port]));
141 __raw_writeb(port_mask, EP93XX_GPIO_REG(eoi_register_offset[port]));
411 .data_reg = EP93XX_GPIO_REG(dr), \
412 .data_dir_reg = EP93XX_GPIO_REG(ddr), \

Completed in 54 milliseconds