Searched refs:hw_token (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-q.c | 66 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill() 96 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update() 101 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update() 122 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh() 335 token = hc32_to_cpu(ehci, qtd->hw_token); in qh_completions() 376 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions() 379 hw->hw_token = cpu_to_hc32(ehci, in qh_completions() 433 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions() 434 token = hc32_to_cpu(ehci, hw->hw_token); in qh_completions() 435 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions() [all …]
|
D | oxu210hp.h | 208 __le32 hw_token; /* see EHCI 3.5.3 */ member 293 __le32 hw_token; member
|
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()
|
D | oxu210hp-hcd.c | 541 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 577 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 800 qtd->hw_token = cpu_to_le32((count << 16) | token); in qtd_fill() 823 is_out = !(qtd->hw_token & cpu_to_le32(1 << 8)); in qh_update() 826 qh->hw_token &= ~cpu_to_le32(QTD_TOGGLE); in qh_update() 833 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update() 1028 token = le32_to_cpu(qtd->hw_token); in qh_completions() 1074 token = le32_to_cpu(qh->hw_token); in qh_completions() 1080 if ((HALT_BIT & qh->hw_token) == 0) { in qh_completions() 1082 qh->hw_token |= HALT_BIT; in qh_completions() [all …]
|
D | fotg210.h | 321 __hc32 hw_token; /* see EHCI 3.5.3 */ member 429 __hc32 hw_token; member
|
D | fotg210-hcd.c | 118 hc32_to_cpup(fotg210, &qtd->hw_token), in dbg_qtd() 367 mark = token_mark(fotg210, hw->hw_token); in qh_lines() 384 hc32_to_cpup(fotg210, &hw->hw_token), mark, in qh_lines() 385 (cpu_to_hc32(fotg210, QTD_TOGGLE) & hw->hw_token) in qh_lines() 393 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines() 495 switch ((hc32_to_cpu(fotg210, qtd->hw_token) >> 8) & 0x03) { in output_buf_tds_dir() 1808 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2022 qtd->hw_token = cpu_to_hc32(fotg210, (count << 16) | token); in qtd_fill() 2050 hw->hw_token &= ~cpu_to_hc32(fotg210, QTD_TOGGLE); in qh_update() 2055 hw->hw_token &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update() [all …]
|
D | ehci.h | 291 __hc32 hw_token; /* see EHCI 3.5.3 */ member 399 __hc32 hw_token; member
|
D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
D | ehci-hcd.c | 525 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|