Searched refs:Microframe (Results 1 – 1 of 1) sorted by relevance
728 IN UCHAR Microframe, in USB2_ConvertFrame() argument734 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() local1364 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 …]