Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dohci-hcd.c631 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run()
633 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
Dohci.h264 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
Dohci-dbg.c165 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
Disp1362.h337 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
Disp1362-hcd.c2221 isp1362_write_reg32(isp1362_hcd, HCCMDSTAT, OHCI_HCR); in __isp1362_sw_reset()
2224 if (!(isp1362_read_reg32(isp1362_hcd, HCCMDSTAT) & OHCI_HCR)) in __isp1362_sw_reset()
Du132-hcd.c1671 retval = u132_write_pcimem(u132, cmdstatus, OHCI_HCR); in u132_run()
1678 if (0 != (status & OHCI_HCR)) { in u132_run()
/linux-2.6.39/drivers/usb/misc/
Dftdi-elan.c2372 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_HCR); in ftdi_elan_check_controller()
2379 if (0 != (status & OHCI_HCR)) { in ftdi_elan_check_controller()