Searched refs:QTD_STS_HALT (Results 1 – 8 of 8) sorted by relevance
329 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
345 if (v & QTD_STS_HALT) in token_mark()1805 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init()2147 if (token & QTD_STS_HALT) { in qtd_copy_status()2316 if ((token & QTD_STS_HALT) != 0) { in qh_completions()2336 token &= ~QTD_STS_HALT; in qh_completions()4958 hw->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in hcd_fotg210_init()
206 if (token & QTD_STS_HALT) { in qtd_copy_status()363 if ((token & QTD_STS_HALT) != 0) { in qh_completions()381 token &= ~QTD_STS_HALT; in qh_completions()1365 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT)) in end_unlink_async()
302 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro311 #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()
220 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro954 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init()990 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc()1287 if (token & QTD_STS_HALT) { in qtd_copy_status()1376 #define HALT_BIT cpu_to_le32(QTD_STS_HALT)1447 if ((token & QTD_STS_HALT) != 0) { in qh_completions()3025 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
362 if (v & QTD_STS_HALT) in token_mark()