Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c149 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()
H A Dehci-hcd.c287 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce()
612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
851 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
H A Doxu210hp-hcd.c131 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
565 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
836 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()
2311 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic()
2337 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic()
3146 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
3997 temp |= CMD_PSE; in oxu_bus_resume()
H A Dehci.h717 ((e)->has_ci_pec_bug && ((e)->command & CMD_PSE) \
H A Dehci-dbg.c205 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
/openbmc/linux/include/linux/usb/
H A Dehci_def.h71 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h40 #define CMD_PSE (1 << 4) /* periodic schedule enable */ macro
H A Dehci-hcd.c216 cmd &= ~(CMD_PSE | CMD_ASE); in ehci_shutdown()
1080 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()
1199 cmd |= CMD_PSE; in enable_periodic()
1220 cmd &= ~CMD_PSE; in disable_periodic()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h239 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
H A Dfotg210-hcd.c219 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
973 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()
1124 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS()
1143 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS()
1159 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE()
5032 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
5228 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()