Home
last modified time | relevance | path

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 DdrvEHCI_SCHD.cxx267 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 DdrvEHCI.h818 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
H A DdrvEhciHcd.c470 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 DdrvEHCIDBG.cpp225 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()