Searched +full:pcie +full:- +full:sc7280 (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/pci/ | 
| H A D | qcom,pcie-sc7280.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/pci/qcom,pcie-sc7280.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm SC7280 PCI Express Root Complex
 10   - Bjorn Andersson <andersson@kernel.org>
 11   - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 14   Qualcomm SC7280 SoC PCIe root complex controller is based on the Synopsys
 15   DesignWare PCIe IP.
 19     const: qcom,pcie-sc7280
 [all …]
 
 | 
| /linux/drivers/clk/qcom/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only47 	  Say Y if you want to use peripheral devices such as USB/PCIe/EDP.
 75 	  USB, UFS, SD/eMMC, PCIe, etc.
 197 	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
 385 	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
 436 	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
 454 	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
 470 	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
 478 	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
 495 	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | qcom,sc8280xp-qmp-ufs-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-ufs-phy.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Vinod Koul <vkoul@kernel.org>
 14   controllers on Qualcomm chipsets, such as, PCIe, UFS, and USB.
 19       - items:
 20           - enum:
 21               - qcom,qcs615-qmp-ufs-phy
 22           - const: qcom,sm6115-qmp-ufs-phy
 [all …]
 
 | 
| H A D | qcom,sc8280xp-qmp-usb43dp-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm QMP USB4-USB3-DP PHY controller (SC8280XP)
 10   - Vinod Koul <vkoul@kernel.org>
 14   controllers on Qualcomm chipsets, such as, PCIe, UFS and USB.
 19       - qcom,sar2130p-qmp-usb3-dp-phy
 20       - qcom,sc7180-qmp-usb3-dp-phy
 21       - qcom,sc7280-qmp-usb3-dp-phy
 [all …]
 
 | 
| /linux/drivers/net/ipa/ | 
| H A D | ipa_main.c | 1 // SPDX-License-Identifier: GPL-2.03 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 4  * Copyright (C) 2018-2024 Linaro Ltd.
 51  * currently supported.  Despite that, some resources--including routing
 52  * tables and filter tables--are defined in this driver because they must
 58  * well-defined communication layer between the AP subsystem and the IPA
 101  * ipa_setup() - Set up IPA hardware
 115 	struct device *dev = ipa->dev;  in ipa_setup()
 118 	ret = gsi_setup(&ipa->gsi);  in ipa_setup()
 127 	command_endpoint = ipa->name_map[IPA_ENDPOINT_AP_COMMAND_TX];  in ipa_setup()
 [all …]
 
 |