Home
last modified time | relevance | path

Searched refs:TD_STATUS_ERROR_BABBLE (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h113 #define TD_STATUS_ERROR_BABBLE (1 << 20) macro
H A Duhci.cpp1552 } else if (status & TD_STATUS_ERROR_BABBLE) { in FinishTransfers()