Searched refs:HALT_BIT (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/host/
H A Dfotg210.h330 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) macro
H A Dfusbh200.h322 #define HALT_BIT(fusbh200) cpu_to_hc32(fusbh200, QTD_STS_HALT) macro
H A Dehci.h315 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) macro
H A Doxu210hp-hcd.c976 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) macro
1096 if ((HALT_BIT & qh->hw_token) == 0) { qh_completions()
1098 qh->hw_token |= HALT_BIT; qh_completions()
1585 qtd->hw_token = HALT_BIT; qh_append_tds()
H A Dehci-q.c1063 qtd->hw_token = HALT_BIT(ehci); qh_append_tds()
H A Dfotg210-hcd.c3122 qtd->hw_token = HALT_BIT(fotg210); qh_append_tds()
H A Dfusbh200-hcd.c3070 qtd->hw_token = HALT_BIT(fusbh200); qh_append_tds()

Completed in 277 milliseconds