/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 180 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 202 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset() 210 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset()
|
H A D | ehci.h | 46 #define STS_HALT (1 << 12) macro
|
H A D | xhci.h | 207 #define STS_HALT XHCI_STS_HALT macro
|
H A D | ehci-hcd.c | 230 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 208 STS_HALT, STS_HALT, 16 * 125); in ehci_halt() 646 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
|
H A D | ehci-timer.c | 189 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
|
H A D | xhci.c | 95 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce() 120 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt() 151 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 185 if ((state & STS_HALT) == 0) { in xhci_reset() 903 STS_HALT, STS_HALT, delay)) { in xhci_suspend() 1109 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
|
H A D | oxu210hp-hcd.c | 141 #define STS_HALT (1<<12) /* Not running (any reason) */ macro 526 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf() 772 if ((temp & STS_HALT) != 0) in ehci_halt() 779 STS_HALT, STS_HALT, 16 * 125); in ehci_halt() 2936 if (status & STS_HALT) { in oxu210_hcd_irq()
|
H A D | xhci.h | 161 #define STS_HALT XHCI_STS_HALT macro 2427 if (usbsts & STS_HALT) in xhci_decode_usbsts()
|
H A D | ehci-dbg.c | 161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 180 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce() 206 val & STS_HALT, 1, in cdnsp_halt() 248 !(temp & STS_HALT), 1, in cdnsp_start() 278 if ((temp & STS_HALT) == 0) { in cdnsp_reset()
|
H A D | cdnsp-gadget.h | 202 #define STS_HALT BIT(0) macro
|
/openbmc/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() 920 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt() 1166 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 452 if (!(status & STS_HALT)) in dbgp_ehci_startup()
|