Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) macro
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c1377 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) macro
1495 if ((HALT_BIT & qh->hw_token) == 0) { in qh_completions()
1497 qh->hw_token |= HALT_BIT; in qh_completions()
1981 qtd->hw_token = HALT_BIT; in qh_append_tds()