Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-timer.c135 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
157 int cmd = ehci_readl(ehci, &ehci->regs->command) | CMD_ASE; in ehci_poll_ASS()
180 ehci_clear_command_bit(ehci, CMD_ASE); in ehci_disable_ASE()
A Dehci-hcd.c273 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()
625 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
855 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq_handler()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dehci_def.h82 #define CMD_ASE (1<<5) /* async schedule enable */ macro

Completed in 10 milliseconds