Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h107 #define TD_CTRL_BABBLE (1 << 20) /* Babble Detected */ macro
114 TD_CTRL_BABBLE | TD_CTRL_CRCTIME | TD_CTRL_BITSTUFF)
Dusb-uhci.h92 #define TD_CTRL_BABBLE (1 << 20) /* Babble Detected */ macro
99 TD_CTRL_BABBLE | TD_CTRL_CRCTIME | TD_CTRL_BITSTUFF)
Dusb-uhci-debug.h64 (td->hw.td.status & TD_CTRL_BABBLE) ? "Babble " : "",
Duhci-debug.h76 (td->status & TD_CTRL_BABBLE) ? "Babble " : "", in uhci_show_td()
Duhci.c809 if (status & TD_CTRL_BABBLE) /* Babble */ in uhci_map_status()
Dusb-uhci.c2200 if (status & TD_CTRL_BABBLE) /* Babble */ in uhci_map_status()