Searched refs:ed_bulkhead (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci.h | 174 __u32 ed_bulkhead; member
|
H A D | ohci-hcd.c | 422 maybe_print_eds("ed_bulkhead", ohci_readl(®s->ed_bulkhead)); in ohci_dump_status() 699 ohci_writel((uintptr_t)ed, &ohci->regs->ed_bulkhead); in ep_link() 810 &ohci->regs->ed_bulkhead); in ep_unlink() 1856 ohci_writel(0, &ohci->regs->ed_bulkhead); in hc_start()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hub.c | 229 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_rh_resume() 284 &ohci->regs->ed_bulkhead); in ohci_rh_resume()
|
H A D | ohci.h | 224 __hc32 ed_bulkhead; member
|
H A D | ohci-q.c | 227 ohci_writel (ohci, ed->dma, &ohci->regs->ed_bulkhead); in ed_schedule() 371 &ohci->regs->ed_bulkhead); in ed_deschedule()
|
H A D | ohci-dbg.c | 158 ohci_readl (controller, ®s->ed_bulkhead), in ohci_dump_status()
|
H A D | ohci-hcd.c | 630 ohci_writel (ohci, 0, &ohci->regs->ed_bulkhead); in ohci_run()
|