Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dusb2.c728 IN UCHAR Microframe, in USB2_ConvertFrame() argument
734 Microframe); in USB2_ConvertFrame()
736 if (Microframe == USB2_PREV_MICROFRAME) in USB2_ConvertFrame()
742 if (Microframe <= (USB2_MICROFRAMES - 2)) in USB2_ConvertFrame()
745 *HcMicroframe = Microframe + 1; in USB2_ConvertFrame()
748 if (Microframe == (USB2_MICROFRAMES - 1)) in USB2_ConvertFrame()
1302 ULONG Microframe; in USB2_AllocateTimeForEndpoint() local
1364 Microframe = TtEndpoint->StartFrame * USB2_MICROFRAMES + in USB2_AllocateTimeForEndpoint()
1367 if (Microframe >= USB2_MAX_MICROFRAMES) in USB2_AllocateTimeForEndpoint()
1373 for (ix = Microframe; in USB2_AllocateTimeForEndpoint()
[all …]