Symbol: STS_PSS
drivers/usb/fotg210/fotg210-hcd.c
1120
want = (fotg210->command & CMD_PSE) ? STS_PSS : 0;
drivers/usb/fotg210/fotg210-hcd.c
1121
actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS;
drivers/usb/fotg210/fotg210-hcd.c
182
(status & STS_PSS) ? " Periodic" : "",
drivers/usb/fotg210/fotg210-hcd.c
963
temp = (fotg210->command << 10) & (STS_ASS | STS_PSS);
drivers/usb/fotg210/fotg210-hcd.c
964
handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp,
drivers/usb/fotg210/fotg210-hcd.c
974
handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0,
drivers/usb/host/ehci-dbg.c
159
(status & STS_PSS) ? " Periodic" : "",
drivers/usb/host/ehci-hcd.c
281
temp = (ehci->command << 10) & (STS_ASS | STS_PSS);
drivers/usb/host/ehci-hcd.c
282
ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp,
drivers/usb/host/ehci-hcd.c
292
ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0,
drivers/usb/host/ehci-timer.c
149
want = (ehci->command & CMD_PSE) ? STS_PSS : 0;
drivers/usb/host/ehci-timer.c
150
actual = ehci_readl(ehci, &ehci->regs->status) & STS_PSS;
drivers/usb/host/oxu210hp-hcd.c
2280
status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125);
drivers/usb/host/oxu210hp-hcd.c
2306
status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125);
drivers/usb/host/oxu210hp-hcd.c
500
(status & STS_PSS) ? " Periodic" : "",
drivers/usb/host/oxu210hp-hcd.c
803
temp &= STS_ASS | STS_PSS;
drivers/usb/host/oxu210hp-hcd.c
804
if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS,
drivers/usb/host/oxu210hp-hcd.c
816
if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS,