/Linux-v6.1/drivers/pci/controller/dwc/ |
D | pcie-kirin.c | 1 // SPDX-License-Identifier: GPL-2.0 23 #include <linux/phy/phy.h> 24 #include <linux/pci.h> 30 #include "pcie-designware.h" 32 #define to_kirin_pcie(x) dev_get_drvdata((x)->dev) 57 * Max number of connected PCI slots at an external PCI bridge 61 * in-board Ethernet adapter and the other two connected to M.2 and mini 62 * PCI slots. 76 struct dw_pcie *pci; member 78 struct phy *phy; member [all …]
|
D | pcie-armada8k.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * PCIe host controller driver for Marvell Armada-8K SoCs 5 * Armada-8K PCIe Glue Layer Source Code 19 #include <linux/pci.h> 20 #include <linux/phy/phy.h> 26 #include "pcie-designware.h" 31 struct dw_pcie *pci; member 34 struct phy *phy[ARMADA8K_PCIE_MAX_LANES]; member 62 * AR/AW Cache defaults: Normal memory, Write-Back, Read / Write 72 #define to_armada8k_pcie(x) dev_get_drvdata((x)->dev) [all …]
|
D | pci-dra7xx.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs 5 * Copyright (C) 2013-2014 Texas Instruments Incorporated - https://www.ti.com 22 #include <linux/pci.h> 23 #include <linux/phy/phy.h> 32 #include "../../pci.h" 33 #include "pcie-designware.h" 89 struct dw_pcie *pci; member 91 int phy_count; /* DT phy-names count */ 92 struct phy **phy; member [all …]
|
D | pci-imx6.c | 1 // SPDX-License-Identifier: GPL-2.0 17 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> 18 #include <linux/mfd/syscon/imx7-iomuxc-gpr.h> 23 #include <linux/pci.h> 32 #include <linux/phy/phy.h> 36 #include "pcie-designware.h" 45 #define to_imx6_pcie(x) dev_get_drvdata((x)->dev) 69 struct dw_pcie *pci; member 94 /* power domain for pcie phy */ 96 struct phy *phy; member [all …]
|
D | pcie-intel-gw.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/phy/phy.h> 17 #include "../../pci.h" 18 #include "pcie-designware.h" 20 #define PORT_AFR_N_FTS_GEN12_DFT (SZ_128 - 1) 62 struct dw_pcie pci; member 68 struct phy *phy; member 84 writel(val, pcie->app_base + ofs); in pcie_app_wr() 90 pcie_update_bits(pcie->app_base, ofs, mask, val); in pcie_app_wr_mask() 95 return dw_pcie_readl_dbi(&pcie->pci, ofs); in pcie_rc_cfg_rd() [all …]
|
D | pci-meson.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include <linux/pci.h> 19 #include <linux/phy/phy.h> 22 #include "pcie-designware.h" 24 #define to_meson_pcie(x) dev_get_drvdata((x)->dev) 68 struct dw_pcie pci; member 73 struct phy *phy; member 80 struct device *dev = mp->pci.dev; in meson_pcie_get_reset() 93 struct meson_pcie_rc_reset *mrst = &mp->mrst; in meson_pcie_get_resets() 95 mrst->port = meson_pcie_get_reset(mp, "port", PCIE_NORMAL_RESET); in meson_pcie_get_resets() [all …]
|
D | pcie-spear13xx.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * Copyright (C) 2010-2014 ST Microelectronics 17 #include <linux/pci.h> 18 #include <linux/phy/phy.h> 22 #include "pcie-designware.h" 25 struct dw_pcie *pci; member 27 struct phy *phy; member 67 #define to_spear13xx_pcie(x) dev_get_drvdata((x)->dev) 69 static int spear13xx_pcie_start_link(struct dw_pcie *pci) in spear13xx_pcie_start_link() argument 71 struct spear13xx_pcie *spear13xx_pcie = to_spear13xx_pcie(pci); in spear13xx_pcie_start_link() [all …]
|
D | pcie-histb.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2016-2017 HiSilicon Co., Ltd. http://www.hisilicon.com 18 #include <linux/pci.h> 19 #include <linux/phy/phy.h> 24 #include "pcie-designware.h" 26 #define to_histb_pcie(x) dev_get_drvdata((x)->dev) 53 struct dw_pcie *pci; member 58 struct phy *phy; member 69 return readl(histb_pcie->ctrl + reg); in histb_pcie_readl() 74 writel(val, histb_pcie->ctrl + reg); in histb_pcie_writel() [all …]
|
D | pci-exynos.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-2020 Samsung Electronics Co., Ltd. 18 #include <linux/pci.h> 20 #include <linux/phy/phy.h> 24 #include "pcie-designware.h" 26 #define to_exynos_pcie(x) dev_get_drvdata((x)->dev) 55 struct dw_pcie pci; member 59 struct phy *phy; member 65 struct device *dev = ep->pci.dev; in exynos_pcie_init_clk_resources() 68 ret = clk_prepare_enable(ep->clk); in exynos_pcie_init_clk_resources() [all …]
|
D | pcie-dw-rockchip.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * http://www.rock-chips.com 8 * Author: Simon Xue <xxm@rock-chips.com> 19 #include <linux/phy/phy.h> 24 #include "pcie-designware.h" 34 #define to_rockchip_pcie(x) dev_get_drvdata((x)->dev) 52 struct dw_pcie pci; member 54 struct phy *phy; member 66 return readl_relaxed(rockchip->apb_base + reg); in rockchip_pcie_readl_apb() 72 writel_relaxed(val, rockchip->apb_base + reg); in rockchip_pcie_writel_apb() [all …]
|
D | pci-keystone.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-2014 Texas Instruments., Ltd. 8 * Author: Murali Karicheri <m-karicheri2@ti.com> 9 * Implementation based on pci-exynos.c and pcie-designware.c 25 #include <linux/phy/phy.h> 31 #include "../../pci.h" 32 #include "pcie-designware.h" 55 #define PCIE_LEGACY_IRQ_ENABLE_SET(n) (0x188 + (0x10 * ((n) - 1))) 56 #define PCIE_LEGACY_IRQ_ENABLE_CLR(n) (0x18c + (0x10 * ((n) - 1))) 80 #define ERR_NONFATAL BIT(2) /* Non-fatal error */ [all …]
|
D | pcie-uniphier.c | 1 // SPDX-License-Identifier: GPL-2.0 18 #include <linux/pci.h> 19 #include <linux/phy/phy.h> 23 #include "pcie-designware.h" 65 struct dw_pcie pci; member 69 struct phy *phy; member 73 #define to_uniphier_pcie(x) dev_get_drvdata((x)->dev) 80 val = readl(pcie->base + PCL_APP_READY_CTRL); in uniphier_pcie_ltssm_enable() 85 writel(val, pcie->base + PCL_APP_READY_CTRL); in uniphier_pcie_ltssm_enable() 93 val = readl(pcie->base + PCL_MODE); in uniphier_pcie_init_rc() [all …]
|
D | pcie-uniphier-ep.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include <linux/pci.h> 16 #include <linux/phy/phy.h> 20 #include "pcie-designware.h" 74 struct dw_pcie pci; member 77 struct phy *phy; member 88 #define to_uniphier_pcie(x) dev_get_drvdata((x)->dev) 95 val = readl(priv->base + PCL_APP_READY_CTRL); in uniphier_pcie_ltssm_enable() 100 writel(val, priv->base + PCL_APP_READY_CTRL); in uniphier_pcie_ltssm_enable() 108 val = readl(priv->base + PCL_RSTCTRL2); in uniphier_pcie_phy_reset() [all …]
|
D | pcie-qcom-ep.c | 1 // SPDX-License-Identifier: GPL-2.0 17 #include <linux/phy/phy.h> 24 #include "pcie-designware.h" 135 #define to_pcie_ep(x) dev_get_drvdata((x)->dev) 145 * struct qcom_pcie_ep - Qualcomm PCIe Endpoint Controller 146 * @pci: Designware PCIe controller struct 155 * @phy: PHY controller block 166 struct dw_pcie pci; member 177 struct phy *phy; member 193 struct dw_pcie *pci = &pcie_ep->pci; in qcom_pcie_ep_core_reset() local [all …]
|
/Linux-v6.1/drivers/usb/dwc2/ |
D | pci.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * pci.c - DesignWare HS OTG Controller PCI driver 5 * Copyright (C) 2004-2013 Synopsys, Inc. 9 * Provides the initialization and cleanup entry points for the DWC_otg PCI 19 #include <linux/pci.h> 29 static const char dwc2_driver_name[] = "dwc2-pci"; 33 struct platform_device *phy; member 37 * dwc2_pci_remove() - Provides the cleanup entry points for the DWC_otg PCI 40 * @pci: The programming view of DWC_otg PCI 42 static void dwc2_pci_remove(struct pci_dev *pci) in dwc2_pci_remove() argument [all …]
|
/Linux-v6.1/arch/powerpc/boot/dts/fsl/ |
D | mpc8641_hpcn_36b.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright 2008-2009 Freescale Semiconductor Inc. 8 /include/ "mpc8641si-pre.dtsi" 13 #address-cells = <2>; 14 #size-cells = <2>; 29 compatible = "cfi-flash"; 31 bank-width = <2>; 32 device-width = <2>; 33 #address-cells = <1>; 34 #size-cells = <1>; [all …]
|
D | mpc8641_hpcn.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 /include/ "mpc8641si-pre.dtsi" 27 compatible = "cfi-flash"; 29 bank-width = <2>; 30 device-width = <2>; 31 #address-cells = <1>; 32 #size-cells = <1>; 40 read-only; 49 read-only; 58 tbi-handle = <&tbi0>; [all …]
|
D | mpc8572ds.dtsi | 2 * MPC8572DS Device Tree Source stub (no addresses or top-level ranges) 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "cfi-flash"; 41 bank-width = <2>; 42 device-width = <1>; 46 label = "ramdisk-nor"; 51 label = "diagnostic-nor"; 52 read-only; 57 label = "dink-nor"; [all …]
|
D | ppa8548.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * PPA8548 Device Tree Source (36-bit address map) 7 * MPC8548 CDS Device Tree Source (36-bit address map) 11 /include/ "mpc8548si-pre.dtsi" 16 #address-cells = <2>; 17 #size-cells = <2>; 18 interrupt-parent = <&mpic>; 34 pci0: pci@fe0008000 { 35 /* ppa8548 board doesn't support PCI */ 39 pci1: pci@fe0009000 { [all …]
|
/Linux-v6.1/drivers/usb/chipidea/ |
D | ci_hdrc_pci.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ci_hdrc_pci.c - MIPS USB IP core family device controller 5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved. 12 #include <linux/pci.h> 23 struct platform_device *phy; member 27 * PCI block 46 * ci_hdrc_pci_probe: PCI probe 48 * @id: PCI hotplug ID connecting controller to UDC framework 51 * Allocates basic PCI resources for this USB device controller, and then 57 struct ci_hdrc_platform_data *platdata = (void *)id->driver_data; in ci_hdrc_pci_probe() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | mediatek,mt7621-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/mediatek,mt7621-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 14 with 3 Root Ports. Each Root Port supports a Gen1 1-lane Link 17 - $ref: /schemas/pci/pci-bus.yaml# 21 const: mediatek,mt7621-pci 25 - description: host-pci bridge registers 26 - description: pcie port 0 RC control registers [all …]
|
D | renesas,pci-rcar-gen2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/renesas,pci-rcar-gen2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas AHB to PCI bridge 10 - Marek Vasut <marek.vasut+renesas@gmail.com> 11 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 21 - items: 22 - enum: 23 - renesas,pci-r8a7742 # RZ/G1H [all …]
|
D | brcm,iproc-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/brcm,iproc-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ray Jui <ray.jui@broadcom.com> 11 - Scott Branden <scott.branden@broadcom.com> 14 - $ref: /schemas/pci/pci-bus.yaml# 15 - $ref: /schemas/interrupt-controller/msi-controller.yaml# 20 - enum: 23 - brcm,iproc-pcie [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | mediatek,mt7621-pci-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/phy/mediatek,mt7621-pci-phy.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 7 title: Mediatek Mt7621 PCIe PHY 10 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 14 const: mediatek,mt7621-pci-phy 22 "#phy-cells": 24 description: selects if the phy is dual-ported 27 - compatible [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 27 b43-fwcutter. 61 # Auto-select SSB PCI-HOST support, if possible 69 # Auto-select SSB PCICORE driver, if possible 81 Broadcom 43xx device support for Soft-MAC SDIO devices. 83 With this config option you can drive Soft-MAC b43 cards with a 87 Note that this does not support Broadcom 43xx Full-MAC devices. 108 bool "Support for G-PHY (802.11g) devices" 112 This PHY type can be found in the following chipsets: 113 PCI: BCM4306, BCM4311, BCM4318 [all …]
|