Lines Matching defs:start_frame_id
3950 int start_frame_id, end_frame_id, current_frame_id;
3984 start_frame_id = roundup(current_frame_id + ist + 1, 8);
3988 start_frame_id = (start_frame_id >> 3) & 0x7ff;
3991 xhci_dbg(xhci, "%s: index %d, reg 0x%x start_frame_id 0x%x, end_frame_id 0x%x, start_frame 0x%x\n",
3993 start_frame_id, end_frame_id, start_frame);
3995 if (start_frame_id < end_frame_id) {
3997 start_frame < start_frame_id)
3999 } else if (start_frame_id > end_frame_id) {
4001 start_frame < start_frame_id))
4008 if (ret == -EINVAL || start_frame == start_frame_id) {
4009 start_frame = start_frame_id + 1;
4022 start_frame_id, end_frame_id);