CMD_ASE 446 drivers/usb/early/ehci-dbgp.c cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); CMD_ASE 204 drivers/usb/host/ehci-dbg.c (command & CMD_ASE) ? " Async" : "", CMD_ASE 285 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_ASE | CMD_PSE); CMD_ASE 609 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); CMD_ASE 821 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); CMD_ASE 103 drivers/usb/host/ehci-timer.c want = (ehci->command & CMD_ASE) ? STS_ASS : 0; CMD_ASE 121 drivers/usb/host/ehci-timer.c ehci_set_command_bit(ehci, CMD_ASE); CMD_ASE 136 drivers/usb/host/ehci-timer.c ehci_clear_command_bit(ehci, CMD_ASE); CMD_ASE 218 drivers/usb/host/fotg210-hcd.c (command & CMD_ASE) ? " Async" : "", CMD_ASE 978 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_ASE | CMD_PSE); CMD_ASE 1081 drivers/usb/host/fotg210-hcd.c want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; CMD_ASE 1100 drivers/usb/host/fotg210-hcd.c fotg210_set_command_bit(fotg210, CMD_ASE); CMD_ASE 1116 drivers/usb/host/fotg210-hcd.c fotg210_clear_command_bit(fotg210, CMD_ASE); CMD_ASE 5042 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); CMD_ASE 5238 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); CMD_ASE 563 drivers/usb/host/oxu210hp-hcd.c (command & CMD_ASE) ? " Async" : "", CMD_ASE 837 drivers/usb/host/oxu210hp-hcd.c temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); CMD_ASE 1927 drivers/usb/host/oxu210hp-hcd.c if (!(cmd & CMD_ASE)) { CMD_ASE 1931 drivers/usb/host/oxu210hp-hcd.c cmd |= CMD_ASE | CMD_RUN; CMD_ASE 2142 drivers/usb/host/oxu210hp-hcd.c writel(cmd & ~CMD_ASE, &oxu->regs->command); CMD_ASE 3144 drivers/usb/host/oxu210hp-hcd.c CMD_ASE | CMD_RESET); CMD_ASE 3990 drivers/usb/host/oxu210hp-hcd.c temp |= CMD_ASE;