Searched +full:cp110 +full:- +full:utmi +full:- +full:phy (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/phy/marvell,armada-cp110-utmi-phy.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Marvell Armada CP110/CP115 UTMI PHY11 - Konstantin Porotchkin <kostap@marvell.com>15 Each of two exiting UTMI PHYs could be connected to either USB host or USB device17 The USB device controller can only be connected to a single UTMI PHY port18 0.H----- USB HOST019 UTMI PHY0 --------/[all …]
1 // SPDX-License-Identifier: GPL-2.08 * Marvell CP110 UTMI PHY driver16 #include <linux/phy/phy.h>24 /* CP110 UTMI register macro definetions */79 #define PORT_REGS(p) ((p)->priv->regs + (p)->id * 0x1000)82 * struct mvebu_cp110_utmi - PHY driver data84 * @regs: PHY registers87 * @ops: phy ops97 * struct mvebu_cp110_utmi_port - PHY port data99 * @priv: PHY driver data[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Marvell platforms6 bool "Armada 375 USB cluster PHY support" if COMPILE_TEST12 tristate "Marvell Berlin SATA PHY driver"17 Enable this to support the SATA PHY on Marvell Berlin SoCs.20 tristate "Marvell Berlin USB PHY Driver"25 Enable this to support the USB PHY on Marvell Berlin SoCs.40 tristate "Marvell A3700 UTMI driver"46 Enable this to support Marvell A3700 UTMI PHY driver.59 tristate "Marvell CP110 comphy driver"[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY) += phy-armada375-usb2.o3 obj-$(CONFIG_PHY_BERLIN_SATA) += phy-berlin-sata.o4 obj-$(CONFIG_PHY_BERLIN_USB) += phy-berlin-usb.o5 obj-$(CONFIG_PHY_MMP3_USB) += phy-mmp3-usb.o6 obj-$(CONFIG_PHY_MMP3_HSIC) += phy-mmp3-hsic.o7 obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY) += phy-mvebu-a3700-comphy.o8 obj-$(CONFIG_PHY_MVEBU_A3700_UTMI) += phy-mvebu-a3700-utmi.o9 obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY) += phy-armada38x-comphy.o10 obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY) += phy-mvebu-cp110-comphy.o[all …]
1 // SPDX-License-Identifier: GPL-2.011 * Structure inspired from phy-mvebu-cp110-comphy.c written by Antoine Tenart.22 #include <linux/phy.h>23 #include <linux/phy/phy.h>35 /* SATA and USB3 PHY offset compared to SATA PHY */39 * When accessing common PHY lane registers directly, we need to shift by 1,40 * since the registers are 16-bit.174 * This register is not from PHY lane register space. It only exists in the175 * indirect register space, before the actual PHY lane 2 registers. So the177 * It is used only for SATA PHY initialization.[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/interrupt-controller/mvebu-icu.h>9 #include <dt-bindings/thermal/thermal.h>11 #include "armada-common.dtsi"27 thermal-zones {28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(thermal-ic) {29 polling-delay-passive = <0>; /* Interrupt driven */30 polling-delay = <0>; /* Interrupt driven */32 thermal-sensors = <&CP11X_LABEL(thermal) 0>;42 cooling-maps { };[all …]