Searched refs:OHCI_HCR (Results 1 – 8 of 8) sorted by relevance
/drivers/usb/host/ |
D | pci-quirks.c | 41 #define OHCI_HCR (1 << 0) /* host controller reset */ macro 641 writel(OHCI_HCR, base + OHCI_CMDSTATUS); in quirk_usb_handoff_ohci() 645 if ((readl(base + OHCI_CMDSTATUS) & OHCI_HCR) == 0) in quirk_usb_handoff_ohci()
|
D | ohci-hcd.c | 426 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_shutdown() 582 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run() 584 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
|
D | ohci.h | 272 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
D | ohci-dbg.c | 134 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
|
D | isp1362.h | 332 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
D | isp1362-hcd.c | 2188 isp1362_write_reg32(isp1362_hcd, HCCMDSTAT, OHCI_HCR); in __isp1362_sw_reset() 2191 if (!(isp1362_read_reg32(isp1362_hcd, HCCMDSTAT) & OHCI_HCR)) in __isp1362_sw_reset()
|
D | u132-hcd.c | 1670 retval = u132_write_pcimem(u132, cmdstatus, OHCI_HCR); in u132_run() 1677 if (0 != (status & OHCI_HCR)) { in u132_run()
|
/drivers/usb/misc/ |
D | ftdi-elan.c | 2341 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_HCR); in ftdi_elan_check_controller() 2348 if (0 != (status & OHCI_HCR)) { in ftdi_elan_check_controller()
|