Lines Matching refs:command
210 ehci->command &= ~CMD_RUN; in ehci_halt()
211 temp = ehci_readl(ehci, &ehci->regs->command); in ehci_halt()
213 ehci_writel(ehci, temp, &ehci->regs->command); in ehci_halt()
245 u32 command = ehci_readl(ehci, &ehci->regs->command); in ehci_reset() local
252 command |= CMD_RESET; in ehci_reset()
253 dbg_cmd (ehci, "reset", command); in ehci_reset()
254 ehci_writel(ehci, command, &ehci->regs->command); in ehci_reset()
257 retval = ehci_handshake(ehci, &ehci->regs->command, in ehci_reset()
292 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce()
298 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()
299 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_quiesce()
563 ehci->command = temp; in ehci_init()
610 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
611 ehci->command |= CMD_RUN; in ehci_run()
612 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_run()
613 dbg_cmd (ehci, "init", ehci->command); in ehci_run()
632 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_run()
726 cmd = ehci_readl(ehci, &ehci->regs->command); in ehci_irq()
820 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
821 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_irq()
1163 ehci_writel(ehci, ehci->command, &ehci->regs->command); in ehci_resume()
1165 ehci_readl(ehci, &ehci->regs->command); /* unblock posted writes */ in ehci_resume()