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

/drivers/usb/host/
H A Doxu210hp-hcd.c976 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) macro
1096 if ((HALT_BIT & qh->hw_token) == 0) {
1098 qh->hw_token |= HALT_BIT;
1585 qtd->hw_token = HALT_BIT;
H A Dehci.h315 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) macro
H A Dfotg210.h386 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) macro
H A Dfusbh200.h378 #define HALT_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_HALT) macro

Completed in 57 milliseconds