/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-q.c | 70 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill() 100 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update() 105 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update() 109 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault 126 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() [all...] |
H A D | oxu210hp-hcd.c | 238 __le32 hw_token; /* see EHCI 3.5.3 */ member 323 __le32 hw_token; member 979 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 1015 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 1238 qtd->hw_token = cpu_to_le32((count << 16) | token); in qtd_fill() 1261 is_out = !(qtd->hw_token & cpu_to_le32(1 << 8)); in qh_update() 1264 qh->hw_token &= ~cpu_to_le32(QTD_TOGGLE); in qh_update() 1271 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update() 1275 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault 1466 token = le32_to_cpu(qtd->hw_token); in qh_completions() [all...] |
H A D | fotg210.h | 324 __hc32 hw_token; /* see EHCI 3.5.3 */ member 432 __hc32 hw_token; member
|
H 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()
|
H A D | fotg210-hcd.c | 121 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() 388 (cpu_to_hc32(fotg210, QTD_TOGGLE) & hw->hw_token) in qh_lines() 396 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() 1809 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2023 qtd->hw_token = cpu_to_hc32(fotg210, (count << 16) | token); in qtd_fill() 2051 hw->hw_token &= ~cpu_to_hc32(fotg210, QTD_TOGGLE); in qh_update() 2056 hw->hw_token in qh_update() [all...] |
H A D | ehci.h | 292 __hc32 hw_token; /* see EHCI 3.5.3 */ member 400 __hc32 hw_token; member
|
H A D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
H A D | ehci-hcd.c | 526 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-q.c | 71 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill() 101 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update() 106 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update() 110 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault 127 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh() 347 token = hc32_to_cpu(ehci, qtd->hw_token); in qh_completions() 388 qtd->hw_token = cpu_to_hc32(ehci, in qh_completions() 391 hw->hw_token = cpu_to_hc32(ehci, in qh_completions() 445 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions() 446 token = hc32_to_cpu(ehci, hw->hw_token); in qh_completions() [all...] |
H A D | oxu210hp-hcd.c | 238 __le32 hw_token; /* see EHCI 3.5.3 */ member 323 __le32 hw_token; member 979 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 1015 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 1238 qtd->hw_token = cpu_to_le32((count << 16) | token); in qtd_fill() 1261 is_out = !(qtd->hw_token & cpu_to_le32(1 << 8)); in qh_update() 1264 qh->hw_token &= ~cpu_to_le32(QTD_TOGGLE); in qh_update() 1271 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update() 1275 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault 1467 token = le32_to_cpu(qtd->hw_token); in qh_completions() [all...] |
H 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()
|
H A D | ehci.h | 295 __hc32 hw_token; /* see EHCI 3.5.3 */ member 403 __hc32 hw_token; member
|
H A D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
H A D | ehci-hcd.c | 527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 322 __hc32 hw_token; /* see EHCI 3.5.3 */ member 430 __hc32 hw_token; member
|
H 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() 387 (cpu_to_hc32(fotg210, QTD_TOGGLE) & hw->hw_token) in qh_lines() 395 scratch = hc32_to_cpup(fotg210, &td->hw_token); in qh_lines() 494 switch ((hc32_to_cpu(fotg210, qtd->hw_token) >> 8) & 0x03) { in output_buf_tds_dir() 1809 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2024 qtd->hw_token = cpu_to_hc32(fotg210, (count << 16) | token); in qtd_fill() 2052 hw->hw_token &= ~cpu_to_hc32(fotg210, QTD_TOGGLE); in qh_update() 2057 hw->hw_token in qh_update() [all...] |