Searched refs:ENET_PHY_RESET (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/siemens/capricorn/
H A Dboard.c77 #define ENET_PHY_RESET IMX_GPIO_NR(0, 3) macro
100 ret = gpio_request(ENET_PHY_RESET, "enet_phy_reset");
102 gpio_direction_output(ENET_PHY_RESET, 1);
103 gpio_set_value(ENET_PHY_RESET, 0);
106 gpio_set_value(ENET_PHY_RESET, 1);

Completed in 64 milliseconds