Searched refs:hw_token (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/usb/host/ |
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() 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() 447 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions() [all …]
|
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() 1467 token = le32_to_cpu(qtd->hw_token); in qh_completions() 1513 token = le32_to_cpu(qh->hw_token); in qh_completions() [all …]
|
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 | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
D | ehci.h | 295 __hc32 hw_token; /* see EHCI 3.5.3 */ member 403 __hc32 hw_token; member
|
D | ehci-hcd.c | 527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
/linux-6.6.21/drivers/usb/fotg210/ |
D | fotg210-hcd.h | 322 __hc32 hw_token; /* see EHCI 3.5.3 */ member 430 __hc32 hw_token; member
|
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 &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update() [all …]
|