Searched refs:STS_HALT (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.h87 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h109 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A Dehci-hcd.c208 if ((temp & STS_HALT) != 0)
215 STS_HALT, STS_HALT, 16 * 125);
261 /* reset a non-running (STS_HALT == 1) controller */
H A Dxhci.c83 halted = xhci_readl(xhci, &xhci->op_regs->status) & STS_HALT;
98 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC);
146 STS_HALT, 0, XHCI_MAX_HALT_USEC);
178 STS_HALT, 0, XHCI_MAX_HALT_USEC);
205 if ((state & STS_HALT) == 0) {
H A Dxhci-dbg.c133 (temp & STS_HALT) ? "halted" : "running");
H A Doxu210hp-hcd.c97 (status & STS_HALT) ? " Halt" : "",
345 if ((temp & STS_HALT) != 0)
352 STS_HALT, STS_HALT, 16 * 125);
367 /* Reset a non-running (STS_HALT == 1) controller */
2492 if (status & STS_HALT) {
H A Dxhci.h206 #define STS_HALT XHCI_STS_HALT macro
H A Dehci-dbg.c204 (status & STS_HALT) ? " Halt" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c453 if (!(status & STS_HALT))

Completed in 135 milliseconds