Searched refs:STS_PSS (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/host/ |
D | ehci-timer.c | 158 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 159 actual = ehci_readl(ehci, &ehci->regs->status) & STS_PSS; in ehci_poll_PSS()
|
D | ehci-hcd.c | 293 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 294 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 304 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
D | oxu210hp.h | 107 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
D | oxu210hp-hcd.c | 97 (status & STS_PSS) ? " Periodic" : "", 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() 1886 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic() 1912 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
|
D | fotg210.h | 245 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
D | fotg210-hcd.c | 193 (status & STS_PSS) ? " Periodic" : "", 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() 1153 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS() 1154 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()
|
D | ehci-dbg.c | 186 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
|