Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.c44 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
804 writel(OHCI_HCR, base + OHCI_CMDSTATUS); in quirk_usb_handoff_ohci()
808 if ((readl(base + OHCI_CMDSTATUS) & OHCI_HCR) == 0) in quirk_usb_handoff_ohci()
H A Dohci-hcd.c428 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown()
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 Dohci.h273 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
H A Dohci-dbg.c135 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
H A Disp1362.h287 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
H A Disp1362-hcd.c2183 isp1362_write_reg32(isp1362_hcd, HCCMDSTAT, OHCI_HCR); in __isp1362_sw_reset()
2186 if (!(isp1362_read_reg32(isp1362_hcd, HCCMDSTAT) & OHCI_HCR)) in __isp1362_sw_reset()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h220 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
H A Dohci-hcd.c409 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
1825 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()
1826 while ((ohci_readl(&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()