Lines Matching defs:tegra_pcib_softc
329 struct tegra_pcib_softc { struct
330 struct ofw_pci_softc ofw_pci;
331 device_t dev;
332 struct pcie_soc *soc;
333 struct mtx mtx;
334 struct resource *pads_mem_res;
335 struct resource *afi_mem_res;
336 struct resource *cfg_mem_res;
337 struct resource *irq_res;
338 struct resource *msi_irq_res;
339 void *intr_cookie;
340 void *msi_intr_cookie;
342 struct ofw_pci_range mem_range;
343 struct ofw_pci_range pref_mem_range;
344 struct ofw_pci_range io_range;
346 clk_t clk_pex;
347 clk_t clk_afi;
348 clk_t clk_pll_e;
349 clk_t clk_cml;
350 hwreset_t hwreset_pex;
351 hwreset_t hwreset_afi;
375 struct tegra_pcib_softc *sc; in tegra_pcib_route_interrupt() argument