Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h95 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c181 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
203 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
211 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_reset()
H A Dehci.h46 #define STS_HALT (1 << 12) macro
H A Dehci-hcd.c231 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c207 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 Dfotg210.h251 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A Dxhci.c93 halted = readl(&xhci->op_regs->status) & STS_HALT; in xhci_quiesce()
117 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
146 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
178 if ((state & STS_HALT) == 0) { in xhci_reset()
1036 STS_HALT, STS_HALT, delay)) { in xhci_suspend()
1237 xhci_handshake(&xhci->op_regs->status, STS_HALT, in xhci_resume()
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()
2935 if (status & STS_HALT) { in oxu210_hcd_irq()
H A Dxhci.h242 #define STS_HALT XHCI_STS_HALT macro
2702 if (usbsts & STS_HALT) in xhci_decode_usbsts()
H A Dfotg210-hcd.c185 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
923 STS_HALT, STS_HALT, 16 * 125); in fotg210_halt()
1169 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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h208 #define STS_HALT XHCI_STS_HALT macro
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()