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-keystone.c36 struct xhci_hccr *hcd;
87 struct xhci_hccr **ret_hccr, struct xhci_hcor **ret_hcor) in xhci_hcd_init()
91 struct xhci_hccr *hcd; in xhci_hcd_init()
127 hcd = (struct xhci_hccr *)CONFIG_USB_HOST_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-zynqmp.c60 struct xhci_hccr *hcd;
101 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.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,
Dxhci-exynos5.c49 struct xhci_hccr *hcd;
211 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
Dxhci-dwc3.c201 struct xhci_hccr *hccr; in xhci_dwc3_probe()
206 hccr = (struct xhci_hccr *)((uintptr_t)dev_read_addr(dev)); in xhci_dwc3_probe()
Dxhci.c891 struct xhci_hccr *hccr = ctrl->hccr; in xhci_submit_root()
1192 struct xhci_hccr *hccr; in xhci_lowlevel_init()
1294 struct xhci_hccr *hccr; in usb_lowlevel_init()
1481 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr, in xhci_register()
Dxhci-mem.c349 struct xhci_hccr *hccr = ctrl->hccr; in xhci_scratchpad_alloc()
499 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init()
/external/u-boot/include/linux/usb/
Dxhci-fsl.h52 struct xhci_hccr *hcd;
Dxhci-omap.h136 struct xhci_hccr *hcd;