Searched refs:TD_STATUS_ERROR_BABBLE (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/busses/usb/ | ||
H A D | uhci_hardware.h | 113 #define TD_STATUS_ERROR_BABBLE (1 << 20) macro |
H A D | uhci.cpp | 1552 } else if (status & TD_STATUS_ERROR_BABBLE) { in FinishTransfers() |