Searched refs:xhci_hccr (Results 1 – 17 of 17) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | xhci-pci.c | 16 static int xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr, in xhci_pci_init() 19 struct xhci_hccr *hccr; in xhci_pci_init() 23 hccr = (struct xhci_hccr *)dm_pci_map_bar(dev, in xhci_pci_init() 48 struct xhci_hccr *hccr; in xhci_pci_probe()
|
A D | xhci-fsl.c | 115 struct xhci_hccr *hccr; in xhci_fsl_probe() 128 priv->ctx.hcd = (struct xhci_hccr *)priv->hcd_base; in xhci_fsl_probe() 140 hccr = (struct xhci_hccr *)(priv->ctx.hcd); in xhci_fsl_probe() 177 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init() 182 ctx->hcd = (struct xhci_hccr *)ctr_addr[index]; in xhci_hcd_init() 199 *hccr = (struct xhci_hccr *)ctx->hcd; in xhci_hcd_init()
|
A D | xhci-omap.c | 52 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init() 57 ctx->hcd = (struct xhci_hccr *)OMAP_XHCI_BASE; in xhci_hcd_init() 74 *hccr = (struct xhci_hccr *)(OMAP_XHCI_BASE); in xhci_hcd_init()
|
A D | xhci-mvebu.c | 29 struct xhci_hccr *hcd; 49 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
A D | xhci-rcar.c | 44 struct xhci_hccr *hcd; 96 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_rcar_probe()
|
A D | xhci-dwc3.c | 117 struct xhci_hccr *hccr; in xhci_dwc3_probe() 125 hccr = (struct xhci_hccr *)((uintptr_t)dev_remap_addr(dev)); in xhci_dwc3_probe()
|
A D | xhci-exynos5.c | 52 struct xhci_hccr *hcd; 214 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
A D | xhci-brcm.c | 35 struct xhci_hccr *hcd; in xhci_brcm_probe()
|
A D | xhci.c | 932 struct xhci_hccr *hccr = ctrl->hccr; in xhci_submit_root() 1234 struct xhci_hccr *hccr; in xhci_lowlevel_init() 1337 struct xhci_hccr *hccr; in usb_lowlevel_init() 1525 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr, in xhci_register()
|
A D | xhci-mtk.c | 55 struct xhci_hccr *hcd;
|
A D | xhci-mem.c | 355 struct xhci_hccr *hccr = ctrl->hccr; in xhci_scratchpad_alloc() 511 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init()
|
/u-boot/drivers/usb/cdns3/ |
A D | host.c | 23 struct xhci_hccr *hccr; in __cdns3_host_init() 27 hccr = (struct xhci_hccr *)cdns->xhci_regs; in __cdns3_host_init()
|
/u-boot/include/linux/usb/ |
A D | xhci-fsl.h | 52 struct xhci_hccr *hcd;
|
A D | xhci-omap.h | 136 struct xhci_hccr *hcd;
|
/u-boot/include/usb/ |
A D | xhci.h | 83 struct xhci_hccr { struct 1124 int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr, 1204 struct xhci_hccr *hccr; /* R/O registers, not need for volatile */ 1263 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, 1282 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr,
|
/u-boot/drivers/usb/dwc3/ |
A D | dwc3-generic.c | 170 struct xhci_hccr *hccr; in dwc3_generic_host_probe() 178 hccr = (struct xhci_hccr *)priv->gen_priv.base; in dwc3_generic_host_probe()
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3.h | 175 struct xhci_hccr *hcd;
|
Completed in 21 milliseconds