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

/u-boot/board/technexion/pico-imx6/
H A Dpico-imx6.c40 #define ETH_PHY_RESET IMX_GPIO_NR(1, 26) macro
97 gpio_request(ETH_PHY_RESET, "enet_phy_reset");
98 gpio_direction_output(ETH_PHY_RESET, 0);
100 gpio_set_value(ETH_PHY_RESET, 1);
/u-boot/board/wandboard/
H A Dwandboard.c51 #define ETH_PHY_RESET IMX_GPIO_NR(3, 29) macro
111 gpio_request(ETH_PHY_RESET, "PHY_RESET");
112 gpio_direction_output(ETH_PHY_RESET, 0);
114 gpio_set_value(ETH_PHY_RESET, 1);

Completed in 91 milliseconds