Lines Matching refs:command
379 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_halt()
381 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_halt()
389 U32 command = ehci_readl ((U32)&ehci->regs->command); in ehci_reset() local
392 command |= CMD_RESET; in ehci_reset()
393 dbg_cmd (ehci, "reset", command); in ehci_reset()
394 ehci_writel (command, (U32)&ehci->regs->command); in ehci_reset()
446 command = handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000); in ehci_reset()
452 return command; in ehci_reset()
530 temp = ehci_readl ((U32)&ehci->regs->command); in ehci_ready()
532 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_ready()
1214 regTmp[0] = ehci_readl((U32)&ehci->regs->command); in ehci_hc_swreset()
1236 ehci_writel(regTmp[0],(U32)&ehci->regs->command); in ehci_hc_swreset()
1350 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_ASE|CMD_PSE|CMD_IAAD)),(U32)&ehci->regs->… in ehci_hub_control()
1480 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_hub_control()
1818 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1837 …ehci_writel(ehci_readl((U32)&ehci->regs->command)&(~(CMD_RUN|CMD_ASE|CMD_PSE)),(U32)&ehci->regs->c… in ehci_hub_control()
1869 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_hub_control()
5046 U32 cmd = ehci_readl ((U32)&ehci->regs->command); in qh_link_async()
5052 ehci_writel (cmd, (U32)&ehci->regs->command); in qh_link_async()
5130 U32 cmd = ehci_readl (&ehci->regs->command);
5191 ehci_writel (cmd, &ehci->regs->command);
5903 int cmd = ehci_readl ((U32)&ehci->regs->command); in start_unlink_async()
5970 ehci_writel (cmd & ~CMD_ASE, (U32)&ehci->regs->command); in start_unlink_async()
6050 ehci_writel (cmd, (U32)&ehci->regs->command); in start_unlink_async()
6482 else if ( (ehci_readl((U32)&ehci->regs->command)&CMD_IAAD) && !(status & STS_IAA)) in ehci_watchdog()
7159 temp = ehci_readl ((U32)&ehci->regs->command) & 0x0fff; in ehci_start()
7248 ehci_writel (temp, (U32)&ehci->regs->command); in ehci_start()
7320 temp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_start()
7714 ehci_writel(ehci_readl ((U32)&ehci->regs->command) & ~CMD_RUN, (U32)&ehci->regs->command); in ehci_suspend()
7807 tmp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_resume()
7812 tmp = ehci_readl ((U32)&ehci->regs->command); /* unblock posted writes */ in ehci_resume()
7974 cmd_t = ehci_readl ((U32)&ehci->regs->command); /* unblock posted write */ in ehci_irq()
7992 int cmd = ehci_readl ((U32)&ehci->regs->command); in ehci_irq()
7994 ehci_writel (cmd, (U32)&ehci->regs->command); in ehci_irq()
7995 (void) ehci_readl ((U32)&ehci->regs->command); in ehci_irq()
8569 else if ( (ehci_readl ((U32)&ehci->regs->command)&CMD_RUN) == 0 ) in ehci_urb_dequeue()
9617 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9622 ehci_writel(temp, (U32)&ehci->regs->command); in ehci_StopRun_Setting()
9624 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9629 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()
9634 ehci_writel(temp, (U32)&ehci->regs->command); in ehci_StopRun_Setting()
9636 temp = ehci_readl((U32)&ehci->regs->command); in ehci_StopRun_Setting()