STS_PSS
want = (fotg210->command & CMD_PSE) ? STS_PSS : 0;
actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS;
(status & STS_PSS) ? " Periodic" : "",
temp = (fotg210->command << 10) & (STS_ASS | STS_PSS);
handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp,
handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0,
(status & STS_PSS) ? " Periodic" : "",
temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp,
ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0,
want = (ehci->command & CMD_PSE) ? STS_PSS : 0;
actual = ehci_readl(ehci, &ehci->regs->status) & STS_PSS;
status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125);
status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125);
(status & STS_PSS) ? " Periodic" : "",
temp &= STS_ASS | STS_PSS;
if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS,
if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS,