Searched refs:STS_HALT (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 94 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp.h | 109 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
D | ehci-timer.c | 198 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
|
D | fotg210.h | 241 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
D | fusbh200.h | 236 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
D | xhci.c | 90 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()
|
D | ehci-hcd.c | 219 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
|
D | oxu210hp-hcd.c | 99 (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()
|
D | xhci-dbg.c | 138 (temp & STS_HALT) ? "halted" : "running"); in xhci_print_status()
|
D | fusbh200-hcd.c | 203 (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()
|
D | fotg210-hcd.c | 204 (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()
|
D | ehci-dbg.c | 188 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
|
D | xhci.h | 221 #define STS_HALT XHCI_STS_HALT macro
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 457 if (!(status & STS_HALT)) in dbgp_ehci_startup()
|