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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-orion/
H A Dgpio.c100 val = readl(GPIO_DATA_IN(pin)) ^ readl(GPIO_IN_POL(pin));
213 * GPIO_IN_POL register controls whether GPIO_DATA_IN will hold the same
298 u = readl(GPIO_IN_POL(pin));
300 writel(u, GPIO_IN_POL(pin));
302 u = readl(GPIO_IN_POL(pin));
304 writel(u, GPIO_IN_POL(pin));
308 v = readl(GPIO_IN_POL(pin)) ^ readl(GPIO_DATA_IN(pin));
313 u = readl(GPIO_IN_POL(pin));
318 writel(u, GPIO_IN_POL(pin));
353 polarity = readl(GPIO_IN_POL(pi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/include/mach/
H A Dgpio.h20 #define GPIO_IN_POL(pin) ORION5X_DEV_BUS_REG(0x10c) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-dove/include/mach/
H A Dgpio.h27 #define GPIO_IN_POL(pin) (GPIO_BASE(pin) + 0x0c) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/include/mach/
H A Dgpio.h21 #define GPIO_IN_POL(pin) (DEV_BUS_VIRT_BASE + GPIO_OFF(pin) + 0x0c) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mv78xx0/include/mach/
H A Dgpio.h22 #define GPIO_IN_POL(pin) (DEV_BUS_VIRT_BASE + 0x010c) macro

Completed in 53 milliseconds