Searched refs:xhci_hccr (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci-fsl.c | 114 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()
|
D | xhci-pci.c | 14 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()
|
D | xhci-omap.c | 51 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()
|
D | xhci-keystone.c | 36 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()
|
D | xhci-mvebu.c | 28 struct xhci_hccr *hcd; 48 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
D | xhci-zynqmp.c | 60 struct xhci_hccr *hcd; 101 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
D | xhci-rcar.c | 40 struct xhci_hccr *hcd; 92 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_rcar_probe()
|
D | xhci-rockchip.c | 30 struct xhci_hccr *hcd; 125 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
D | xhci.h | 81 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,
|
D | xhci-exynos5.c | 49 struct xhci_hccr *hcd; 211 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
|
D | xhci-dwc3.c | 201 struct xhci_hccr *hccr; in xhci_dwc3_probe() 206 hccr = (struct xhci_hccr *)((uintptr_t)dev_read_addr(dev)); in xhci_dwc3_probe()
|
D | xhci.c | 891 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()
|
D | xhci-mem.c | 349 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/ |
D | xhci-fsl.h | 52 struct xhci_hccr *hcd;
|
D | xhci-omap.h | 136 struct xhci_hccr *hcd;
|