Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbuhci/
H A Dhardware.h142 #define UHCI_TD_STS_BABBLE_DETECTED (1 << 4) macro
H A Dusbuhci.c1556 if (TdStatus & UHCI_TD_STS_BABBLE_DETECTED && in UhciGetErrorFromTD()
2187 !(TdStatus & UHCI_TD_STS_BABBLE_DETECTED) && in UhciPollNonIsoEndpoint()
2211 UHCI_TD_STS_BABBLE_DETECTED | in UhciPollNonIsoEndpoint()