Lines Matching defs:command
196 * This routine gets called during probe before ehci->command
199 ehci->command &= ~CMD_RUN;
200 temp = ehci_readl(ehci, &ehci->regs->command);
202 ehci_writel(ehci, temp, &ehci->regs->command);
234 u32 command = ehci_readl(ehci, &ehci->regs->command);
241 command |= CMD_RESET;
242 dbg_cmd (ehci, "reset", command);
243 ehci_writel(ehci, command, &ehci->regs->command);
246 retval = ehci_handshake(ehci, &ehci->regs->command,
281 temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
287 ehci->command &= ~(CMD_ASE | CMD_PSE);
288 ehci_writel(ehci, ehci->command, &ehci->regs->command);
561 ehci->command = temp;
612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
613 ehci->command |= CMD_RUN;
614 ehci_writel(ehci, ehci->command, &ehci->regs->command);
615 dbg_cmd (ehci, "init", ehci->command);
636 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */
643 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN,
753 cmd = ehci_readl(ehci, &ehci->regs->command);
851 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
852 ehci_writel(ehci, ehci->command, &ehci->regs->command);
1220 ehci_writel(ehci, ehci->command, &ehci->regs->command);
1222 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */