Searched refs:CMD_RUN (Results 1 - 16 of 16) sorted by relevance

/drivers/usb/early/
H A Dehci-dbgp.c447 cmd |= CMD_RUN;
521 cmd &= ~CMD_RUN;
926 if (unlikely(!(cmd & CMD_RUN))) {
935 cmd |= CMD_RUN;
961 cmd &= ~CMD_RUN;
/drivers/usb/host/
H A Dehci-fsl.c435 tmp &= ~CMD_RUN;
440 pdata->pm_command &= ~CMD_RUN;
522 tmp |= CMD_RUN;
H A Dehci-hcd.c210 ehci->command &= ~CMD_RUN;
212 temp &= ~(CMD_RUN | CMD_IAAD);
602 // Philips, Intel, and maybe others need CMD_RUN before the
605 ehci->command |= CMD_RUN;
814 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
H A Doxu210hp.h102 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Dfotg210.h232 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Dfusbh200.h227 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Disp1760-hcd.c80 #define CMD_RUN (1<<0) /* start/stop HC */ macro
1342 command |= CMD_RUN;
1345 retval = handshake(hcd, HC_USBCMD, CMD_RUN, CMD_RUN, 250 * 1000);
2142 command &= ~CMD_RUN;
H A Dxhci-dbg.c116 (temp & CMD_RUN) ? "running" : "being stopped");
H A Doxu210hp-hcd.c141 (command & CMD_RUN) ? "RUN" : "HALT"
351 temp &= ~CMD_RUN;
1511 cmd |= CMD_ASE | CMD_RUN;
2491 if (!(readl(&oxu->regs->command) & CMD_RUN))
2741 oxu->command |= CMD_RUN;
3554 /* restore CMD_RUN, framelist size, and irq threshold */
H A Dehci-dbg.c238 (command & CMD_RUN) ? "RUN" : "HALT"
H A Dehci-hub.c417 /* restore CMD_RUN, framelist size, and irq threshold */
418 ehci->command |= CMD_RUN;
H A Dxhci.c93 mask &= ~CMD_RUN;
134 temp |= (CMD_RUN);
926 command &= ~CMD_RUN;
934 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n");
1083 command |= CMD_RUN;
H A Dfotg210-hcd.c246 (command & CMD_RUN) ? "RUN" : "HALT"
956 fotg210->command &= ~CMD_RUN;
958 temp &= ~(CMD_RUN | CMD_IAAD);
5269 * Philips, Intel, and maybe others need CMD_RUN before the
5273 fotg210->command |= CMD_RUN;
5470 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
H A Dfusbh200-hcd.c246 (command & CMD_RUN) ? "RUN" : "HALT"
926 fusbh200->command &= ~CMD_RUN;
928 temp &= ~(CMD_RUN | CMD_IAAD);
5191 // Philips, Intel, and maybe others need CMD_RUN before the
5194 fusbh200->command |= CMD_RUN;
5380 fusbh200->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
H A Dxhci.h187 #define CMD_RUN XHCI_CMD_RUN macro
H A Dxhci-ring.c1555 if (!(temp1 & CMD_RUN)) {

Completed in 1410 milliseconds