Searched refs:STS_HALT (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/usb/ |
H A D | ehci_def.h | 82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 208 STS_HALT, STS_HALT, 16 * 125); in ehci_halt() 228 * Reset a non-running (STS_HALT == 1) controller. 638 /* For Aspeed, STS_HALT also depends on ASS/PSS status. in ehci_run() 645 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
|
H A D | ehci-timer.c | 186 /* Poll the STS_HALT status bit; see when a dead controller stops */ 189 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
|
H A D | xhci.c | 97 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 122 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt() 154 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 189 if ((state & STS_HALT) == 0) { in xhci_reset() 1012 STS_HALT, STS_HALT, delay)) { in xhci_suspend() 1219 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
|
H A D | xhci.h | 157 #define STS_HALT XHCI_STS_HALT macro 2448 if (usbsts & STS_HALT) in xhci_decode_usbsts()
|
H A D | ehci-dbg.c | 161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 249 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
H A D | fotg210-hcd.c | 184 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf() 916 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt() 919 /* Reset a non-running (STS_HALT == 1) controller. 1159 /* Poll the STS_HALT status bit; see when a dead controller stops */ 1162 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 202 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce() 228 val & STS_HALT, 1, in cdnsp_halt() 266 * Wait for the STS_HALT Status bit to be 0 to indicate the device is in cdnsp_start() 270 !(temp & STS_HALT), 1, in cdnsp_start() 300 if ((temp & STS_HALT) == 0) { in cdnsp_reset()
|
H A D | cdnsp-gadget.h | 202 #define STS_HALT BIT(0) macro
|
/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 452 if (!(status & STS_HALT)) in dbgp_ehci_startup()
|