Searched defs:QTD_STS_ACTIVE (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/whci/
H A Dwhci-hc.h56 #define QTD_STS_ACTIVE (1 << 31) /* enable execution of transaction */ macro
/drivers/usb/host/
H A Dehci.h305 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
314 #define ACTIVE_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_ACTIVE)
H A Dfotg210.h376 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
385 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE)
H A Dfusbh200.h368 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro
377 #define ACTIVE_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_ACTIVE)
H A Doxu210hp.h213 #define QTD_STS_ACTIVE (1 << 7) /* HC may execute this */ macro

Completed in 89 milliseconds