Lines Matching refs:pcie
3 * 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)
107 return readl(pcie->base + offset);
110 static inline void dra7xx_pcie_writel(struct dra7xx_pcie *pcie, u32 offset,
113 writel(value, pcie->base + offset);
587 .compatible = "ti,dra7-pcie",
591 .compatible = "ti,dra7-pcie-ep",
595 .compatible = "ti,dra746-pcie-rc",
599 .compatible = "ti,dra726-pcie-rc",
603 .compatible = "ti,dra746-pcie-ep",
607 .compatible = "ti,dra726-pcie-ep",
754 snprintf(name, sizeof(name), "pcie-phy%d", i);
844 IRQF_SHARED, "dra7xx-pcie-main", dra7xx);
949 .name = "dra7-pcie",