Searched +full:sc8280xp +full:- +full:qmp +full:- +full:ufs +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | qcom,qmp-ufs-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,qmp-ufs-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm QMP PHY controller (UFS) 10 - Vinod Koul <vkoul@kernel.org> 13 QMP PHY controller supports physical layer functionality for a number of 14 controllers on Qualcomm chipsets, such as, PCIe, UFS, and USB. 19 - qcom,msm8996-qmp-ufs-phy 20 - qcom,msm8998-qmp-ufs-phy [all …]
|
D | qcom,qmp-usb-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,qmp-usb-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm QMP PHY controller (USB) 10 - Vinod Koul <vkoul@kernel.org> 13 QMP PHY controller supports physical layer functionality for a number of 14 controllers on Qualcomm chipsets, such as, PCIe, UFS, and USB. 19 - qcom,ipq6018-qmp-usb3-phy 20 - qcom,ipq8074-qmp-usb3-phy [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sc8280xp.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 #include <dt-bindings/clock/qcom,gcc-sc8280xp.h> 8 #include <dt-bindings/clock/qcom,rpmh.h> 9 #include <dt-bindings/interconnect/qcom,sc8280xp.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/mailbox/qcom-ipcc.h> 12 #include <dt-bindings/power/qcom-rpmpd.h> 13 #include <dt-bindings/soc/qcom,rpmh-rsc.h> 14 #include <dt-bindings/thermal/thermal.h> 17 interrupt-parent = <&intc>; [all …]
|
/Linux-v6.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-ufs.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/clk-provider.h> 17 #include <linux/phy/phy.h> 23 #include <dt-bindings/phy/phy.h> 25 #include "phy-qcom-qmp.h" 46 * if yes, then offset gives index in the reg-layout 78 /* set of registers with offsets different per-PHY */ 534 /* struct qmp_phy_cfg - per-PHY initialization config */ 538 /* Init sequence for PHY blocks - serdes, tx, rx, pcs */ 568 * struct qmp_phy - per-lane phy descriptor [all …]
|
D | phy-qcom-qmp-combo.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/clk-provider.h> 17 #include <linux/phy/phy.h> 23 #include <dt-bindings/phy/phy.h> 25 #include "phy-qcom-qmp.h" 38 /* DP PHY soft reset */ 40 /* mux to select DP PHY reset control, 0:HW control, 1: software reset */ 42 /* USB3 PHY soft reset */ 44 /* mux to select USB3 PHY reset control, 0:HW control, 1: software reset */ 74 * if yes, then offset gives index in the reg-layout [all …]
|