Searched refs:CMD_PSE (Results 1 – 9 of 9) sorted by relevance
158 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS()176 ehci_set_command_bit(ehci, CMD_PSE); in ehci_poll_PSS()191 ehci_clear_command_bit(ehci, CMD_PSE); in ehci_disable_PSE()
298 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()610 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()820 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
99 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
237 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
138 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()412 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()1893 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic()1919 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic()2733 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()3584 temp |= CMD_PSE; in oxu_bus_resume()
230 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()1001 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()1153 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()1172 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS()1188 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE()5077 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()5273 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
235 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
83 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()