Lines Matching defs:command
195 * This routine gets called during probe before ehci->command
198 ehci->command &= ~CMD_RUN;
199 temp = ehci_readl(ehci, &ehci->regs->command);
201 ehci_writel(ehci, temp, &ehci->regs->command);
233 u32 command = ehci_readl(ehci, &ehci->regs->command);
240 command |= CMD_RESET;
241 dbg_cmd (ehci, "reset", command);
242 ehci_writel(ehci, command, &ehci->regs->command);
245 retval = ehci_handshake(ehci, &ehci->regs->command,
280 temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
286 ehci->command &= ~(CMD_ASE | CMD_PSE);
287 ehci_writel(ehci, ehci->command, &ehci->regs->command);
560 ehci->command = temp;
611 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
612 ehci->command |= CMD_RUN;
613 ehci_writel(ehci, ehci->command, &ehci->regs->command);
614 dbg_cmd (ehci, "init", ehci->command);
635 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */
642 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN,
759 cmd = ehci_readl(ehci, &ehci->regs->command);
853 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
854 ehci_writel(ehci, ehci->command, &ehci->regs->command);
1199 ehci_writel(ehci, ehci->command, &ehci->regs->command);
1201 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */