Lines Matching refs:command
64 u32 command; member
354 dbgp_printk(" EHCI cmd : %08x\n", readl(&dbgp->ehci_regs->command)); in ehci_dbgp_status()
418 u32 cmd = readl(&dbgp->ehci_regs->command); in dbgp_issue_command()
432 writel(cmd, &dbgp->ehci_regs->command); in dbgp_issue_command()
502 writel(readl(&dbgp->ehci_regs->command) & ~CMD_RUN, in dbgp_check_for_completion()
503 &dbgp->ehci_regs->command); in dbgp_check_for_completion()
749 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_startup()
752 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_startup()
782 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
784 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
786 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_controller_reset()
896 cmd = readl(&dbgp->ehci_regs->command); in ehci_dbgp_external_startup()
898 writel(cmd, &dbgp->ehci_regs->command); in ehci_dbgp_external_startup()