Home
last modified time | relevance | path

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

/drivers/usb/host/
Doxu210hp.h99 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
Dehci-hcd.c242 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()
597 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
Doxu210hp-hcd.c138 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
412 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()
1901 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic()
1926 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic()
2746 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
3597 temp |= CMD_PSE; in oxu_bus_resume()
Dehci-hub.c273 temp |= CMD_PSE; in ehci_bus_resume()
Dehci-sched.c451 cmd = ehci_readl(ehci, &ehci->regs->command) | CMD_PSE; in enable_periodic()
478 cmd = ehci_readl(ehci, &ehci->regs->command) & ~CMD_PSE; in disable_periodic()
Dehci-dbg.c238 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()