Searched refs:CMD_ASE (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h75 #define CMD_ASE (1<<5) /* async schedule enable */ macro
H A Dlangwell_udc.h97 #define CMD_ASE BIT(5) /* asynchronous schedule enable */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h98 #define CMD_ASE (1<<5) /* async schedule enable */ macro
H A Dehci-q.c984 if (!(cmd & CMD_ASE)) {
985 /* in case a clear of CMD_ASE didn't take yet */
988 cmd |= CMD_ASE | CMD_RUN;
1219 ehci_writel(ehci, cmd & ~CMD_ASE,
H A Dehci-hcd.c317 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);
703 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
H A Doxu210hp-hcd.c135 (command & CMD_ASE) ? " Async" : "",
410 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);
1497 if (!(cmd & CMD_ASE)) {
1498 /* in case a clear of CMD_ASE didn't take yet */
1501 cmd |= CMD_ASE | CMD_RUN;
1713 writel(cmd & ~CMD_ASE, &oxu->regs->command);
2712 CMD_ASE | CMD_RESET);
3550 temp |= CMD_ASE;
H A Dehci-hub.c424 temp |= CMD_ASE;
H A Dehci-dbg.c250 (command & CMD_ASE) ? " Async" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c442 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);

Completed in 58 milliseconds