Searched refs:QTD_STS_HALT (Results 1 – 9 of 9) sorted by relevance
328 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro337 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
298 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro307 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
205 if (token & QTD_STS_HALT) { in qtd_copy_status()355 if ((token & QTD_STS_HALT) != 0) { in qh_completions()373 token &= ~QTD_STS_HALT; in qh_completions()1357 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT)) in end_unlink_async()
215 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
541 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init()577 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc()874 if (token & QTD_STS_HALT) { in qtd_copy_status()962 #define HALT_BIT cpu_to_le32(QTD_STS_HALT)1033 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2612 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
343 if (v & QTD_STS_HALT) in token_mark()1808 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init()2149 if (token & QTD_STS_HALT) { in qtd_copy_status()2318 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2338 token &= ~QTD_STS_HALT; in qh_completions()4965 hw->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in hcd_fotg210_init()
525 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
362 if (v & QTD_STS_HALT) in token_mark()