Home
last modified time | relevance | path

Searched refs:STS_PSS (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dehci-timer.c149 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()
Dehci-hcd.c279 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()
Doxu210hp-hcd.c138 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
523 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
828 temp &= STS_ASS | STS_PSS; in ehci_quiesce()
829 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
841 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
2305 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic()
2331 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
Dfotg210.h249 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
Dfotg210-hcd.c182 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
972 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce()
973 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce()
983 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce()
1129 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()
1130 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()
Dehci-dbg.c159 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
/Linux-v5.4/include/linux/usb/
Dehci_def.h93 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro