Lines Matching refs:hcor
29 struct ehci_hcor *hcor; in ehci_pci_init() local
39 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_init()
43 (ulong)hccr, (ulong)hcor, in ehci_pci_init()
47 *ret_hcor = hcor; in ehci_pci_init()
73 struct ehci_hcor *hcor; in ehci_pci_legacy_init() local
78 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_legacy_init()
82 (u32)hccr, (u32)hcor, in ehci_pci_legacy_init()
86 *ret_hcor = hcor; in ehci_pci_legacy_init()
131 struct ehci_hcor *hcor; in ehci_pci_probe() local
134 ret = ehci_pci_init(dev, &hccr, &hcor); in ehci_pci_probe()
138 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_pci_probe()