Searched refs:STS_PSS (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A 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()
|
H A D | ehci-hcd.c | 281 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 282 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 292 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
H A D | oxu210hp-hcd.c | 139 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro 524 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf() 827 temp &= STS_ASS | STS_PSS; in ehci_quiesce() 828 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 840 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce() 2304 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic() 2330 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
|
H A D | ehci-dbg.c | 159 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 80 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci.h | 45 #define STS_PSS (1 << 14) macro
|
H A D | ehci-hcd.c | 218 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown() 1203 STS_PSS, STS_PSS, 100 * 1000); in enable_periodic() 1224 STS_PSS, 0, 100 * 1000); in disable_periodic()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 247 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro
|
H A D | fotg210-hcd.c | 182 (status & STS_PSS) ? " Periodic" : "", in dbg_status_buf() 967 temp = (fotg210->command << 10) & (STS_ASS | STS_PSS); in fotg210_quiesce() 968 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce() 978 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce() 1124 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS() 1125 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_PSS; in fotg210_poll_PSS()
|