Home
last modified time | relevance | path

Searched refs:CMD_ASE (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/usb/host/
A Dehci-timer.c103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
121 ehci_set_command_bit(ehci, CMD_ASE); in ehci_poll_ASS()
136 ehci_clear_command_bit(ehci, CMD_ASE); in ehci_disable_ASE()
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()
847 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
A Doxu210hp-hcd.c130 #define CMD_ASE (1<<5) /* async schedule enable */ macro
564 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
836 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()
1927 if (!(cmd & CMD_ASE)) { in qh_link_async()
1931 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()
2141 writel(cmd & ~CMD_ASE, &oxu->regs->command); in start_unlink_async()
3147 CMD_ASE | CMD_RESET); in oxu_run()
3995 temp |= CMD_ASE; in oxu_bus_resume()
A Dehci-dbg.c204 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h70 #define CMD_ASE (1<<5) /* async schedule enable */ macro
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h238 #define CMD_ASE (1<<5) /* async schedule enable */ macro
A Dfotg210-hcd.c218 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
976 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()
1079 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1098 fotg210_set_command_bit(fotg210, CMD_ASE); in fotg210_poll_ASS()
1114 fotg210_clear_command_bit(fotg210, CMD_ASE); in fotg210_disable_ASE()
5035 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
5231 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
/linux-6.3-rc2/drivers/usb/early/
A Dehci-dbgp.c441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()

Completed in 31 milliseconds