Searched refs:current_frame (Results 1 – 1 of 1) sorted by relevance
3989 usb_frame_number_t start_frame, end_frame, current_frame; in uhci_insert_isoc_td() local4118 current_frame = uhci_get_sw_frame_number(uhcip); in uhci_insert_isoc_td()4125 if ((end_frame - current_frame) < UHCI_MAX_ISOC_FRAMES) { in uhci_insert_isoc_td()4126 if (current_frame > start_frame) { in uhci_insert_isoc_td()4127 if ((current_frame + FRNUM_OFFSET) < in uhci_insert_isoc_td()4129 expired_frames = current_frame + in uhci_insert_isoc_td()4131 start_frame = current_frame + in uhci_insert_isoc_td()4145 start_frame = current_frame + FRNUM_OFFSET; in uhci_insert_isoc_td()4146 } else if (current_frame > start_frame) { in uhci_insert_isoc_td()4147 start_frame = current_frame + FRNUM_OFFSET; in uhci_insert_isoc_td()[all …]