Searched refs:STS_ASS (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/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 | 281 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 282 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 292 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
D | fotg210.h | 245 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | oxu210hp-hcd.c | 138 #define STS_ASS (1<<15) /* Async Schedule Status */ macro 523 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 827 temp &= STS_ASS | STS_PSS; in ehci_quiesce() 828 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 840 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 1930 STS_ASS, 0, 150); in qh_link_async()
|
D | fotg210-hcd.c | 182 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 971 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce() 972 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce() 982 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce() 1080 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS() 1081 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-5.19.10/include/linux/usb/ |
D | ehci_def.h | 93 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|