Searched refs:ACTIVE_BIT (Results 1 – 2 of 2) sorted by relevance
142 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh()499 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()501 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
318 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) macro
Completed in 12 milliseconds