Searched refs:STS_PSS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-timer.c | 149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 150 actual = ehci_readl(ehci, &ehci->regs->status) & STS_PSS; in ehci_poll_PSS()
|
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 | 108 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
D | fotg210.h | 246 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
D | oxu210hp-hcd.c | 84 (status & STS_PSS) ? " Periodic" : "", 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() 1866 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic() 1892 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
|
D | fotg210-hcd.c | 180 (status & STS_PSS) ? " Periodic" : "", 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() 1127 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS() 1128 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()
|
D | ehci-dbg.c | 159 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
|
/Linux-v4.19/include/linux/usb/ |
D | ehci_def.h | 93 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|