Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h331 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
H A Dfotg210-hcd.c2152 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
/openbmc/linux/drivers/usb/host/
H A Dehci.h304 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
H A Dehci-q.c211 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
H A Doxu210hp-hcd.c247 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
1313 if (token & QTD_STS_BABBLE) { in qtd_copy_status()