Searched refs:STS_ASS (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | ehci-timer.c | 103 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 D | oxu210hp-hcd.c | 139 #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 D | ehci_def.h | 79 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 246 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|