CMD_PSE
cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
want = (fotg210->command & CMD_PSE) ? STS_PSS : 0;
fotg210_set_command_bit(fotg210, CMD_PSE);
fotg210_clear_command_bit(fotg210, CMD_PSE);
(command & CMD_PSE) ? " Periodic" : "",
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_PSE) ? " Periodic" : "",
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_PSE) ? STS_PSS : 0;
ehci_set_command_bit(ehci, CMD_PSE);
ehci_clear_command_bit(ehci, CMD_PSE);
((e)->has_ci_pec_bug && ((e)->command & CMD_PSE) \
cmd = readl(&oxu->regs->command) | CMD_PSE;
cmd = readl(&oxu->regs->command) & ~CMD_PSE;
oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE |
temp |= CMD_PSE;
(command & CMD_PSE) ? " Periodic" : "",
temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);