Searched refs:CMD_PSE (Results 1 – 3 of 3) sorted by relevance
193 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()
273 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()
83 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
Completed in 17 milliseconds