Home
last modified time | relevance | path

Searched refs:ACTIVE_BIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h339 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) macro
H A Dehci-q.c126 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh()
444 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()
446 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
H A Dehci.h307 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) macro
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h337 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-q.c127 if (qh->hw->hw_token & ACTIVE_BIT(ehci)) { in qh_refresh()
445 (hw->hw_token & ACTIVE_BIT(ehci))) { in qh_completions()
447 hw->hw_token &= ~ACTIVE_BIT(ehci); in qh_completions()
H A Dehci.h310 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE) macro

Completed in 11 milliseconds