Home
last modified time | relevance | path

Searched refs:STS_HALT (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dehci_def.h94 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h109 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
Dehci-timer.c198 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
Dfotg210.h241 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
Dfusbh200.h236 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
Dxhci.c90 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
114 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
143 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
169 if ((state & STS_HALT) == 0) { in xhci_reset()
946 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1098 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
Dehci-hcd.c219 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
Doxu210hp-hcd.c99 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
347 if ((temp & STS_HALT) != 0) in ehci_halt()
354 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
2520 if (status & STS_HALT) { in oxu210_hcd_irq()
Dxhci-dbg.c138 (temp & STS_HALT) ? "halted" : "running"); in xhci_print_status()
Dfusbh200-hcd.c203 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
935 STS_HALT, STS_HALT, 16 * 125); in fusbh200_halt()
1184 if (!(fusbh200_readl(fusbh200, &fusbh200->regs->status) & STS_HALT)) { in fusbh200_handle_controller_death()
Dfotg210-hcd.c204 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
965 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
1221 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
Dehci-dbg.c188 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
Dxhci.h221 #define STS_HALT XHCI_STS_HALT macro
/linux-4.1.27/drivers/usb/early/
Dehci-dbgp.c457 if (!(status & STS_HALT)) in dbgp_ehci_startup()