Lines Matching refs:hw_token
70 qtd->hw_token = cpu_to_hc32(ehci, (count << 16) | token);
100 hw->hw_token &= ~cpu_to_hc32(ehci, QTD_TOGGLE);
105 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING);
109 * overlay, so qh->hw_token wrongly becomes inactive/halted), only fault
126 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) {
346 token = hc32_to_cpu(ehci, qtd->hw_token);
387 qtd->hw_token = cpu_to_hc32(ehci,
390 hw->hw_token = cpu_to_hc32(ehci,
444 (hw->hw_token & ACTIVE_BIT(ehci))) {
445 token = hc32_to_cpu(ehci, hw->hw_token);
446 hw->hw_token &= ~ACTIVE_BIT(ehci);
734 qtd->hw_token |= cpu_to_hc32(ehci, QTD_IOC);
1067 token = qtd->hw_token;
1068 qtd->hw_token = HALT_BIT(ehci);
1091 dummy->hw_token = token;
1348 * change to the hw_current and hw_token fields (this delay occurs
1368 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT))
1376 qh_token = qh->hw->hw_token;