Searched refs:QTD_STS_HALT (Results 1 – 11 of 11) sorted by relevance
377 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro386 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
369 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro378 #define HALT_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_HALT)
306 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro315 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
43 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
214 if (token & QTD_STS_HALT) { in qtd_copy_status()364 if ((token & QTD_STS_HALT) != 0) { in qh_completions()382 token &= ~QTD_STS_HALT; in qh_completions()
214 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
555 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init()591 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc()888 if (token & QTD_STS_HALT) { in qtd_copy_status()976 #define HALT_BIT cpu_to_le32(QTD_STS_HALT)1049 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2636 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
356 if (v & QTD_STS_HALT) in token_mark()1842 qtd->hw_token = cpu_to_hc32(fusbh200, QTD_STS_HALT); in fusbh200_qtd_init()2207 if (token & QTD_STS_HALT) { in qtd_copy_status()2380 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2398 token &= ~QTD_STS_HALT; in qh_completions()5125 hw->hw_token = cpu_to_hc32(fusbh200, QTD_STS_HALT); in hcd_fusbh200_init()
368 if (v & QTD_STS_HALT) in token_mark()1890 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init()2255 if (token & QTD_STS_HALT) { in qtd_copy_status()2430 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2448 token &= ~QTD_STS_HALT; in qh_completions()5201 hw->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in hcd_fotg210_init()
523 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
398 if (v & QTD_STS_HALT) in token_mark()