Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dusb2.c380 if (TtEndpoint->StartMicroframe == USB2_PREV_MICROFRAME) in USB2_AllocateHS()
429 if (uframe == USB2_PREV_MICROFRAME) in USB2_AllocateHS()
538 if (TtEndpoint->StartMicroframe == USB2_PREV_MICROFRAME) in USB2_DeallocateHS()
566 if (TtEndpoint->StartMicroframe == USB2_PREV_MICROFRAME) in USB2_DeallocateHS()
736 if (Microframe == USB2_PREV_MICROFRAME) in USB2_ConvertFrame()
2196 Tt->IsoEndpoint[ix].StartMicroframe = USB2_PREV_MICROFRAME; in USB2_InitTT()
2211 Tt->IntEndpoint[ix].StartMicroframe = USB2_PREV_MICROFRAME; in USB2_InitTT()
H A Dusbport.h455 #define USB2_PREV_MICROFRAME 0xFF macro