Searched refs:OHCI_HCR (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | pci-quirks.c | 44 #define OHCI_HCR (1 << 0) /* host controller reset */ macro 806 writel(OHCI_HCR, base + OHCI_CMDSTATUS); in quirk_usb_handoff_ohci() 810 if ((readl(base + OHCI_CMDSTATUS) & OHCI_HCR) == 0) in quirk_usb_handoff_ohci()
|
| H A D | ohci-hcd.c | 430 ohci_writel(ohci, OHCI_HCR, &ohci->regs->cmdstatus); in _ohci_shutdown() 603 ohci_writel (ohci, OHCI_HCR, &ohci->regs->cmdstatus); in ohci_run() 605 while ((ohci_readl (ohci, &ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in ohci_run()
|
| H A D | ohci.h | 273 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
| H A D | ohci-dbg.c | 135 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status()
|
| H A D | isp1362.h | 287 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
| H A D | isp1362-hcd.c | 2185 isp1362_write_reg32(isp1362_hcd, HCCMDSTAT, OHCI_HCR); in __isp1362_sw_reset() 2188 if (!(isp1362_read_reg32(isp1362_hcd, HCCMDSTAT) & OHCI_HCR)) in __isp1362_sw_reset()
|
| H A D | u132-hcd.c | 1656 retval = u132_write_pcimem(u132, cmdstatus, OHCI_HCR); in u132_run() 1663 if (0 != (status & OHCI_HCR)) { in u132_run()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 204 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
| H A D | au1x00_usb_ohci.c | 279 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status() 1274 writel (OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset() 1275 while ((readl (&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci.h | 220 #define OHCI_HCR (1 << 0) /* host controller reset */ macro
|
| H A D | ohci-hcd.c | 413 (temp & OHCI_HCR) ? " HCR" : "" in ohci_dump_status() 1827 ohci_writel(OHCI_HCR, &ohci->regs->cmdstatus); in hc_reset() 1828 while ((ohci_readl(&ohci->regs->cmdstatus) & OHCI_HCR) != 0) { in hc_reset()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2272 retval = ftdi_write_pcimem(ftdi, cmdstatus, OHCI_HCR); in ftdi_elan_check_controller() 2279 if (0 != (status & OHCI_HCR)) { in ftdi_elan_check_controller()
|