Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dphy-mvebu-comphy.txt1 mvebu comphy driver
4 A comphy controller can be found on Marvell Armada 7k/8k on the CP110. It
10 - 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";
/Linux-v4.19/drivers/phy/marvell/
DKconfig25 tristate "Marvell CP110 comphy driver"
30 This driver allows to control the comphy, an hardware block providing
DMakefile5 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dsff,sfp.txt55 phy-names = "comphy";
/Linux-v4.19/arch/arm64/boot/dts/marvell/
Darmada-cp110.dtsi92 CP110_LABEL(comphy): phy@120000 {
93 compatible = "marvell,comphy-cp110";
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1148 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() local
4639 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 …]
Dmvpp2.h842 struct phy *comphy; member