Searched refs:next_active_frame (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 1024 u16 next_active_frame; in dwc2_pick_first_frame() local 1043 next_active_frame = earliest_frame; in dwc2_pick_first_frame() 1049 next_active_frame |= 0x7; in dwc2_pick_first_frame() 1092 next_active_frame = (next_active_frame / interval) * interval; in dwc2_pick_first_frame() 1098 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame() 1106 next_active_frame = dwc2_frame_num_dec(next_active_frame, 1); in dwc2_pick_first_frame() 1112 while (dwc2_frame_num_gt(earliest_frame, next_active_frame)) in dwc2_pick_first_frame() 1113 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame() 1117 qh->next_active_frame = next_active_frame; in dwc2_pick_first_frame() 1118 qh->start_active_frame = next_active_frame; in dwc2_pick_first_frame() [all …]
|
| H A D | hcd_ddma.c | 225 i = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_update_frame_list() 491 dwc2_frame_list_idx(qh->next_active_frame) - in dwc2_recalc_initial_desc_idx() 495 qh->next_active_frame = dwc2_calc_starting_frame(hsotg, qh, in dwc2_recalc_initial_desc_idx() 497 fr_idx = dwc2_frame_list_idx(qh->next_active_frame); in dwc2_recalc_initial_desc_idx()
|
| H A D | hcd_intr.c | 132 if (dwc2_frame_num_le(qh->next_active_frame, in dwc2_sof_intr() 136 qh->next_active_frame); in dwc2_sof_intr() 1404 dwc2_full_frame_num(qh->next_active_frame); in dwc2_hc_nyet_intr() 1419 * next_active_frame, both of which in dwc2_hc_nyet_intr() 1440 end_frnum, qh->next_active_frame); in dwc2_hc_nyet_intr()
|
| H A D | hcd.h | 327 u16 next_active_frame; member
|
| H A D | hcd.c | 1021 wire_frame = dwc2_frame_num_inc(chan->qh->next_active_frame, 1); in dwc2_hc_set_even_odd_frame() 1046 chan->qh->next_active_frame = in dwc2_hc_set_even_odd_frame()
|