Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci.h249 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
258 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
Dehci-mem.c43 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
Doxu210hp.h214 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
Dehci-q.c221 if (token & QTD_STS_HALT) { in qtd_copy_status()
394 if ((token & QTD_STS_HALT) != 0) { in qh_completions()
412 token &= ~QTD_STS_HALT; in qh_completions()
Doxu210hp-hcd.c552 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init()
588 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc()
885 if (token & QTD_STS_HALT) { in qtd_copy_status()
973 #define HALT_BIT cpu_to_le32(QTD_STS_HALT)
1046 if ((token & QTD_STS_HALT) != 0) { in qh_completions()
2632 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
Dehci-hcd.c677 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
Dehci-dbg.c419 if (v & QTD_STS_HALT) in token_mark()