Searched refs:comphy (Results 1 – 7 of 7) sorted by relevance
1 mvebu comphy driver4 A comphy controller can be found on Marvell Armada 7k/8k on the CP110. It10 - compatible: should be "marvell,comphy-cp110"11 - reg: should contain the comphy register location and length.17 A sub-node is required for each comphy lane provided by the comphy.21 - reg: comphy lane number.23 input port to use for a given comphy lane.28 compatible = "marvell,comphy-cp110";
25 tristate "Marvell CP110 comphy driver"30 This driver allows to control the comphy, an hardware block providing
5 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o
55 phy-names = "comphy";
92 CP110_LABEL(comphy): phy@120000 {93 compatible = "marvell,comphy-cp110";
1148 if (!port->comphy) in mvpp22_comphy_init()1166 ret = phy_set_mode(port->comphy, mode); in mvpp22_comphy_init()1170 return phy_power_on(port->comphy); in mvpp22_comphy_init()3181 phy_power_off(port->comphy); in mvpp2_stop_dev()4513 phy_power_off(port->comphy); in mvpp2_mac_config()4596 struct phy *comphy = NULL; in mvpp2_port_probe() local4639 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()4640 if (IS_ERR(comphy)) { in mvpp2_port_probe()4641 if (PTR_ERR(comphy) == -EPROBE_DEFER) { in mvpp2_port_probe()4645 comphy = NULL; in mvpp2_port_probe()[all …]
842 struct phy *comphy; member