Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h172 __u32 ed_controlhead; member
H A Dohci-hcd.c422 maybe_print_eds("ed_controlhead", ohci_readl(&regs->ed_controlhead)); in ohci_dump_status()
685 ohci_writel((uintptr_t)ed, &ohci->regs->ed_controlhead); in ep_link()
793 &ohci->regs->ed_controlhead); in ep_unlink()
1858 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h159 __u32 ed_controlhead; member
H A Dau1x00_usb_ohci.c287 maybe_print_eds ("ed_controlhead", readl (&regs->ed_controlhead)); in ohci_dump_status()
478 writel ((long)ed, &ohci->regs->ed_controlhead); in ep_link()
528 writel (m32_swap (*((__u32 *)&ed->hwNextED)), &ohci->regs->ed_controlhead); in ep_unlink()
1301 writel (0, &ohci->regs->ed_controlhead); in hc_start()