Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-pci.c16 struct xhci_hcor **ret_hcor) in xhci_pci_init()
19 struct xhci_hcor *hcor; in xhci_pci_init()
24 hcor = (struct xhci_hcor *)((uintptr_t) hccr + in xhci_pci_init()
42 struct xhci_hcor *hcor; in xhci_pci_probe()
H A Dxhci-keystone.c39 struct xhci_hcor *hcor;
88 struct xhci_hccr **ret_hccr, struct xhci_hcor **ret_hcor) in xhci_hcd_init()
93 struct xhci_hcor *hcor; in xhci_hcd_init()
135 hcor = (struct xhci_hcor *)((uint32_t)hcd + in xhci_hcd_init()
156 struct xhci_hcor *hcor; in keystone_xhci_phy_suspend()
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.c54 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
77 *hcor = (struct xhci_hcor *)((uint32_t) *hccr in xhci_hcd_init()
H A Dxhci-mvebu.c47 struct xhci_hcor *hcor; in xhci_usb_probe()
53 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe()
H A Dxhci-zynqmp.c101 struct xhci_hcor *hcor; in xhci_usb_probe()
113 hcor = (struct xhci_hcor *)((ulong)ctx->hcd + in xhci_usb_probe()
H A Dxhci-rcar.c90 struct xhci_hcor *hcor; in xhci_rcar_probe()
107 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_rcar_probe()
H A Dxhci-dwc3.c118 struct xhci_hcor *hcor; in xhci_dwc3_probe()
128 hcor = (struct xhci_hcor *)((uintptr_t)hccr + in xhci_dwc3_probe()
H A Dxhci-exynos5.c209 struct xhci_hcor *hcor; in xhci_usb_probe()
215 hcor = (struct xhci_hcor *)((uint32_t)ctx->hcd + in xhci_usb_probe()
H A Dxhci.c167 static int xhci_start(struct xhci_hcor *hcor) in xhci_start()
195 static int xhci_reset(struct xhci_hcor *hcor) in xhci_reset()
893 struct xhci_hcor *hcor = ctrl->hcor; in xhci_submit_root()
1195 struct xhci_hcor *hcor; in xhci_lowlevel_init()
1300 struct xhci_hcor *hcor; in usb_lowlevel_init()
1306 if (xhci_hcd_init(index, &hccr, (struct xhci_hcor **)&hcor) != 0) in usb_lowlevel_init()
1488 struct xhci_hcor *hcor) in xhci_register()
H A Dxhci-mem.c351 struct xhci_hcor *hcor = ctrl->hcor; in xhci_scratchpad_alloc()
504 struct xhci_hcor *hcor) in xhci_mem_init()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dhost.c21 struct xhci_hcor *hcor; in __cdns3_host_init()
27 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h164 struct xhci_hcor { struct
1140 struct xhci_hcor **ret_hcor);
1219 struct xhci_hcor *hcor;
1269 struct xhci_hcor *hcor);
1288 struct xhci_hcor *hcor);
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c171 struct xhci_hcor *hcor; in dwc3_generic_host_probe()
181 hcor = (struct xhci_hcor *)(priv->gen_priv.base + in dwc3_generic_host_probe()