Home
last modified time | relevance | path

Searched refs:TD_CTRL_BITSTUFF (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Duhci-hcd.h212 #define TD_CTRL_BITSTUFF (1 << 17) /* Bit Stuff Error */ macro
217 TD_CTRL_BITSTUFF)
Duhci-debug.c65 (status & TD_CTRL_BITSTUFF) ? "BitStuff " : "", in uhci_show_td()
Duhci-q.c770 if (status & TD_CTRL_BITSTUFF) /* Bitstuff error */ in uhci_map_status()