Home
last modified time | relevance | path

Searched refs:ehci_hccr (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/u-boot/drivers/usb/host/
H A Dehci-pci.c23 static int ehci_pci_init(struct udevice *dev, struct ehci_hccr **ret_hccr, in ehci_pci_init()
27 struct ehci_hccr *hccr; in ehci_pci_init()
36 hccr = (struct ehci_hccr *)dm_pci_map_bar(dev, in ehci_pci_init()
68 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init()
71 struct ehci_hccr *hccr; in ehci_pci_legacy_init()
75 hccr = (struct ehci_hccr *)pci_map_bar(pdev, in ehci_pci_legacy_init()
98 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init()
129 struct ehci_hccr *hccr; in ehci_pci_probe()
H A Dehci-fsl.c39 struct ehci_hccr *hccr, struct ehci_hcor *hcor);
42 struct ehci_hccr *hccr, struct ehci_hcor *hcor);
94 struct ehci_hccr *hccr; in ehci_fsl_probe()
107 hccr = (struct ehci_hccr *)(&ehci->caplength); in ehci_fsl_probe()
149 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
167 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
188 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
191 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
H A Dehci-atmel.c20 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
29 *hccr = (struct ehci_hccr *)ATMEL_BASE_EHCI; in ehci_hcd_init()
82 struct ehci_hccr *hccr; in ehci_atmel_probe()
102 hccr = (struct ehci_hccr *)hcd_base; in ehci_atmel_probe()
H A Dehci-mxs.c90 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
127 *hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_init()
139 struct ehci_hccr *hccr; in ehci_hcd_stop()
152 hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_stop()
H A Dehci-marvell.c104 struct ehci_hccr *hccr; in ehci_mvebu_probe()
128 hccr = (struct ehci_hccr *)(priv->hcd_base + 0x100); in ehci_mvebu_probe()
207 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
211 *hccr = (struct ehci_hccr *)(MVUSB_BASE(index) + 0x100); in ehci_hcd_init()
H A Dehci-armada100.c25 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
30 *hccr = (struct ehci_hccr *)(ARMD1_USB_HOST_BASE + 0x100); in ehci_hcd_init()
H A Dehci-vct.c18 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
31 *hccr = (struct ehci_hccr *)vct_hccr; in ehci_hcd_init()
H A Dehci-faraday.c89 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init()
91 struct ehci_hccr *hccr; in ehci_hcd_init()
100 hccr = (struct ehci_hccr *)&regs->usb.hccr; in ehci_hcd_init()
H A Dehci-spear.c37 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
53 *hccr = (struct ehci_hccr *)(ehci + 0x100); in ehci_hcd_init()
H A Dehci.h21 struct ehci_hccr { struct
248 struct ehci_hccr *hccr; /* R/O registers, not need for volatile */
287 struct ehci_hccr **hccr, struct ehci_hcor **hcor);
290 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr,
H A Dehci-aspeed.c37 struct ehci_hccr *hccr; in ehci_aspeed_probe()
60 hccr = (struct ehci_hccr *)hcd_base; in ehci_aspeed_probe()
H A Dehci-vf.c158 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
173 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
316 struct ehci_hccr *hccr; in ehci_usb_probe()
335 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-zynq.c39 struct ehci_hccr *hccr; in ehci_zynq_probe()
46 hccr = (struct ehci_hccr *)((uint32_t)&priv->ehci->caplength); in ehci_zynq_probe()
H A Dehci-msm.c53 struct ehci_hccr *hccr; in ehci_usb_probe()
57 hccr = (struct ehci_hccr *)((phys_addr_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-mx6.c340 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
362 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
511 struct ehci_hccr *hccr; in ehci_usb_probe()
549 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-rmobile.c62 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
123 *hccr = (struct ehci_hccr *)((uint32_t)&rehci->hciversion); in ehci_hcd_init()
H A Dehci-mx5.c231 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
249 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
H A Dehci-omap.c181 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in omap_ehci_hcd_init()
289 *hccr = (struct ehci_hccr *)(OMAP_EHCI_BASE); in omap_ehci_hcd_init()
H A Dehci-mxc.c211 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
226 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
H A Dehci-exynos.c41 struct ehci_hccr *hcd;
219 ctx->hcd = (struct ehci_hccr *)plat->hcd_base; in ehci_usb_probe()
/openbmc/u-boot/arch/arm/include/asm/
H A Dehci-omap.h130 struct ehci_hccr;
134 struct ehci_hccr **hccr, struct ehci_hcor **hcor);
/openbmc/u-boot/board/htkw/mcx/
H A Dmcx.c43 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
/openbmc/u-boot/board/technexion/twister/
H A Dtwister.c54 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
/openbmc/u-boot/board/compulab/cm_t3517/
H A Dcm_t3517.c225 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
/openbmc/u-boot/board/technexion/tao3530/
H A Dtao3530.c212 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()

12