Home
last modified time | relevance | path

Searched refs:STS_ASS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-timer.c103 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()
/linux/include/linux/usb/
H A Dehci_def.h79 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
/linux/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()
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()
1072 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1073 actual = fotg210_readl(fotg210, &fotg210->regs->status) & STS_ASS; in fotg210_poll_ASS()