Searched refs:OHCI_TD_GET_CONDITION_CODE (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci_hardware.h362 #define OHCI_TD_GET_CONDITION_CODE(x) ((x) >> 28) macro
H A Dohci.cpp962 uint32 status = OHCI_TD_GET_CONDITION_CODE(descriptor->flags);
1745 while (current && OHCI_TD_GET_CONDITION_CODE(current->flags)
1800 while (current && OHCI_TD_GET_CONDITION_CODE(current->flags)

Completed in 34 milliseconds