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

/linux-master/drivers/phy/marvell/
H A DMakefile7 obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY) += phy-mvebu-a3700-comphy.o
9 obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY) += phy-armada38x-comphy.o
10 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c537 struct phy *comphy; member in struct:mvneta_port
3700 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface);
3704 return phy_power_on(pp->comphy);
3712 if (pp->comphy) {
3825 WARN_ON(phy_power_off(pp->comphy));
4109 WARN_ON(phy_power_off(pp->comphy));
5461 struct phy *comphy; local
5494 comphy = devm_of_phy_get(&pdev->dev, dn, NULL);
5495 if (comphy == ERR_PTR(-EPROBE_DEFER))
5498 if (IS_ERR(comphy))
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1790 if (!port->comphy)
1793 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface);
1797 return phy_power_on(port->comphy);
4584 /* comphy reconfiguration */
4652 phy_power_off(port->comphy);
6455 phy_power_off(port->comphy);
6688 struct phy *comphy = NULL; local
6734 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL);
6735 if (IS_ERR(comphy)) {
6736 if (PTR_ERR(comphy)
[all...]
H A Dmvpp2.h1244 struct phy *comphy; member in struct:mvpp2_port

Completed in 162 milliseconds