Searched refs:TD_CTRL_BABBLE (Results 1 – 3 of 3) sorted by relevance
213 #define TD_CTRL_BABBLE (1 << 20) /* Babble Detected */ macro
61 (status & TD_CTRL_BABBLE) ? "Babble " : "", in uhci_show_td()
777 if (status & TD_CTRL_BABBLE) /* Babble */ in uhci_map_status()