Home
last modified time | relevance | path

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

/openbmc/u-boot/board/k+p/kp_imx53/
H A Dkp_imx53.c23 #define PHY_nRST IMX_GPIO_NR(7, 6) macro
173 gpio_request(PHY_nRST, "PHY_nRST"); in eth_phy_reset()
174 gpio_direction_output(PHY_nRST, 1); in eth_phy_reset()
176 gpio_set_value(PHY_nRST, 0); in eth_phy_reset()
178 gpio_set_value(PHY_nRST, 1); in eth_phy_reset()