Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-q.c135 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) in qh_refresh()
438 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()
440 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
Dfotg210.h329 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) macro
Dfusbh200.h321 #define ACTIVE_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_ACTIVE) macro
Dehci.h314 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) macro