Searched refs:STS_PSS (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci.h201 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
H A Dehci-hcd.c224 temp |= STS_PSS;
225 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS,
237 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS,
H A Dehci-sched.c181 status = handshake (&ehci->regs->status, STS_PSS, 0, 9 * 125);
206 status = handshake (&ehci->regs->status, STS_PSS, STS_PSS, 9 * 125);
H A Dehci-dbg.c190 (status & STS_PSS) ? " Periodic" : "",

Completed in 94 milliseconds