Searched refs:CMD_PSE (Results 1 – 8 of 8) sorted by relevance
149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS()167 ehci_set_command_bit(ehci, CMD_PSE); in ehci_poll_PSS()182 ehci_clear_command_bit(ehci, CMD_PSE); in ehci_disable_PSE()
285 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()609 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()821 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
241 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
130 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro564 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()837 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()2312 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic()2338 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic()3143 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()3992 temp |= CMD_PSE; in oxu_bus_resume()
219 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()978 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()1129 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()1148 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS()1164 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE()5042 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()5238 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
205 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
84 #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()