Searched refs:ehci_hcor (Results 1 – 17 of 17) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-pci.c | 25 struct ehci_hcor **ret_hcor) in ehci_pci_init() 29 struct ehci_hcor *hcor; in ehci_pci_init() 40 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_init() 71 struct ehci_hcor **ret_hcor) in ehci_pci_legacy_init() 74 struct ehci_hcor *hcor; in ehci_pci_legacy_init() 79 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_legacy_init() 100 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init() 132 struct ehci_hcor *hcor; in ehci_pci_probe()
|
| A D | ehci-atmel.c | 21 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init() 31 *hcor = (struct ehci_hcor *)((uint32_t)*hccr + in ehci_hcd_init() 78 struct ehci_hcor *hcor; in ehci_atmel_probe() 98 hcor = (struct ehci_hcor *) in ehci_atmel_probe()
|
| A D | ehci-fsl.c | 35 struct ehci_hccr *hccr, struct ehci_hcor *hcor); 90 struct ehci_hcor *hcor; in ehci_fsl_probe() 107 hcor = (struct ehci_hcor *) in ehci_fsl_probe() 142 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
|
| A D | ehci-marvell.c | 130 struct ehci_hcor *hcor; in ehci_mvebu_probe() 154 hcor = (struct ehci_hcor *) in ehci_mvebu_probe() 246 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init() 251 *hcor = (struct ehci_hcor *)((uint32_t) *hccr in ehci_hcd_init()
|
| A D | ehci-mxs.c | 55 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in __ehci_hcd_init() 82 *hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in __ehci_hcd_init() 91 struct ehci_hcor *hcor; in __ehci_hcd_stop() 97 hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in __ehci_hcd_stop() 221 struct ehci_hcor *hcor; in ehci_usb_probe()
|
| A D | ehci.h | 33 struct ehci_hcor { struct 250 struct ehci_hcor *hcor; 289 struct ehci_hccr **hccr, struct ehci_hcor **hcor); 293 struct ehci_hcor *hcor, const struct ehci_ops *ops,
|
| A D | ehci-zynq.c | 39 struct ehci_hcor *hcor; in ehci_zynq_probe() 46 hcor = (struct ehci_hcor *)((uint32_t) hccr + in ehci_zynq_probe()
|
| A D | ehci-vf.c | 160 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init() 176 *hcor = (struct ehci_hcor *)((uint32_t)*hccr + in ehci_hcd_init() 317 struct ehci_hcor *hcor; in ehci_usb_probe() 336 hcor = (struct ehci_hcor *)((uint32_t)hccr + in ehci_usb_probe()
|
| A D | ehci-npcm.c | 75 struct ehci_hcor *hcor; in npcm_ehci_probe() 85 hcor = (struct ehci_hcor *)((uintptr_t)priv->hcd + in npcm_ehci_probe()
|
| A D | ehci-generic.c | 65 struct ehci_hcor *hcor; in ehci_usb_probe() 102 hcor = (struct ehci_hcor *)((uintptr_t)hccr + in ehci_usb_probe()
|
| A D | ehci-msm.c | 56 struct ehci_hcor *hcor; in ehci_usb_probe() 80 hcor = (struct ehci_hcor *)((phys_addr_t)hccr + in ehci_usb_probe()
|
| A D | ehci-exynos.c | 219 struct ehci_hcor *hcor; in ehci_usb_probe() 229 hcor = (struct ehci_hcor *)((uint32_t)ctx->hcd + in ehci_usb_probe()
|
| A D | ehci-mx5.c | 270 struct ehci_hcor *hcor; in ehci_usb_probe() 300 hcor = (struct ehci_hcor *)((uint32_t)hccr + in ehci_usb_probe()
|
| A D | ehci-mx6.c | 335 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init() 401 *hcor = (struct ehci_hcor *)((uintptr_t)*hccr + in ehci_hcd_init() 640 struct ehci_hcor *hcor; in ehci_usb_probe() 720 hcor = (struct ehci_hcor *)((uintptr_t)hccr + in ehci_usb_probe()
|
| A D | ehci-omap.c | 349 struct ehci_hcor *hcor; in omap_ehci_probe() 357 hcor = (struct ehci_hcor *)&priv->ehci->usbcmd; in omap_ehci_probe()
|
| A D | ehci-tegra.c | 946 struct ehci_hcor *hcor; in ehci_usb_probe() 954 hcor = (struct ehci_hcor *)&priv->reg->usb_cmd; in ehci_usb_probe()
|
| A D | ehci-hcd.c | 1246 struct ehci_hcor *hcor = ctrl->hcor; in enable_periodic() 1267 struct ehci_hcor *hcor = ctrl->hcor; in disable_periodic() 1695 struct ehci_hcor *hcor, const struct ehci_ops *ops, in ehci_register()
|
Completed in 758 milliseconds