Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-fsl.c114 struct xhci_hccr *hccr; in xhci_fsl_probe()
127 priv->ctx.hcd = (struct xhci_hccr *)priv->hcd_base; in xhci_fsl_probe()
139 hccr = (struct xhci_hccr *)(priv->ctx.hcd); in xhci_fsl_probe()
176 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
181 ctx->hcd = (struct xhci_hccr *)ctr_addr[index]; in xhci_hcd_init()
198 *hccr = (struct xhci_hccr *)ctx->hcd; in xhci_hcd_init()
Dxhci-pci.c14 static void xhci_pci_init(struct udevice *dev, struct xhci_hccr **ret_hccr, in xhci_pci_init()
17 struct xhci_hccr *hccr; in xhci_pci_init()
21 hccr = (struct xhci_hccr *)dm_pci_map_bar(dev, in xhci_pci_init()
40 struct xhci_hccr *hccr; in xhci_pci_probe()
Dxhci-omap.c51 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()
56 ctx->hcd = (struct xhci_hccr *)OMAP_XHCI_BASE; in xhci_hcd_init()
73 *hccr = (struct xhci_hccr *)(OMAP_XHCI_BASE); in xhci_hcd_init()
Dxhci-mvebu.c28 struct xhci_hccr *hcd;
48 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
Dxhci-rcar.c40 struct xhci_hccr *hcd;
92 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_rcar_probe()
Dxhci-rockchip.c30 struct xhci_hccr *hcd;
125 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
Dxhci-dwc3.c117 struct xhci_hccr *hccr; in xhci_dwc3_probe()
125 hccr = (struct xhci_hccr *)((uintptr_t)dev_read_addr(dev)); in xhci_dwc3_probe()
Dxhci-exynos5.c49 struct xhci_hccr *hcd;
211 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
Dxhci.c892 struct xhci_hccr *hccr = ctrl->hccr; in xhci_submit_root()
1194 struct xhci_hccr *hccr; in xhci_lowlevel_init()
1297 struct xhci_hccr *hccr; in usb_lowlevel_init()
1485 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr, in xhci_register()
Dxhci-mem.c350 struct xhci_hccr *hccr = ctrl->hccr; in xhci_scratchpad_alloc()
503 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init()
/external/u-boot/drivers/usb/cdns3/
Dhost.c22 struct xhci_hccr *hccr; in __cdns3_host_init()
26 hccr = (struct xhci_hccr *)cdns->xhci_regs; in __cdns3_host_init()
/external/u-boot/include/usb/
Dxhci.h81 struct xhci_hccr { struct
1138 int xhci_hcd_init(int index, struct xhci_hccr **ret_hccr,
1217 struct xhci_hccr *hccr; /* R/O registers, not need for volatile */
1266 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr,
1285 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr,
/external/u-boot/include/linux/usb/
Dxhci-fsl.h52 struct xhci_hccr *hcd;
Dxhci-omap.h136 struct xhci_hccr *hcd;
/external/u-boot/drivers/usb/dwc3/
Ddwc3-generic.c150 struct xhci_hccr *hccr; in dwc3_generic_host_probe()
158 hccr = (struct xhci_hccr *)priv->gen_priv.base; in dwc3_generic_host_probe()