Home
last modified time | relevance | path

Searched refs:FEC_ENABLE_GPIO (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-imx/
Dmach-mx25_3ds.c125 #define FEC_ENABLE_GPIO IMX_GPIO_NR(2, 3) macro
130 gpio_request(FEC_ENABLE_GPIO, "FEC PHY enable"); in mx25pdk_fec_reset()
133 gpio_direction_output(FEC_ENABLE_GPIO, 0); /* drop PHY power */ in mx25pdk_fec_reset()
138 gpio_set_value(FEC_ENABLE_GPIO, 1); in mx25pdk_fec_reset()