Home
last modified time | relevance | path

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

/linux/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
H A DKconfig28 tristate "Marvell A3700 comphy driver"
35 This driver allows to control the comphy, a hardware block providing
49 tristate "Marvell Armada 38x comphy driver"
54 This driver allows to control the comphy, an hardware block providing
59 tristate "Marvell CP110 comphy driver"
65 This driver allows to control the comphy, an hardware block providing
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-7040-db.dts233 phy-names = "cp0-usb3h0-comphy", "utmi";
247 phy-names = "cp0-usb3h1-comphy", "utmi";
H A Dcn9130-cf.dtsi183 phy-names = "comphy", "utmi";
H A Darmada-8040-mcbin.dtsi384 phy-names = "cp1-usb3h0-comphy", "utmi";
H A Darmada-8040-puzzle-m801.dts500 phy-names = "cp1-usb3h0-comphy";
H A Darmada-8040-clearfog-gt-8k.dts608 phy-names = "cp1-usb3h0-comphy";
/linux/arch/arm/boot/dts/marvell/
H A Darmada-38x.dtsi357 comphy: phy@18300 { label
358 compatible = "marvell,armada-380-comphy";
359 reg-names = "comphy", "conf";
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1790 if (!port->comphy) in mvpp22_comphy_init()
1793 ret = phy_set_mode_ext(port->comphy, PHY_MODE_ETHERNET, interface); in mvpp22_comphy_init()
1797 return phy_power_on(port->comphy); in mvpp22_comphy_init()
4594 /* comphy reconfiguration */ in mvpp22_mode_reconfigure()
4662 phy_power_off(port->comphy); in mvpp2_check_ringparam_valid()
6560 phy_power_off(port->comphy); in mvpp2_mac_config()
6844 struct phy *comphy = NULL; in mvpp2_port_probe()
6890 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()
6891 if (IS_ERR(comphy)) { in mvpp2_port_probe()
6892 if (PTR_ERR(comphy) in mvpp2_port_probe()
6829 struct phy *comphy = NULL; mvpp2_port_probe() local
[all...]
H A Dmvpp2.h1252 struct phy *comphy; member
/linux/
H A DMAINTAINERS15469 F: Documentation/devicetree/bindings/phy/marvell,comphy-cp110.yaml
15470 F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c