end_frame_id     3647 drivers/usb/host/xhci-ring.c 	int start_frame_id, end_frame_id, current_frame_id;
end_frame_id     3682 drivers/usb/host/xhci-ring.c 	end_frame_id = rounddown(current_frame_id + 895 * 8, 8);
end_frame_id     3686 drivers/usb/host/xhci-ring.c 	end_frame_id = (end_frame_id >> 3) & 0x7ff;
end_frame_id     3690 drivers/usb/host/xhci-ring.c 		 start_frame_id, end_frame_id, start_frame);
end_frame_id     3692 drivers/usb/host/xhci-ring.c 	if (start_frame_id < end_frame_id) {
end_frame_id     3693 drivers/usb/host/xhci-ring.c 		if (start_frame > end_frame_id ||
end_frame_id     3696 drivers/usb/host/xhci-ring.c 	} else if (start_frame_id > end_frame_id) {
end_frame_id     3697 drivers/usb/host/xhci-ring.c 		if ((start_frame > end_frame_id &&
end_frame_id     3719 drivers/usb/host/xhci-ring.c 				start_frame_id, end_frame_id);