Home
last modified time | relevance | path

Searched refs:IOP3XX_GPOE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/plat-iop/
Dgpio.c26 *IOP3XX_GPOE |= 1 << line; in gpio_line_config()
28 *IOP3XX_GPOE &= ~(1 << line); in gpio_line_config()
/linux-2.6.39/arch/arm/mach-iop32x/
Dem7210.c185 *IOP3XX_GPOE &= 0xfe; in em7210_power_off()
/linux-2.6.39/arch/arm/include/asm/hardware/
Diop3xx.h172 #define IOP3XX_GPOE (volatile u32 *)IOP3XX_GPIO_REG(0x0000) macro