Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-timer.c103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
104 actual = ehci_readl(ehci, &ehci->regs->status) & STS_ASS; in ehci_poll_ASS()
H A Doxu210hp-hcd.c139 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
499 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
803 temp &= STS_ASS | STS_PSS; in ehci_quiesce()
804 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
816 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
1906 STS_ASS, 0, 150); in qh_link_async()
/linux/include/linux/usb/
H A Dehci_def.h79 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h246 #define STS_ASS (1<<15) /* Async Schedule Status */ macro