Symbol: CMD_ASE
drivers/usb/early/ehci-dbgp.c
441
cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
drivers/usb/fotg210/fotg210-hcd.c
1072
want = (fotg210->command & CMD_ASE) ? STS_ASS : 0;
drivers/usb/fotg210/fotg210-hcd.c
1091
fotg210_set_command_bit(fotg210, CMD_ASE);
drivers/usb/fotg210/fotg210-hcd.c
1107
fotg210_clear_command_bit(fotg210, CMD_ASE);
drivers/usb/fotg210/fotg210-hcd.c
218
(command & CMD_ASE) ? " Async" : "",
drivers/usb/fotg210/fotg210-hcd.c
5027
fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
drivers/usb/fotg210/fotg210-hcd.c
5223
fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
drivers/usb/fotg210/fotg210-hcd.c
969
fotg210->command &= ~(CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-dbg.c
204
(command & CMD_ASE) ? " Async" : "",
drivers/usb/host/ehci-hcd.c
287
ehci->command &= ~(CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-hcd.c
611
ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
drivers/usb/host/ehci-hcd.c
850
ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-timer.c
103
want = (ehci->command & CMD_ASE) ? STS_ASS : 0;
drivers/usb/host/ehci-timer.c
121
ehci_set_command_bit(ehci, CMD_ASE);
drivers/usb/host/ehci-timer.c
136
ehci_clear_command_bit(ehci, CMD_ASE);
drivers/usb/host/oxu210hp-hcd.c
1903
if (!(cmd & CMD_ASE)) {
drivers/usb/host/oxu210hp-hcd.c
1907
cmd |= CMD_ASE | CMD_RUN;
drivers/usb/host/oxu210hp-hcd.c
2117
writel(cmd & ~CMD_ASE, &oxu->regs->command);
drivers/usb/host/oxu210hp-hcd.c
3123
CMD_ASE | CMD_RESET);
drivers/usb/host/oxu210hp-hcd.c
3971
temp |= CMD_ASE;
drivers/usb/host/oxu210hp-hcd.c
540
(command & CMD_ASE) ? " Async" : "",
drivers/usb/host/oxu210hp-hcd.c
812
temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);