Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-hcd.h329 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
Dfotg210-hcd.c345 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()
/linux-6.12.1/drivers/usb/host/
Dehci-q.c206 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()
Dehci.h302 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
311 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
Dehci-mem.c30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
Doxu210hp-hcd.c220 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
954 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()
Dehci-hcd.c527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
Dehci-dbg.c362 if (v & QTD_STS_HALT) in token_mark()