Lines Matching refs:hw_token
71 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token);
101 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE);
106 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING);
110 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault
127 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) {
347 token = hc32_to_cpu(ehci, qtd->hw_token);
388 qtd->hw_token = cpu_to_hc32(ehci,
391 hw->hw_token = cpu_to_hc32(ehci,
445 (hw->hw_token & ACTIVE_BIT(ehci))) {
446 token = hc32_to_cpu(ehci, hw->hw_token);
447 hw->hw_token &= ~ACTIVE_BIT(ehci);
735 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC);
1068 token = qtd->hw_token;
1069 qtd->hw_token = HALT_BIT(ehci);
1092 dummy->hw_token = token;
1349 * change to the hw_current and hw_token fields (this delay occurs
1369 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT))
1377 qh_token = qh->hw->hw_token;