Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dehci_def.h82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux-6.1.9/drivers/usb/host/
Dehci-hcd.c208 STS_HALT, STS_HALT, 16 * 125); in ehci_halt()
646 rc = ehci_handshake(ehci, &ehci->regs->status, STS_HALT, in ehci_run()
Dehci-timer.c189 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
Dfotg210.h248 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
Dxhci.c93 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
118 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
149 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
183 if ((state & STS_HALT) == 0) { in xhci_reset()
1058 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1257 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
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()
2936 if (status & STS_HALT) { in oxu210_hcd_irq()
Dxhci.h241 #define STS_HALT XHCI_STS_HALT macro
2662 if (usbsts & STS_HALT) in xhci_decode_usbsts()
Dfotg210-hcd.c185 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
924 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
1170 if (!(fotg210_readl(fotg210, &fotg210->regs->status) & STS_HALT)) { in fotg210_handle_controller_death()
Dehci-dbg.c161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.c180 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()
Dcdnsp-gadget.h202 #define STS_HALT BIT(0) macro
/linux-6.1.9/drivers/usb/early/
Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()