CMD_ASE
cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
want = (fotg210->command & CMD_ASE) ? STS_ASS : 0;
fotg210_set_command_bit(fotg210, CMD_ASE);
fotg210_clear_command_bit(fotg210, CMD_ASE);
(command & CMD_ASE) ? " Async" : "",
fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
fotg210->command &= ~(CMD_ASE | CMD_PSE);
(command & CMD_ASE) ? " Async" : "",
ehci->command &= ~(CMD_ASE | CMD_PSE);
ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
want = (ehci->command & CMD_ASE) ? STS_ASS : 0;
ehci_set_command_bit(ehci, CMD_ASE);
ehci_clear_command_bit(ehci, CMD_ASE);
if (!(cmd & CMD_ASE)) {
cmd |= CMD_ASE | CMD_RUN;
writel(cmd & ~CMD_ASE, &oxu->regs->command);
CMD_ASE | CMD_RESET);
temp |= CMD_ASE;
(command & CMD_ASE) ? " Async" : "",
temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);