Searched refs:CMD_RUN (Results 1 - 11 of 11) 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.h79 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c443 cmd |= CMD_RUN;
517 cmd &= ~CMD_RUN;
923 if (unlikely(!(cmd & CMD_RUN))) {
932 cmd |= CMD_RUN;
958 cmd &= ~CMD_RUN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h102 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Dehci-hcd.c212 temp &= ~CMD_RUN;
701 // Philips, Intel, and maybe others need CMD_RUN before the
704 ehci->command |= CMD_RUN;
819 if (!(cmd & CMD_RUN))
H A Disp1760-hcd.c67 #define CMD_RUN (1<<0) /* start/stop HC */ macro
492 command |= CMD_RUN;
495 retval = handshake(priv, hcd->regs + HC_USBCMD, CMD_RUN, CMD_RUN,
2200 command &= ~CMD_RUN;
H A Dxhci-dbg.c111 (temp & CMD_RUN) ? "running" : "being stopped");
H A Dxhci.c85 mask &= ~CMD_RUN;
137 if (temp1 & CMD_RUN)
139 temp1 |= (CMD_RUN);
168 temp |= (CMD_RUN);
H A Doxu210hp-hcd.c139 (command & CMD_RUN) ? "RUN" : "HALT"
349 temp &= ~CMD_RUN;
1501 cmd |= CMD_ASE | CMD_RUN;
2464 if (!(readl(&oxu->regs->command) & CMD_RUN))
2713 oxu->command |= CMD_RUN;
3516 /* restore CMD_RUN, framelist size, and irq threshold */
H A Dehci-q.c988 cmd |= CMD_ASE | CMD_RUN;
H A Dxhci.h179 #define CMD_RUN XHCI_CMD_RUN macro
H A Dehci-dbg.c254 (command & CMD_RUN) ? "RUN" : "HALT"

Completed in 206 milliseconds