Searched refs:tegra_gpio_mask_write (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.c81 static void tegra_gpio_mask_write(u32 reg, int gpio, int value) function
93 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1);
98 tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0);
103 tegra_gpio_mask_write(GPIO_MSK_OUT(offset), offset, value);
113 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 0);
121 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 1);
148 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 0);
155 tegra_gpio_mask_write(GPIO_MSK_INT_ENB(gpio), gpio, 1);

Completed in 56 milliseconds