Searched refs:STS_ASS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
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()
|
D | ehci-hcd.c | 279 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 280 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 290 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
D | oxu210hp.h | 107 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | fotg210.h | 245 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | oxu210hp-hcd.c | 83 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 389 temp &= STS_ASS | STS_PSS; in ehci_quiesce() 390 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 402 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 1491 STS_ASS, 0, 150); in qh_link_async()
|
D | fotg210-hcd.c | 179 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 970 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce() 971 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce() 981 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce() 1079 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS() 1080 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()
|
D | ehci-dbg.c | 158 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
|
/Linux-v4.19/include/linux/usb/ |
D | ehci_def.h | 92 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|