Searched +full:ipq806x +full:- +full:usb +full:- +full:phy +full:- +full:ss (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/qcom,ipq806x-usb-phy-ss.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm ipq806x usb DWC3 SS PHY CONTROLLER10 - Ansuel Smith <ansuelsmth@gmail.com>13 DWC3 PHY nodes are defined to describe on-chip Synopsis Physical layer14 controllers used in ipq806x. Each DWC3 PHY controller should have its19 const: qcom,ipq806x-usb-phy-ss21 "#phy-cells":[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o3 obj-$(CONFIG_PHY_QCOM_APQ8064_SATA) += phy-qcom-apq8064-sata.o4 obj-$(CONFIG_PHY_QCOM_EDP) += phy-qcom-edp.o5 obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o6 obj-$(CONFIG_PHY_QCOM_IPQ806X_SATA) += phy-qcom-ipq806x-sata.o7 obj-$(CONFIG_PHY_QCOM_M31_USB) += phy-qcom-m31.o8 obj-$(CONFIG_PHY_QCOM_M31_EUSB) += phy-qcom-m31-eusb2.o9 obj-$(CONFIG_PHY_QCOM_PCIE2) += phy-qcom-pcie2.o11 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o phy-qcom-qmp-usbc.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Qualcomm and Atheros platforms6 tristate "Atheros AR71XX/9XXX USB PHY driver"12 Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.15 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"22 tristate "Qualcomm eDP PHY driver"28 Enable this driver to support the Qualcomm eDP PHY found in various32 tristate "Qualcomm IPQ4019 USB PHY driver"36 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.39 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 #include <linux/phy/phy.h>15 /* USB QSCRATCH Hardware registers */36 /* USB QSCRATCH Hardware registers */54 /* SSPHY control registers - Does this need 0x30? */109 /* SS CAP register bits */134 * usb_phy_write_readback() - Write register and read back masked value to137 * @phy_dwc3: QCOM DWC3 phy context146 u32 write_val, tmp = readl(phy_dwc3->base + offset); in usb_phy_write_readback()151 writel(write_val, phy_dwc3->base + offset); in usb_phy_write_readback()[all …]