Searched refs:FEC_ENABLE_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-mx25/
H A Dmach-mx25_3ds.c106 #define FEC_ENABLE_GPIO 35 macro
111 gpio_request(FEC_ENABLE_GPIO, "FEC PHY enable");
114 gpio_direction_output(FEC_ENABLE_GPIO, 0); /* drop PHY power */
119 gpio_set_value(FEC_ENABLE_GPIO, 1);

Completed in 51 milliseconds