Searched refs:CMD_ASE (Results 1 – 3 of 3) sorted by relevance
135 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()157 int cmd = ehci_readl(ehci, &ehci->regs->command) | CMD_ASE; in ehci_poll_ASS()180 ehci_clear_command_bit(ehci, CMD_ASE); in ehci_disable_ASE()
273 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()625 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()855 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq_handler()
82 #define CMD_ASE (1<<5) /* async schedule enable */ macro
Completed in 11 milliseconds