Searched refs:hw_token (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | ehci-q.c | 67 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token); in qtd_fill() 97 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE); in qh_update() 102 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update() 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() [all …]
|
D | oxu210hp-hcd.c | 213 __le32 hw_token; /* see EHCI 3.5.3 */ member 298 __le32 hw_token; member 954 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 990 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 1213 qtd->hw_token = cpu_to_le32((count << 16) | token); in qtd_fill() 1236 is_out = !(qtd->hw_token & cpu_to_le32(1 << 8)); in qh_update() 1239 qh->hw_token &= ~cpu_to_le32(QTD_TOGGLE); in qh_update() 1246 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update() 1442 token = le32_to_cpu(qtd->hw_token); in qh_completions() 1488 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.h | 295 __hc32 hw_token; /* see EHCI 3.5.3 */ member 409 __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 | 527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
/linux-6.12.1/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() 490 switch ((hc32_to_cpu(fotg210, qtd->hw_token) >> 8) & 0x03) { in output_buf_tds_dir() 1805 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2020 qtd->hw_token = cpu_to_hc32(fotg210, (count << 16) | token); in qtd_fill() 2048 hw->hw_token &= ~cpu_to_hc32(fotg210, QTD_TOGGLE); in qh_update() 2053 hw->hw_token &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update() [all …]
|