Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hcd.c224 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()
Dehci-sched.c181 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()
Dehci.h201 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
Dehci-dbg.c190 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()