Home
last modified time | relevance | path

Searched refs:STS_HALT (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h95 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-timer.c186 /* 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 Dfotg210.h251 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A Dehci-hcd.c207 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
227 * 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 Doxu210hp-hcd.c141 #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()
794 /* Reset a non-running (STS_HALT == 1) controller */
2935 if (status & STS_HALT) { in oxu210_hcd_irq()
H A Dxhci.c95 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
119 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
148 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
182 if ((state & STS_HALT) == 0) { in xhci_reset()
1044 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1245 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
H A Dxhci.h241 #define STS_HALT XHCI_STS_HALT macro
2641 if (usbsts & STS_HALT) in xhci_decode_usbsts()
H A Dfotg210-hcd.c185 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
920 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
923 /* Reset a non-running (STS_HALT == 1) controller.
1163 /* Poll the STS_HALT status bit; see when a dead controller stops */
1166 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
H A Dehci-dbg.c161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h249 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A Dfotg210-hcd.c184 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
920 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
923 /* Reset a non-running (STS_HALT == 1) controller.
1163 /* Poll the STS_HALT status bit; see when a dead controller stops */
1166 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-timer.c186 /* 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 Dehci-hcd.c208 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
228 * Reset a non-running (STS_HALT == 1) controller.
639 /* For Aspeed, STS_HALT also depends on ASS/PSS status. in ehci_run()
646 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
H A Doxu210hp-hcd.c141 #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()
794 /* Reset a non-running (STS_HALT == 1) controller */
2936 if (status & STS_HALT) { in oxu210_hcd_irq()
H A Dxhci.c94 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
119 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
150 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
184 if ((state & STS_HALT) == 0) { in xhci_reset()
902 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1098 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
H A Dxhci.h241 #define STS_HALT XHCI_STS_HALT macro
2673 if (usbsts & STS_HALT) in xhci_decode_usbsts()
H A Dehci-dbg.c161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.c180 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
206 val & STS_HALT, 1, in cdnsp_halt()
244 * Wait for the STS_HALT Status bit to be 0 to indicate the device is in cdnsp_start()
248 !(temp & STS_HALT), 1, in cdnsp_start()
278 if ((temp & STS_HALT) == 0) { in cdnsp_reset()
H A Dcdnsp-gadget.h202 #define STS_HALT BIT(0) macro
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()

Completed in 65 milliseconds