Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux/drivers/usb/host/
H A Dehci-timer.c189 if (!(ehci_readl(ehci, &ehci->regs->status) & STS_HALT)) { in ehci_handle_controller_death()
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 Dehci-dbg.c161 (status & STS_HALT) ? " Halt" : "", in dbg_status_buf()
/linux/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/drivers/usb/cdns3/
H A Dcdnsp-gadget.c210 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
236 val & STS_HALT, 1, in cdnsp_halt()
278 !(temp & STS_HALT), 1, in cdnsp_start()
308 if ((temp & STS_HALT) == 0) { in cdnsp_reset()
/linux/drivers/usb/early/
H A Dehci-dbgp.c452 if (!(status & STS_HALT)) in dbgp_ehci_startup()