Searched refs:cmdstatus (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hcd.c | 428 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown() 429 ohci_readl(ohci, &ohci->regs->cmdstatus); /* flush the writes */ in _ohci_shutdown() 486 ohci_writel (ohci, OHCI_OCR, &ohci->regs->cmdstatus); in ohci_init() 601 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run() 603 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
|
H A D | ohci-q.c | 687 ohci_writel (ohci, OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_urb() 709 ohci_writel (ohci, OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_urb() 1140 ohci_writel (ohci, command, &ohci->regs->cmdstatus); in finish_unlinks() 1180 &ohci->regs->cmdstatus); in takeback_td() 1184 &ohci->regs->cmdstatus); in takeback_td()
|
H A D | ohci.h | 214 __hc32 cmdstatus; member
|
H A D | ohci-hub.c | 296 ohci_writel (ohci, temp, &ohci->regs->cmdstatus); in ohci_rh_resume()
|
H A D | ohci-dbg.c | 128 temp = ohci_readl (controller, ®s->cmdstatus); in ohci_dump_status()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci-hcd.c | 403 temp = ohci_readl(®s->cmdstatus); in ohci_dump_status() 994 ohci_writel(OHCI_BLF, &ohci->regs->cmdstatus); in td_submit_job() 1021 ohci_writel(OHCI_CLF, &ohci->regs->cmdstatus); in td_submit_job() 1802 ohci_writel(OHCI_OCR, &ohci->regs->cmdstatus); in hc_reset() 1825 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset() 1826 while ((ohci_readl(&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()
|
H A D | ohci.h | 165 __u32 cmdstatus; member
|