Searched refs:STS_PSS (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-hcd.c | 224 temp |= STS_PSS; in ehci_ready() 225 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS, in ehci_ready() 237 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS, in ehci_ready()
|
D | ehci-sched.c | 181 status = handshake (&ehci->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic() 206 status = handshake (&ehci->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
|
D | ehci.h | 201 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
D | ehci-dbg.c | 190 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
|