Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-timer.c112 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
130 ehci_set_command_bit(ehci, CMD_ASE); in ehci_poll_ASS()
145 ehci_clear_command_bit(ehci, CMD_ASE); in ehci_disable_ASE()
Dehci-hcd.c299 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()
833 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
Doxu210hp.h98 #define CMD_ASE (1<<5) /* async schedule enable */ macro
Doxu210hp-hcd.c137 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
412 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce()
1507 if (!(cmd & CMD_ASE)) { in qh_link_async()
1511 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()
1723 writel(cmd & ~CMD_ASE, &oxu->regs->command); in start_unlink_async()
2734 CMD_ASE | CMD_RESET); in oxu_run()
3582 temp |= CMD_ASE; in oxu_bus_resume()
Dfotg210.h236 #define CMD_ASE (1<<5) /* async schedule enable */ macro
Dfotg210-hcd.c229 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
1001 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce()
1105 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS()
1124 fotg210_set_command_bit(fotg210, CMD_ASE); in fotg210_poll_ASS()
1140 fotg210_clear_command_bit(fotg210, CMD_ASE); in fotg210_disable_ASE()
5080 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
5276 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
Dehci-dbg.c234 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
/drivers/usb/early/
Dehci-dbgp.c446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()