Searched refs:GPIO_MSK_OE (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.c46 #define GPIO_MSK_OE(x) (GPIO_REG(x) + 0x810) macro
113 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 0);
121 tegra_gpio_mask_write(GPIO_MSK_OE(offset), offset, 1);

Completed in 35 milliseconds