Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dehci_def.h82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux-6.15/drivers/usb/host/
H A Dehci-hcd.c208 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
645 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
H A Dehci-timer.c189 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
H A Dxhci.c119 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
144 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
175 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
209 if ((state & STS_HALT) == 0) { in xhci_reset()
936 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1140 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
H A Doxu210hp-hcd.c142 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
502 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
748 if ((temp & STS_HALT) != 0) in ehci_halt()
755 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
2912 if (status & STS_HALT) { in oxu210_hcd_irq()
H A Dxhci.h161 #define STS_HALT XHCI_STS_HALT macro
2427 if (usbsts & STS_HALT) in xhci_decode_usbsts()
H A Dehci-dbg.c161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
/linux-6.15/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()
916 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
1162 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.c201 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
227 val & STS_HALT, 1, in cdnsp_halt()
269 !(temp & STS_HALT), 1, in cdnsp_start()
299 if ((temp & STS_HALT) == 0) { in cdnsp_reset()
H A Dcdnsp-gadget.h202 #define STS_HALT BIT(0) macro
/linux-6.15/drivers/usb/early/
H A Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()