Home
last modified time | relevance | path

Searched refs:CMD_PSE (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-timer.c158 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()
Dehci-hcd.c297 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()
819 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
Doxu210hp.h99 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
Dfotg210.h231 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
Dfusbh200.h226 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
Doxu210hp-hcd.c138 (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()
2738 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
3589 temp |= CMD_PSE; in oxu_bus_resume()
Dfusbh200-hcd.c243 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
988 fusbh200->command &= ~(CMD_ASE | CMD_PSE); in fusbh200_quiesce()
1144 want = (fusbh200->command & CMD_PSE) ? STS_PSS : 0; in fusbh200_poll_PSS()
1162 fusbh200_set_command_bit(fusbh200, CMD_PSE); in fusbh200_poll_PSS()
1177 fusbh200_clear_command_bit(fusbh200, CMD_PSE); in fusbh200_disable_PSE()
5192 fusbh200->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fusbh200_run()
5379 fusbh200->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fusbh200_irq()
Dfotg210-hcd.c243 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
1019 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()
1179 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()
1198 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS()
1214 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE()
5272 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
5470 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
Dehci-dbg.c235 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
/linux-4.1.27/include/linux/usb/
Dehci_def.h83 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
/linux-4.1.27/drivers/usb/early/
Dehci-dbgp.c446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()