Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h162 __u32 ed_bulkcurrent; member
H A Dau1x00_usb_ohci.c291 maybe_print_eds ("ed_bulkcurrent", readl (&regs->ed_bulkcurrent)); in ohci_dump_status()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h175 __u32 ed_bulkcurrent; member
H A Dohci-hcd.c427 maybe_print_eds("ed_bulkcurrent", ohci_readl(&regs->ed_bulkcurrent)); in ohci_dump_status()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h225 __hc32 ed_bulkcurrent; member
H A Dohci-q.c237 ohci_writel (ohci, 0, &ohci->regs->ed_bulkcurrent); in ed_schedule()
1125 &ohci->regs->ed_bulkcurrent); in finish_unlinks()
H A Dohci-hub.c227 ohci_writel (ohci, 0, &ohci->regs->ed_bulkcurrent); in ohci_rh_resume()
H A Dohci-dbg.c161 ohci_readl (controller, &regs->ed_bulkcurrent), in ohci_dump_status()