Searched refs:STS_PSS (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 267 status = handshake (&ehci->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic() 290 status = handshake (&ehci->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
|
| H A D | drvEHCI.h | 818 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
| H A D | drvEhciHcd.c | 470 temp |= STS_PSS; in ehci_ready() 471 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS, in ehci_ready() 535 if (handshake (&ehci->regs->status, STS_ASS | STS_PSS, in ehci_ready()
|
| H A D | drvEHCIDBG.cpp | 225 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
|