Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-timer.c112 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
113 actual = ehci_readl(ehci, &ehci->regs->status) & STS_ASS; in ehci_poll_ASS()
Dehci-hcd.c292 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce()
293 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce()
303 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
Doxu210hp.h106 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
Dfotg210.h244 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
Doxu210hp-hcd.c96 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
403 temp &= STS_ASS | STS_PSS; in ehci_quiesce()
404 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
416 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
1510 STS_ASS, 0, 150); in qh_link_async()
Dfotg210-hcd.c192 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
995 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce()
996 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce()
1006 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce()
1105 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1106 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()
Dehci-dbg.c185 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
/linux-4.4.14/include/linux/usb/
Dehci_def.h91 #define STS_ASS (1<<15) /* Async Schedule Status */ macro