Searched refs:pcie (Results 126 - 150 of 161) sorted by relevance

1234567

/linux-master/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c3 * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs
33 #include "pcie-designware.h"
105 static inline u32 dra7xx_pcie_readl(struct dra7xx_pcie *pcie, u32 offset) argument
107 return readl(pcie->base + offset);
110 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset, argument
113 writel(value, pcie->base + offset);
596 .compatible = "ti,dra7-pcie",
600 .compatible = "ti,dra7-pcie-ep",
604 .compatible = "ti,dra746-pcie-rc",
608 .compatible = "ti,dra726-pcie
[all...]
H A Dpcie-qcom-ep.c18 #include <linux/phy/pcie.h>
27 #include "pcie-designware.h"
333 * for the pcie-mem path.
620 pcie_ep->icc_mem = devm_of_icc_get(dev, "pcie-mem");
878 { .compatible = "qcom,sdx55-pcie-ep", },
879 { .compatible = "qcom,sm8450-pcie-ep", },
888 .name = "qcom-pcie-ep",
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c1547 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(pcie)
1563 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(pcie)
1581 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(pcie)
1590 &priv->stats.pcie.pcie_perf_counters,
1598 &priv->stats.pcie.pcie_perf_counters,
1606 &priv->stats.pcie.pcie_perf_counters,
1610 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(pcie)
1612 struct mlx5e_pcie_stats *pcie_stats = &priv->stats.pcie;
2540 MLX5E_DEFINE_STATS_GRP(pcie, 0);
2561 &MLX5E_STATS_GRP(pcie),
[all...]
H A Den_stats.h496 struct mlx5e_pcie_stats pcie; member in struct:mlx5e_stats
523 extern MLX5E_DECLARE_STATS_GRP(pcie);
/linux-master/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-pro5.c907 UNIPHIER_PINCTRL_GROUP(pcie),
942 static const char * const pcie_groups[] = {"pcie"};
974 UNIPHIER_PINMUX_FUNCTION(pcie),
/linux-master/drivers/clk/
H A DMakefile77 obj-$(CONFIG_COMMON_CLK_RS9_PCIE) += clk-renesas-pcie.o
/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-ep.c20 #include "pcie-rockchip.h"
236 struct rockchip_pcie *pcie = &ep->rockchip; local
239 rockchip_pcie_prog_ep_ob_atu(pcie, fn, r, addr, pci_addr, size);
495 { .compatible = "rockchip,rk3399-pcie-ep"},
624 .name = "rockchip-pcie-ep",
/linux-master/drivers/phy/tegra/
H A Dxusb.h448 struct tegra_xusb_pad *pcie; member in struct:tegra_xusb_padctl
H A Dxusb.c285 if (strcmp(soc->name, "pcie") == 0)
286 padctl->pcie = pad;
/linux-master/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c46 PMU_FORMAT_ATTR(pcie, "config1:2");
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c16 #include <linux/phy/pcie.h>
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ipq4019.c504 QCA_PIN_FUNCTION(pcie),
593 PINGROUP(39, rmii, pcie, led3, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA,
619 PINGROUP(52, qpic, mdc, pcie, i2s_tx, NA, NA, NA, tm, wifi0, wifi1, NA,
/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.c279 ldst_cmd->u.pcie.select_naccess = FW_LDST_CMD_NACCESS_V(1);
280 ldst_cmd->u.pcie.ctrl_to_fn =
282 ldst_cmd->u.pcie.r = (uint8_t)reg;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c514 if (ipc_mmio_get_exec_stage(ipc_devlink->pcie->imem->mmio) !=
H A Diosm_ipc_mux_codec.c132 skb = ipc_pcie_alloc_skb(ipc_mux->pcie, MUX_MAX_UL_ACB_BUF_SIZE,
703 ipc_pcie_kfree_skb(ipc_mux->pcie, skb);
/linux-master/arch/arm/mach-orion5x/
H A Dpci.c17 #include <plat/pcie.h>
/linux-master/drivers/phy/lantiq/
H A Dphy-lantiq-vrx200-pcie.c27 #include <dt-bindings/phy/phy-lantiq-vrx200-pcie.h>
453 priv->pcie_reset = devm_reset_control_get_shared(dev, "pcie");
476 { .compatible = "lantiq,vrx200-pcie-phy", },
477 { .compatible = "lantiq,arx300-pcie-phy", },
485 .name = "ltq-vrx200-pcie-phy",
/linux-master/drivers/clk/mvebu/
H A Darmada-37xx-periph.c307 static PERIPH_GATE(pcie, 14);
323 REF_CLK_GATE(pcie, "gbe_core"),
/linux-master/drivers/gpio/
H A DMakefile130 obj-$(CONFIG_GPIO_PCIE_IDIO_24) += gpio-pcie-idio-24.o
/linux-master/drivers/thunderbolt/
H A Dtunnel.c100 int credits, usb3, pcie, spare; local
104 pcie = tb_acpi_may_tunnel_pcie() ? sw->max_pcie_credits : 0;
121 ndp = (credits - (usb3 + pcie + spare)) /
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c701 ps->pcie.lanes = ((le32_to_cpu(pnon_clock_info->ulCapsAndSettings) &
705 ps->pcie.lanes = 0;
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-ns2-mux.c488 NS2_PIN_FUNCTION(pcie),
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c722 PINCTRL_PIN(PIN_PCIE_0, "pcie-0"),
723 PINCTRL_PIN(PIN_PCIE_1, "pcie-1"),
724 PINCTRL_PIN(PIN_PCIE_2, "pcie-2"),
725 PINCTRL_PIN(PIN_PCIE_3, "pcie-3"),
726 PINCTRL_PIN(PIN_PCIE_4, "pcie-4"),
755 "pcie-0",
756 "pcie-1",
757 "pcie-2",
758 "pcie-3",
759 "pcie
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c474 &MLX5E_STATS_GRP(pcie),
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h198 struct smu_state_pcie_block pcie; member in struct:smu_power_state

Completed in 1414 milliseconds

1234567