Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h66 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
Dusb-ohci.h206 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
Dusb-ohci.c406 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
2227 writel (OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset()
2228 while ((readl (&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()