Home
last modified time | relevance | path

Searched refs:STS_ASS (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c468 temp = STS_ASS; 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()
5050 (void) handshake (&ehci->regs->status, STS_ASS, 0, 150); in qh_link_async()
5133 while (ehci_readl (&ehci->regs->status) & STS_ASS)
H A DdrvEHCI.h817 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
H A DdrvEHCIDBG.cpp224 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()