Home
last modified time | relevance | path

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

/u-boot/drivers/phy/
A Dmt76x8-usb-phy.c78 struct reset_ctl rst_phy; member
189 reset_deassert(&phy->rst_phy); in mt76x8_usb_phy_power_on()
209 reset_assert(&phy->rst_phy); in mt76x8_usb_phy_power_off()
228 ret = reset_get_by_name(dev, "phy", &phy->rst_phy); in mt76x8_usb_phy_probe()
/u-boot/drivers/net/
A Dhigmacv300.c112 struct reset_ctl rst_phy; member
493 reset_deassert(&priv->rst_phy); in higmac_hw_init()
495 reset_assert(&priv->rst_phy); in higmac_hw_init()
497 reset_deassert(&priv->rst_phy); in higmac_hw_init()
585 return reset_get_by_name(dev, "phy", &priv->rst_phy); in higmac_of_to_plat()

Completed in 5 milliseconds