Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-pci.c24 static int ehci_pci_init(struct udevice *dev, struct ehci_hccr **ret_hccr, in ehci_pci_init()
28 struct ehci_hccr *hccr; in ehci_pci_init()
37 hccr = (struct ehci_hccr *)dm_pci_map_bar(dev, in ehci_pci_init()
69 static void ehci_pci_legacy_init(pci_dev_t pdev, struct ehci_hccr **ret_hccr, in ehci_pci_legacy_init()
72 struct ehci_hccr *hccr; in ehci_pci_legacy_init()
76 hccr = (struct ehci_hccr *)pci_map_bar(pdev, in ehci_pci_legacy_init()
99 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init()
130 struct ehci_hccr *hccr; in ehci_pci_probe()
H A Dehci-fsl.c40 struct ehci_hccr *hccr, struct ehci_hcor *hcor);
43 struct ehci_hccr *hccr, struct ehci_hcor *hcor);
99 struct ehci_hccr *hccr; in ehci_fsl_probe()
115 hccr = (struct ehci_hccr *)(&ehci->caplength); in ehci_fsl_probe()
155 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
171 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
190 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
193 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
H A Dehci-atmel.c21 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
30 *hccr = (struct ehci_hccr *)ATMEL_BASE_EHCI; in ehci_hcd_init()
83 struct ehci_hccr *hccr; in ehci_atmel_probe()
103 hccr = (struct ehci_hccr *)hcd_base; in ehci_atmel_probe()
H A Dehci-mxs.c91 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
128 *hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_init()
140 struct ehci_hccr *hccr; in ehci_hcd_stop()
153 hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_stop()
H A Dehci-marvell.c105 struct ehci_hccr *hccr; in ehci_mvebu_probe()
129 hccr = (struct ehci_hccr *)(priv->hcd_base + 0x100); in ehci_mvebu_probe()
208 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
212 *hccr = (struct ehci_hccr *)(MVUSB_BASE(index) + 0x100); in ehci_hcd_init()
H A Dehci-faraday.c90 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init()
92 struct ehci_hccr *hccr; in ehci_hcd_init()
101 hccr = (struct ehci_hccr *)&regs->usb.hccr; in ehci_hcd_init()
H A Dehci-vct.c19 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
32 *hccr = (struct ehci_hccr *)vct_hccr; in ehci_hcd_init()
H A Dehci-armada100.c26 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
31 *hccr = (struct ehci_hccr *)(ARMD1_USB_HOST_BASE + 0x100); in ehci_hcd_init()
H A Dehci.h21 struct ehci_hccr { struct
246 struct ehci_hccr *hccr; /* R/O registers, not need for volatile */
285 struct ehci_hccr **hccr, struct ehci_hcor **hcor);
288 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr,
H A Dehci-spear.c38 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
54 *hccr = (struct ehci_hccr *)(ehci + 0x100); in ehci_hcd_init()
H A Dehci-mx5.c235 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
253 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
311 struct ehci_hccr *hccr; in ehci_usb_probe()
341 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-vf.c159 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
174 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
317 struct ehci_hccr *hccr; in ehci_usb_probe()
336 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-zynq.c40 struct ehci_hccr *hccr; in ehci_zynq_probe()
47 hccr = (struct ehci_hccr *)((uint32_t)&priv->ehci->caplength); in ehci_zynq_probe()
H A Dehci-rcar_gen3.c78 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
87 *hccr = (struct ehci_hccr *)((uintptr_t)&ehci->caplength); in ehci_hcd_init()
H A Dehci-sunxi.c39 struct ehci_hccr *hccr = (struct ehci_hccr *)devfdt_get_addr(dev); in ehci_usb_probe()
H A Dehci-msm.c96 struct ehci_hccr *hccr; in ehci_usb_probe()
100 hccr = (struct ehci_hccr *)((phys_addr_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-mx6.c369 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
391 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
577 struct ehci_hccr *hccr; in ehci_usb_probe()
615 hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_usb_probe()
H A Dehci-rmobile.c63 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
124 *hccr = (struct ehci_hccr *)((uint32_t)&rehci->hciversion); in ehci_hcd_init()
H A Dehci-omap.c182 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in omap_ehci_hcd_init()
290 *hccr = (struct ehci_hccr *)(OMAP_EHCI_BASE); in omap_ehci_hcd_init()
H A Dehci-mxc.c212 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
227 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength); in ehci_hcd_init()
H A Dehci-exynos.c42 struct ehci_hccr *hcd;
220 ctx->hcd = (struct ehci_hccr *)plat->hcd_base; in ehci_usb_probe()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dehci-omap.h131 struct ehci_hccr;
135 struct ehci_hccr **hccr, struct ehci_hcor **hcor);
/OK3568_Linux_fs/u-boot/board/htkw/mcx/
H A Dmcx.c44 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/board/technexion/twister/
H A Dtwister.c57 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
/OK3568_Linux_fs/u-boot/board/compulab/cm_t3517/
H A Dcm_t3517.c225 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()

12