Home
last modified time | relevance | path

Searched refs:IXP4XX_GPIO_GPOUTR (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-ixp4xx/
Dcommon.c127 *IXP4XX_GPIO_GPOUTR |= (1 << line); in gpio_line_set()
129 *IXP4XX_GPIO_GPOUTR &= ~(1 << line); in gpio_line_set()
/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h212 #define IXP4XX_GPIO_GPOUTR IXP4XX_GPIO_REG(IXP4XX_GPIO_GPOUTR_OFFSET) macro