Searched refs:STS_ASS (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-timer.c | 135 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS() 136 actual = ehci_readl(ehci, &ehci->regs->status) & STS_ASS; in ehci_poll_ASS() 160 … if (ehci_handshake(ehci, (uint32_t *)&ehci->regs->status, STS_ASS, STS_ASS, 100 * 1000) < 0) in ehci_poll_ASS()
|
| A D | ehci-hcd.c | 267 temp = (ehci->command << 10) & (STS_ASS | STS_PSS); in ehci_quiesce() 268 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, temp, in ehci_quiesce() 278 ehci_handshake(ehci, &ehci->regs->status, STS_ASS | STS_PSS, 0, in ehci_quiesce()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | ehci_def.h | 91 #define STS_ASS (1<<15) /* Async Schedule Status */ macro
|
Completed in 13 milliseconds