Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/phy/
A Dphy-armada38x-comphy.txt1 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".
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 {
33 compatible = "marvell,armada-380-comphy";
[all …]
A Dphy-mvebu-comphy.txt1 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/
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
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/
A Darmada-7040-db.dts234 phy-names = "cp0-usb3h0-comphy", "utmi";
248 phy-names = "cp0-usb3h1-comphy", "utmi";
A Darmada-37xx.dtsi271 comphy: phy@18300 { label
272 compatible = "marvell,comphy-a3700";
277 reg-names = "comphy",
A Dcn9130-cf-base.dts159 phy-names = "comphy", "utmi";
A Dcn9130-cf.dtsi182 phy-names = "comphy", "utmi";
A Dcn9131-cf-solidwan.dts407 phy-names = "comphy", "utmi";
622 phy-names = "comphy", "utmi";
A Darmada-cp11x.dtsi135 CP11X_LABEL(comphy): phy@120000 {
136 compatible = "marvell,comphy-cp110";
A Darmada-7040-mochabin.dts422 phy-names = "cp0-usb3h0-comphy", "utmi";
A Darmada-8040-mcbin.dtsi384 phy-names = "cp1-usb3h0-comphy", "utmi";
A Darmada-8040-puzzle-m801.dts500 phy-names = "cp1-usb3h0-comphy";
A Darmada-8040-clearfog-gt-8k.dts608 phy-names = "cp1-usb3h0-comphy";
A Dcn9132-sr-cex7.dtsi698 phy-names = "utmi", "comphy";
/linux/Documentation/devicetree/bindings/net/
A Dmarvell-armada-370-neta.txt23 - phys: comphy for the ethernet port, see ../phy/phy-bindings.txt
A Dsff,sfp.yaml106 phy-names = "comphy";
/linux/arch/arm/boot/dts/marvell/
A Darmada-38x.dtsi357 comphy: phy@18300 { label
358 compatible = "marvell,armada-380-comphy";
359 reg-names = "comphy", "conf";
/linux/drivers/net/ethernet/marvell/
A Dmvneta.c537 struct phy *comphy; member
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()
4110 WARN_ON(phy_power_off(pp->comphy)); in mvneta_mac_prepare()
5462 struct phy *comphy; in mvneta_probe() local
5496 if (comphy == ERR_PTR(-EPROBE_DEFER)) in mvneta_probe()
5499 if (IS_ERR(comphy)) in mvneta_probe()
5500 comphy = NULL; in mvneta_probe()
5502 pp->comphy = comphy; in mvneta_probe()
[all …]
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c1790 if (!port->comphy) in mvpp22_comphy_init()
4656 phy_power_off(port->comphy); in mvpp2_stop_dev()
6502 phy_power_off(port->comphy); in mvpp2_mac_prepare()
6735 struct phy *comphy = NULL; in mvpp2_port_probe() local
6782 if (IS_ERR(comphy)) { in mvpp2_port_probe()
6787 comphy = NULL; in mvpp2_port_probe()
6838 port->comphy = comphy; in mvpp2_port_probe()
6974 if (comphy) { in mvpp2_port_probe()
6992 if (comphy) in mvpp2_port_probe()
7009 if (comphy) { in mvpp2_port_probe()
[all …]
A Dmvpp2.h1244 struct phy *comphy; member
/linux/
A DMAINTAINERS13684 F: Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt
13685 F: drivers/phy/marvell/phy-mvebu-a3700-comphy.c

Completed in 93 milliseconds