Searched refs:comphy (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-armada38x-comphy.txt | 1 mvebu armada 38x comphy driver 4 This comphy controller can be found on Marvell Armada 38x. It provides a 10 - compatible: should be "marvell,armada-380-comphy" 11 - reg: should contain the comphy register location and length. 17 - reg-names: must be "comphy" as the first name, and "conf". 18 - reg: must contain the comphy register location and length as the first 22 A sub-node is required for each comphy lane provided by the comphy. 26 - reg: comphy lane number. 28 input port to use for a given comphy lane. 32 comphy: phy@18300 { [all …]
|
H A D | phy-mvebu-comphy.txt | 1 MVEBU comphy drivers 13 * "marvell,comphy-cp110" for Armada 7k/8k 14 * "marvell,comphy-a3700" for Armada 3700 35 A sub-node is required for each comphy lane provided by the comphy. 41 input port to use for a given comphy lane. 45 CP11X_LABEL(comphy): phy@120000 { 46 compatible = "marvell,comphy-cp110"; 66 comphy: phy@18300 { 67 compatible = "marvell,comphy-a3700"; 72 reg-names = "comphy",
|
/linux/drivers/phy/marvell/ |
H A D | Makefile | 7 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 D | Kconfig | 28 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 D | armada-37xx.dtsi | 271 comphy: phy@18300 { label 272 compatible = "marvell,comphy-a3700"; 277 reg-names = "comphy",
|
H A D | cn9130-cf-base.dts | 159 phy-names = "comphy", "utmi";
|
H A D | cn9130-cf.dtsi | 182 phy-names = "comphy", "utmi";
|
H A D | cn9132-sr-cex7.dtsi | 698 phy-names = "utmi", "comphy";
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | marvell-armada-370-neta.txt | 23 - phys: comphy for the ethernet port, see ../phy/phy-bindings.txt
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-38x.dtsi | 357 comphy: phy@18300 { label 358 compatible = "marvell,armada-380-comphy"; 359 reg-names = "comphy", "conf";
|
/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 541 struct phy *comphy; member 3701 ret = phy_set_mode_ext(pp->comphy, PHY_MODE_ETHERNET, interface); in mvneta_comphy_init() 3705 return phy_power_on(pp->comphy); in mvneta_comphy_init() 3713 if (pp->comphy) { in mvneta_config_interface() 3826 WARN_ON(phy_power_off(pp->comphy)); in mvneta_stop_dev() 4117 WARN_ON(phy_power_off(pp->comphy)); in mvneta_mac_prepare() 5487 struct phy *comphy; in mvneta_probe() local 5520 comphy = devm_of_phy_get(&pdev->dev, dn, NULL); in mvneta_probe() 5521 if (comphy == ERR_PTR(-EPROBE_DEFER)) in mvneta_probe() 5524 if (IS_ERR(comphy)) in mvneta_probe() [all …]
|
/linux/ |
H A D | MAINTAINERS | 13958 F: Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt 13959 F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c
|