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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dgpio.c42 #define GPIO_INT_LVL(x) (GPIO_REG(x) + 0x60) macro
194 val = __raw_readl(GPIO_INT_LVL(gpio));
197 __raw_writel(val, GPIO_INT_LVL(gpio));
224 u32 lvl = __raw_readl(GPIO_INT_LVL(gpio));
323 __raw_readl(GPIO_INT_LVL(gpio)));

Completed in 107 milliseconds