Searched refs:STS_ASS (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-timer.c | 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()
|
/linux/include/linux/usb/ |
H A D | ehci_def.h | 79 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 246 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
H A D | fotg210-hcd.c | 181 (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()
|