Home
last modified time | relevance | path

Searched refs:STS_ASS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-timer.c94 /* Poll the STS_ASS status bit; see when it agrees with CMD_ASE */
103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
104 actual = ehci_readl(ehci, &ehci->regs->status) & STS_ASS; in ehci_poll_ASS()
H A Dfotg210.h248 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
H A Dehci-hcd.c280 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce()
281 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce()
291 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
H A Doxu210hp-hcd.c138 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
523 (status & STS_ASS) ? " Async" : "", 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()
1929 STS_ASS, 0, 150); in qh_link_async()
2136 /* can't get here without STS_ASS set */ in start_unlink_async()
H A Dfotg210-hcd.c182 (status & STS_ASS) ? " Async" : "", 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()
1067 /* Poll the STS_ASS status bit; see when it agrees with CMD_ASE */
1076 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1077 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()
H A Dehci-dbg.c158 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-timer.c94 /* Poll the STS_ASS status bit; see when it agrees with CMD_ASE */
103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
104 actual = ehci_readl(ehci, &ehci->regs->status) & STS_ASS; in ehci_poll_ASS()
H A Dehci-hcd.c281 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 Doxu210hp-hcd.c138 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
523 (status & STS_ASS) ? " Async" : "", 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()
1930 STS_ASS, 0, 150); in qh_link_async()
2137 /* can't get here without STS_ASS set */ in start_unlink_async()
H A Dehci-dbg.c158 (status & STS_ASS) ? " Async" : "", in dbg_status_buf()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h92 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h79 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h246 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
H A Dfotg210-hcd.c181 (status & STS_ASS) ? " Async" : "", 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()
1067 /* Poll the STS_ASS status bit; see when it agrees with CMD_ASE */
1076 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1077 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()

Completed in 40 milliseconds