Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h335 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
H A Dfotg210-hcd.c2057 hw->hw_token &= cpu_to_hc32(fotg210, QTD_TOGGLE | QTD_STS_PING); in qh_update()
/openbmc/linux/drivers/usb/host/
H A Dehci.h308 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
H A Dehci-q.c106 hw->hw_token &= cpu_to_hc32(ehci, QTD_TOGGLE | QTD_STS_PING); in qh_update()
H A Doxu210hp-hcd.c251 #define QTD_STS_PING (1 << 0) /* issue PING? */ macro
1271 qh->hw_token &= cpu_to_le32(QTD_TOGGLE | QTD_STS_PING); in qh_update()