Home
last modified time | relevance | path

Searched refs:cmdstatus (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h165 __u32 cmdstatus; member
H A Dohci-hcd.c403 temp = ohci_readl(&regs->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()