| /linux/Documentation/devicetree/bindings/phy/ |
| 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". 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 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/ |
| 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
|
| 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
|
| A D | built-in.a | 3 phy-mvebu-a3700-comphy.o/ 5 phy-mvebu-cp110-comphy.o/
|
| A D | .built-in.a.cmd | 1 …/phy/marvell/phy-mvebu-a3700-comphy.o drivers/phy/marvell/phy-mvebu-a3700-utmi.o drivers/phy/marve…
|
| A D | .phy-mvebu-a3700-comphy.o.cmd | 1 …comphy.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_drivers/phy/marvell/phy-mvebu-a3700-comphy.o := drivers/phy/marvell/phy-mvebu-a3700-comphy.c 5 deps_drivers/phy/marvell/phy-mvebu-a3700-comphy.o := \ 1317 drivers/phy/marvell/phy-mvebu-a3700-comphy.o: $(deps_drivers/phy/marvell/phy-mvebu-a3700-comphy.o) 1319 $(deps_drivers/phy/marvell/phy-mvebu-a3700-comphy.o):
|
| A D | .phy-mvebu-cp110-comphy.o.cmd | 1 …comphy.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_drivers/phy/marvell/phy-mvebu-cp110-comphy.o := drivers/phy/marvell/phy-mvebu-cp110-comphy.c 5 deps_drivers/phy/marvell/phy-mvebu-cp110-comphy.o := \ 1323 drivers/phy/marvell/phy-mvebu-cp110-comphy.o: $(deps_drivers/phy/marvell/phy-mvebu-cp110-comphy.o) 1325 $(deps_drivers/phy/marvell/phy-mvebu-cp110-comphy.o):
|
| /linux/drivers/phy/ |
| A D | built-in.a | 26 marvell/phy-mvebu-a3700-comphy.o/ 28 marvell/phy-mvebu-cp110-comphy.o/
|
| /linux/arch/arm64/boot/dts/marvell/ |
| A D | armada-7040-db.dts | 234 phy-names = "cp0-usb3h0-comphy", "utmi"; 248 phy-names = "cp0-usb3h1-comphy", "utmi";
|
| A D | armada-37xx.dtsi | 256 comphy: phy@18300 { label 257 compatible = "marvell,comphy-a3700"; 262 reg-names = "comphy",
|
| A D | armada-cp11x.dtsi | 130 CP11X_LABEL(comphy): phy@120000 { 131 compatible = "marvell,comphy-cp110";
|
| A D | armada-7040-mochabin.dts | 424 phy-names = "cp0-usb3h0-comphy", "utmi";
|
| A D | armada-8040-mcbin.dtsi | 384 phy-names = "cp1-usb3h0-comphy", "utmi";
|
| A D | armada-8040-puzzle-m801.dts | 500 phy-names = "cp1-usb3h0-comphy";
|
| A D | armada-8040-clearfog-gt-8k.dts | 608 phy-names = "cp1-usb3h0-comphy";
|
| /linux/drivers/net/ethernet/marvell/ |
| A D | mvneta.c | 502 struct phy *comphy; member 3573 return phy_power_on(pp->comphy); in mvneta_comphy_init() 3581 if (pp->comphy) { in mvneta_config_interface() 3694 WARN_ON(phy_power_off(pp->comphy)); in mvneta_stop_dev() 3998 if (pp->comphy) in mvneta_mac_config() 3999 WARN_ON(phy_power_off(pp->comphy)); in mvneta_mac_config() 5133 struct phy *comphy; in mvneta_probe() local 5160 } else if (IS_ERR(comphy)) { in mvneta_probe() 5161 comphy = NULL; in mvneta_probe() 5172 if (comphy) { in mvneta_probe() [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | marvell-armada-370-neta.txt | 22 - phys: comphy for the ethernet port, see ../phy/phy-bindings.txt
|
| A D | sff,sfp.txt | 55 phy-names = "comphy";
|
| /linux/arch/arm/boot/dts/ |
| A D | armada-38x.dtsi | 343 comphy: phy@18300 { label 344 compatible = "marvell,armada-380-comphy"; 345 reg-names = "comphy", "conf";
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_main.c | 1751 if (!port->comphy) in mvpp22_comphy_init() 1758 return phy_power_on(port->comphy); in mvpp22_comphy_init() 4612 phy_power_off(port->comphy); in mvpp2_stop_dev() 6450 phy_power_off(port->comphy); in mvpp2__mac_prepare() 6701 struct phy *comphy = NULL; in mvpp2_port_probe() local 6748 if (IS_ERR(comphy)) { in mvpp2_port_probe() 6753 comphy = NULL; in mvpp2_port_probe() 6804 port->comphy = comphy; in mvpp2_port_probe() 6927 if (comphy) { in mvpp2_port_probe() 6967 if (port->comphy) { in mvpp2_port_probe() [all …]
|
| A D | mvpp2.h | 1243 struct phy *comphy; member
|
| /linux/ |
| A D | modules.builtin | 140 kernel/drivers/phy/marvell/phy-mvebu-a3700-comphy.ko 142 kernel/drivers/phy/marvell/phy-mvebu-cp110-comphy.ko
|
| A D | modules.builtin.modinfo | 1 …comphyphy_mvebu_a3700_comphy.description=Common PHY driver for A3700phy_mvebu_a3700_comphy.autho…
|
| /linux/drivers/ |
| A D | built-in.a | 94 phy/marvell/phy-mvebu-a3700-comphy.o/ 96 phy/marvell/phy-mvebu-cp110-comphy.o/
|