Home
last modified time | relevance | path

Searched refs:xhci_hcor (Results 1 – 15 of 15) sorted by relevance

/u-boot/drivers/usb/host/
A Dxhci-pci.c17 struct xhci_hcor **ret_hcor) in xhci_pci_init()
20 struct xhci_hcor *hcor; in xhci_pci_init()
30 hcor = (struct xhci_hcor *)((uintptr_t) hccr + in xhci_pci_init()
49 struct xhci_hcor *hcor; in xhci_pci_probe()
A Dxhci-fsl.c116 struct xhci_hcor *hcor; in xhci_fsl_probe()
141 hcor = (struct xhci_hcor *)((uintptr_t) hccr in xhci_fsl_probe()
177 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
200 *hcor = (struct xhci_hcor *)((uintptr_t) *hccr in xhci_hcd_init()
A Dxhci-omap.c52 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
75 *hcor = (struct xhci_hcor *)((uint32_t) *hccr in xhci_hcd_init()
A Dxhci-mvebu.c45 struct xhci_hcor *hcor; in xhci_usb_probe()
51 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe()
A Dxhci-brcm.c34 struct xhci_hcor *hcor; in xhci_brcm_probe()
51 hcor = (struct xhci_hcor *)(plat->hc_base + len); in xhci_brcm_probe()
A Dxhci-rcar.c81 struct xhci_hcor *hcor; in xhci_rcar_probe()
98 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_rcar_probe()
A Dxhci-dwc3.c116 struct xhci_hcor *hcor; in xhci_dwc3_probe()
126 hcor = (struct xhci_hcor *)((uintptr_t)hccr + in xhci_dwc3_probe()
A Dxhci-exynos5.c211 struct xhci_hcor *hcor; in xhci_usb_probe()
217 hcor = (struct xhci_hcor *)((uint32_t)ctx->hcd + in xhci_usb_probe()
A Dxhci-mtk.c255 struct xhci_hcor *hcor; in xhci_mtk_probe()
280 hcor = (struct xhci_hcor *)((uintptr_t)mtk->hcd + in xhci_mtk_probe()
A Dxhci.c169 static int xhci_start(struct xhci_hcor *hcor) in xhci_start()
228 static int xhci_reset(struct xhci_hcor *hcor) in xhci_reset()
933 struct xhci_hcor *hcor = ctrl->hcor; in xhci_submit_root()
1235 struct xhci_hcor *hcor; in xhci_lowlevel_init()
1338 struct xhci_hcor *hcor; in usb_lowlevel_init()
1344 if (xhci_hcd_init(index, &hccr, (struct xhci_hcor **)&hcor) != 0) in usb_lowlevel_init()
1526 struct xhci_hcor *hcor) in xhci_register()
A Dxhci-mem.c356 struct xhci_hcor *hcor = ctrl->hcor; in xhci_scratchpad_alloc()
512 struct xhci_hcor *hcor) in xhci_mem_init()
/u-boot/drivers/usb/cdns3/
A Dhost.c22 struct xhci_hcor *hcor; in __cdns3_host_init()
28 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
/u-boot/include/usb/
A Dxhci.h163 struct xhci_hcor { struct
1125 struct xhci_hcor **ret_hcor);
1205 struct xhci_hcor *hcor;
1264 struct xhci_hcor *hcor);
1283 struct xhci_hcor *hcor);
/u-boot/drivers/usb/mtu3/
A Dmtu3_plat.c270 struct xhci_hcor *hcor; in mtu3_host_probe()
280 hcor = (struct xhci_hcor *)((uintptr_t)u3h->hcd + in mtu3_host_probe()
/u-boot/drivers/usb/dwc3/
A Ddwc3-generic.c169 struct xhci_hcor *hcor; in dwc3_generic_host_probe()
179 hcor = (struct xhci_hcor *)(priv->gen_priv.base + in dwc3_generic_host_probe()

Completed in 385 milliseconds