Home
last modified time | relevance | path

Searched refs:CMD_PSE (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()
211 ehci_set_command_bit(ehci, CMD_PSE); in ehci_poll_PSS()
226 ehci_clear_command_bit(ehci, CMD_PSE); in ehci_disable_PSE()
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.h83 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro

Completed in 17 milliseconds