Searched defs:tegra_xhci_softc (Results 1 – 1 of 1) sorted by relevance
267 struct tegra_xhci_softc { struct268 struct xhci_softc xhci_softc;269 device_t dev;270 struct xhci_soc *soc;271 struct mtx mtx;272 struct resource *mem_res_fpci;273 struct resource *mem_res_ipfs;274 struct resource *irq_res_mbox;275 void *irq_hdl_mbox;277 clk_t clk_xusb_host;[all …]