Lines Matching defs:tegra_pcie
267 struct tegra_pcie { struct
268 struct device *dev;
270 void __iomem *pads;
271 void __iomem *afi;
272 int irq;
274 struct list_head buses;
275 struct resource *cs;
277 struct resource all;
278 struct resource io;
279 struct resource pio;
280 struct resource mem;
304 const struct tegra_pcie_soc_data *soc_data; argument
309 struct tegra_pcie *pcie; argument