Lines Matching defs:start_frame_id
3800 int start_frame_id, end_frame_id, current_frame_id;
3834 start_frame_id = roundup(current_frame_id + ist + 1, 8);
3838 start_frame_id = (start_frame_id >> 3) & 0x7ff;
3841 xhci_dbg(xhci, "%s: index %d, reg 0x%x start_frame_id 0x%x, end_frame_id 0x%x, start_frame 0x%x\n",
3843 start_frame_id, end_frame_id, start_frame);
3845 if (start_frame_id < end_frame_id) {
3847 start_frame < start_frame_id)
3849 } else if (start_frame_id > end_frame_id) {
3851 start_frame < start_frame_id))
3858 if (ret == -EINVAL || start_frame == start_frame_id) {
3859 start_frame = start_frame_id + 1;
3872 start_frame_id, end_frame_id);