Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.h213 #define TD_CTRL_BABBLE (1 << 20) /* Babble Detected */ macro
Duhci-debug.c61 (status & TD_CTRL_BABBLE) ? "Babble " : "", in uhci_show_td()
Duhci-q.c777 if (status & TD_CTRL_BABBLE) /* Babble */ in uhci_map_status()