Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A 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()
H A Doxu210hp-hcd.c140 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
500 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
803 temp &= STS_ASS | STS_PSS; in ehci_quiesce()
804 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
816 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
2280 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic()
2306 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
H A Dehci-dbg.c159 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
/linux/include/linux/usb/
H A Dehci_def.h80 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h247 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
H A Dfotg210-hcd.c182 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
963 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce()
964 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce()
974 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce()
1120 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()
1121 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()