Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dehci-q.c126 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh()
346 token = hc32_to_cpu(ehci, qtd->hw_token); in qh_completions()
387 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions()
390 hw->hw_token = cpu_to_hc32(ehci, in qh_completions()
444 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()
445 token = hc32_to_cpu(ehci, hw->hw_token); in qh_completions()
446 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
1067 token = qtd->hw_token; in qh_append_tds()
1068 qtd->hw_token = HALT_BIT(ehci); in qh_append_tds()
1091 dummy->hw_token = token; in qh_append_tds()
[all …]
A Doxu210hp-hcd.c238 __le32 hw_token; /* see EHCI 3.5.3 */ member
323 __le32 hw_token; member
1467 token = le32_to_cpu(qtd->hw_token); in qh_completions()
1513 token = le32_to_cpu(qh->hw_token); in qh_completions()
1519 if ((HALT_BIT & qh->hw_token) == 0) { in qh_completions()
1521 qh->hw_token |= HALT_BIT; in qh_completions()
1765 qtd->hw_token |= cpu_to_le32(QTD_IOC); in qh_urb_transaction()
2004 token = qtd->hw_token; in qh_append_tds()
2005 qtd->hw_token = HALT_BIT; in qh_append_tds()
2027 dummy->hw_token = (token & ~(0x80)); in qh_append_tds()
[all …]
A Dehci-dbg.c85 hc32_to_cpup(ehci, &qtd->hw_token), in dbg_qtd()
387 mark = token_mark(ehci, hw->hw_token); in qh_lines()
405 hc32_to_cpup(ehci, &hw->hw_token), mark, in qh_lines()
406 (cpu_to_hc32(ehci, QTD_TOGGLE) & hw->hw_token) in qh_lines()
420 scratch = hc32_to_cpup(ehci, &td->hw_token); in qh_lines()
604 switch ((hc32_to_cpu(ehci, qtd->hw_token) >> 8) & 0x03) { in output_buf_tds_dir()
A Dfotg210.h321 __hc32 hw_token; /* see EHCI 3.5.3 */ member
429 __hc32 hw_token; member
A Dfotg210-hcd.c121 hc32_to_cpup(fotg210, &qtd->hw_token), in dbg_qtd()
370 mark = token_mark(fotg210, hw->hw_token); in qh_lines()
387 hc32_to_cpup(fotg210, &hw->hw_token), mark, in qh_lines()
396 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines()
2306 token = hc32_to_cpu(fotg210, qtd->hw_token); in qh_completions()
2347 qtd->hw_token = cpu_to_hc32(fotg210, in qh_completions()
2350 hw->hw_token = cpu_to_hc32(fotg210, in qh_completions()
2394 token = hc32_to_cpu(fotg210, hw->hw_token); in qh_completions()
2986 token = qtd->hw_token; in qh_append_tds()
2987 qtd->hw_token = HALT_BIT(fotg210); in qh_append_tds()
[all …]
A Dehci.h293 __hc32 hw_token; /* see EHCI 3.5.3 */ member
401 __hc32 hw_token; member
A Dehci-mem.c30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
A Dehci-hcd.c527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()

Completed in 35 milliseconds