Home
last modified time | relevance | path

Searched refs:ACTIVE_BIT (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dehci-q.c139 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) in qh_refresh()
449 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()
451 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
Dfotg210.h335 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) macro
Dehci.h315 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) macro