Home
last modified time | relevance | path

Searched refs:ed_controlcurrent (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h160 __u32 ed_controlcurrent; member
H A Dau1x00_usb_ohci.c288 maybe_print_eds ("ed_controlcurrent", readl (&regs->ed_controlcurrent)); in ohci_dump_status()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h173 __u32 ed_controlcurrent; member
H A Dohci-hcd.c424 ohci_readl(&regs->ed_controlcurrent)); in ohci_dump_status()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h223 __hc32 ed_controlcurrent; member
H A Dohci-q.c217 ohci_writel (ohci, 0, &ohci->regs->ed_controlcurrent); in ed_schedule()
1115 &ohci->regs->ed_controlcurrent); in finish_unlinks()
H A Dohci-hub.c225 ohci_writel (ohci, 0, &ohci->regs->ed_controlcurrent); in ohci_rh_resume()
H A Dohci-dbg.c154 ohci_readl (controller, &regs->ed_controlcurrent), in ohci_dump_status()