Searched refs:RX51_WL1251_POWER_GPIO (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-omap2/
H A Dboard-rx51-peripherals.c46 #define RX51_WL1251_POWER_GPIO 87 macro
852 gpio_set_value(RX51_WL1251_POWER_GPIO, enable);
859 ret = gpio_request(RX51_WL1251_POWER_GPIO, "wl1251 power");
863 ret = gpio_direction_output(RX51_WL1251_POWER_GPIO, 0);
888 gpio_free(RX51_WL1251_POWER_GPIO);

Completed in 60 milliseconds