Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-pci.c15 struct xhci_hcor **ret_hcor) in xhci_pci_init()
18 struct xhci_hcor *hcor; in xhci_pci_init()
23 hcor = (struct xhci_hcor *)((uintptr_t) hccr + in xhci_pci_init()
41 struct xhci_hcor *hcor; in xhci_pci_probe()
H A Dxhci-fsl.c115 struct xhci_hcor *hcor; in xhci_fsl_probe()
140 hcor = (struct xhci_hcor *)((uintptr_t) hccr in xhci_fsl_probe()
176 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
199 *hcor = (struct xhci_hcor *)((uintptr_t) *hccr in xhci_hcd_init()
H A Dxhci-omap.c51 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
74 *hcor = (struct xhci_hcor *)((uint32_t) *hccr in xhci_hcd_init()
H A Dxhci-mvebu.c44 struct xhci_hcor *hcor; in xhci_usb_probe()
50 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe()
H A Dxhci-zynqmp.c98 struct xhci_hcor *hcor; in xhci_usb_probe()
110 hcor = (struct xhci_hcor *)((ulong)ctx->hcd + in xhci_usb_probe()
H A Dxhci-rcar.c77 struct xhci_hcor *hcor; in xhci_rcar_probe()
94 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_rcar_probe()
H A Dxhci-dwc3.c116 struct xhci_hcor *hcor; in xhci_dwc3_probe()
124 hcor = (struct xhci_hcor *)((uintptr_t)hccr + in xhci_dwc3_probe()
H A Dxhci-rockchip.c122 struct xhci_hcor *hcor; in xhci_usb_probe()
127 hcor = (struct xhci_hcor *)((uint64_t)ctx->hcd + in xhci_usb_probe()
H A Dxhci-exynos5.c208 struct xhci_hcor *hcor; in xhci_usb_probe()
214 hcor = (struct xhci_hcor *)((uint32_t)ctx->hcd + in xhci_usb_probe()
H A Dxhci.h163 struct xhci_hcor { struct
1139 struct xhci_hcor **ret_hcor);
1218 struct xhci_hcor *hcor;
1267 struct xhci_hcor *hcor);
1286 struct xhci_hcor *hcor);
H A Dxhci.c166 static int xhci_start(struct xhci_hcor *hcor) in xhci_start()
194 static int xhci_reset(struct xhci_hcor *hcor) in xhci_reset()
892 struct xhci_hcor *hcor = ctrl->hcor; in xhci_submit_root()
1193 struct xhci_hcor *hcor; in xhci_lowlevel_init()
1295 struct xhci_hcor *hcor; in usb_lowlevel_init()
1301 if (xhci_hcd_init(index, &hccr, (struct xhci_hcor **)&hcor) != 0) in usb_lowlevel_init()
1482 struct xhci_hcor *hcor) in xhci_register()
H A Dxhci-mem.c350 struct xhci_hcor *hcor = ctrl->hcor; in xhci_scratchpad_alloc()
503 struct xhci_hcor *hcor) in xhci_mem_init()