Home
last modified time | relevance | path

Searched refs:ed_controlhead (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c286 maybe_print_eds ("ed_controlhead", readl (&regs->ed_controlhead)); in ohci_dump_status()
477 writel ((long)ed, &ohci->regs->ed_controlhead); in ep_link()
527 writel (m32_swap (*((__u32 *)&ed->hwNextED)), &ohci->regs->ed_controlhead); in ep_unlink()
1300 writel (0, &ohci->regs->ed_controlhead); in hc_start()
Dau1x00_usb_ohci.h159 __u32 ed_controlhead; member
/external/u-boot/drivers/usb/host/
Dohci.h172 __u32 ed_controlhead; member
Dohci-hcd.c418 maybe_print_eds("ed_controlhead", ohci_readl(&regs->ed_controlhead)); in ohci_dump_status()
681 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link()
789 &ohci->regs->ed_controlhead); in ep_unlink()
1855 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()