Home
last modified time | relevance | path

Searched refs:HALT_BIT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfotg210.h340 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) macro
H A Dehci.h314 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT) macro
H A Doxu210hp-hcd.c1400 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) macro
1518 if ((HALT_BIT & qh->hw_token) == 0) { in qh_completions()
1520 qh->hw_token |= HALT_BIT; in qh_completions()
2004 qtd->hw_token = HALT_BIT; in qh_append_tds()
H A Dehci-q.c1068 qtd->hw_token = HALT_BIT(ehci); in qh_append_tds()
H A Dfotg210-hcd.c2985 qtd->hw_token = HALT_BIT(fotg210); in qh_append_tds()