Searched refs:STS_ASS (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-timer.c | 112 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()
|
D | ehci-hcd.c | 291 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 292 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 302 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
D | oxu210hp.h | 106 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | fotg210.h | 238 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | fusbh200.h | 233 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
D | oxu210hp-hcd.c | 96 (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()
|
D | fusbh200-hcd.c | 200 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 983 temp = (fusbh200->command << 10) & (STS_ASS | STS_PSS); in fusbh200_quiesce() 984 handshake(fusbh200, &fusbh200->regs->status, STS_ASS | STS_PSS, temp, 16 * 125); in fusbh200_quiesce() 993 handshake(fusbh200, &fusbh200->regs->status, STS_ASS | STS_PSS, 0, 16 * 125); in fusbh200_quiesce() 1098 want = (fusbh200->command & CMD_ASE) ? STS_ASS : 0; in fusbh200_poll_ASS() 1099 actual = fusbh200_readl(fusbh200, &fusbh200->regs->status) & STS_ASS; in fusbh200_poll_ASS()
|
D | fotg210-hcd.c | 201 (status & STS_ASS) ? " Async" : "", in dbg_status_buf() 1013 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce() 1014 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce() 1024 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce() 1131 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS() 1132 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()
|
D | ehci-dbg.c | 185 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 91 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|