Searched refs:CMD_RUN (Results 1 – 4 of 4) sorted by relevance
192 temp &= ~CMD_RUN; in ehci_halt()462 temp |= CMD_RUN; in ehci_start()609 writel (readl (&ehci->regs->command) & ~CMD_RUN, &ehci->regs->command); in ehci_suspend()
196 #define CMD_RUN (1<<0) /* start/stop HC */ macro
234 (command & CMD_RUN) ? "RUN" : "HALT" in dbg_command_buf()
785 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()