Home
last modified time | relevance | path

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

/drivers/usb/host/
Doxu210hp.h220 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dfotg210.h383 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dfusbh200.h375 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dehci.h312 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
Dehci-q.c114 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update()
Doxu210hp-hcd.c847 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update()
Dfusbh200-hcd.c2106 hw->hw_token &= cpu_to_hc32(fusbh200, QTD_TOGGLE | QTD_STS_PING); in qh_update()
Dfotg210-hcd.c2154 hw->hw_token &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update()