Searched defs:QTD_STS_HALT (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dehci.h306 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
315 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
H A Dfotg210.h377 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
386 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
H A Dfusbh200.h369 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro
378 #define HALT_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_HALT)
H A Doxu210hp.h214 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro

Completed in 21 milliseconds