Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-timer.c158 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()
Dehci-hcd.c291 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()
Doxu210hp.h107 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
Dfotg210.h239 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
Dfusbh200.h234 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
Doxu210hp-hcd.c97 (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()
Dfusbh200-hcd.c201 (status & STS_PSS) ? " Periodic" : "", 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()
1144 want = (fusbh200->command & CMD_PSE) ? STS_PSS : 0; in fusbh200_poll_PSS()
1145 actual = fusbh200_readl(fusbh200, &fusbh200->regs->status) & STS_PSS; in fusbh200_poll_PSS()
Dfotg210-hcd.c202 (status & STS_PSS) ? " Periodic" : "", 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()
1179 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()
1180 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()
Dehci-dbg.c186 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
/linux-4.1.27/include/linux/usb/
Dehci_def.h92 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro