Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
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()
H A Dau1x00_usb_ohci.h159 __u32 ed_controlhead; member
/OK3568_Linux_fs/u-boot/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()
1857 ohci_writel(0, &ohci->regs->ed_controlhead); in hc_start()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hub.c224 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_rh_resume()
275 &ohci->regs->ed_controlhead); in ohci_rh_resume()
H A Dohci.h222 __hc32 ed_controlhead; member
H A Dohci-q.c207 &ohci->regs->ed_controlhead); in ed_schedule()
345 &ohci->regs->ed_controlhead); in ed_deschedule()
H A Dohci-dbg.c151 ohci_readl (controller, &regs->ed_controlhead), in ohci_dump_status()
H A Dohci-hcd.c631 ohci_writel (ohci, 0, &ohci->regs->ed_controlhead); in ohci_run()
H A Du132-hcd.c1682 retval = u132_write_pcimem(u132, ed_controlhead, 0x00000000); in u132_run()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2297 retval = ftdi_write_pcimem(ftdi, ed_controlhead, 0x00000000); in ftdi_elan_check_controller()