Home
last modified time | relevance | path

Searched refs:STS_PSS (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-timer.c193 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS()
194 actual = ehci_readl(ehci, &ehci->regs->status) & STS_PSS; in ehci_poll_PSS()
A Dehci-hcd.c267 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 Dehci_def.h92 #define STS_PSS (1<<14) /* Periodic Schedule Status */ macro

Completed in 7 milliseconds