Searched refs:hw_token (Results 1 – 8 of 8) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-q.c | 123 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh() 343 token = hc32_to_cpu(ehci, qtd->hw_token); in qh_completions() 384 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions() 387 hw->hw_token = cpu_to_hc32(ehci, in qh_completions() 441 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions() 442 token = hc32_to_cpu(ehci, hw->hw_token); in qh_completions() 443 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions() 1064 token = qtd->hw_token; in qh_append_tds() 1065 qtd->hw_token = HALT_BIT(ehci); in qh_append_tds() 1088 dummy->hw_token = token; in qh_append_tds() [all …]
|
| A D | oxu210hp-hcd.c | 214 __le32 hw_token; /* see EHCI 3.5.3 */ member 299 __le32 hw_token; member 1443 token = le32_to_cpu(qtd->hw_token); in qh_completions() 1489 token = le32_to_cpu(qh->hw_token); in qh_completions() 1495 if ((HALT_BIT & qh->hw_token) == 0) { in qh_completions() 1497 qh->hw_token |= HALT_BIT; in qh_completions() 1741 qtd->hw_token |= cpu_to_le32(QTD_IOC); in qh_urb_transaction() 1980 token = qtd->hw_token; in qh_append_tds() 1981 qtd->hw_token = HALT_BIT; in qh_append_tds() 2003 dummy->hw_token = (token & ~(0x80)); in qh_append_tds() [all …]
|
| A D | ehci-dbg.c | 85 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 D | ehci.h | 295 __hc32 hw_token; /* see EHCI 3.5.3 */ member 409 __hc32 hw_token; member
|
| A D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
| A D | ehci-hcd.c | 526 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
| /drivers/usb/fotg210/ |
| A D | fotg210-hcd.c | 120 hc32_to_cpup(fotg210, &qtd->hw_token), in dbg_qtd() 369 mark = token_mark(fotg210, hw->hw_token); in qh_lines() 386 hc32_to_cpup(fotg210, &hw->hw_token), mark, in qh_lines() 395 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines() 2298 token = hc32_to_cpu(fotg210, qtd->hw_token); in qh_completions() 2339 qtd->hw_token = cpu_to_hc32(fotg210, in qh_completions() 2342 hw->hw_token = cpu_to_hc32(fotg210, in qh_completions() 2386 token = hc32_to_cpu(fotg210, hw->hw_token); in qh_completions() 2978 token = qtd->hw_token; in qh_append_tds() 2979 qtd->hw_token = HALT_BIT(fotg210); in qh_append_tds() [all …]
|
| A D | fotg210-hcd.h | 322 __hc32 hw_token; /* see EHCI 3.5.3 */ member 430 __hc32 hw_token; member
|
Completed in 40 milliseconds