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

/u-boot/drivers/net/
H A Dmvpp2.c970 struct gpio_desc phy_tx_disable_gpio; member in struct:mvpp2_port
4788 &port->phy_tx_disable_gpio, GPIOD_IS_OUT);
4811 if (dm_gpio_is_valid(&port->phy_tx_disable_gpio))
4812 dm_gpio_set_value(&port->phy_tx_disable_gpio, 0);

Completed in 96 milliseconds