Lines Matching defs:pcie
3 * pcie-dra7xx - PCIe controller driver for TI DRA7xx SoCs
32 #include "pcie-designware.h"
103 static inline u32 dra7xx_pcie_readl(struct dra7xx_pcie *pcie, u32 offset)
105 return readl(pcie->base + offset);
108 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset,
111 writel(value, pcie->base + offset);
724 .compatible = "ti,dra7-pcie",
728 .compatible = "ti,dra7-pcie-ep",
732 .compatible = "ti,dra746-pcie-rc",
736 .compatible = "ti,dra726-pcie-rc",
740 .compatible = "ti,dra746-pcie-ep",
744 .compatible = "ti,dra726-pcie-ep",
883 snprintf(name, sizeof(name), "pcie-phy%d", i);
973 IRQF_SHARED, "dra7xx-pcie-main", dra7xx);
1077 .name = "dra7-pcie",