Home
last modified time | relevance | path

Searched refs:QTD_STS_PING (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Doxu210hp.h221 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dfotg210.h334 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dehci.h317 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dehci-q.c118 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update()
Doxu210hp-hcd.c846 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update()
Dfotg210-hcd.c2086 hw->hw_token &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update()