Home
last modified time | relevance | path

Searched refs:next_active_frame (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/usb/dwc2/
Dhcd_queue.c1060 u16 next_active_frame; in dwc2_pick_first_frame() local
1079 next_active_frame = earliest_frame; in dwc2_pick_first_frame()
1085 next_active_frame |= 0x7; in dwc2_pick_first_frame()
1128 next_active_frame = (next_active_frame / interval) * interval; in dwc2_pick_first_frame()
1134 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1142 next_active_frame = dwc2_frame_num_dec(next_active_frame, 1); in dwc2_pick_first_frame()
1148 while (dwc2_frame_num_gt(earliest_frame, next_active_frame)) in dwc2_pick_first_frame()
1149 next_active_frame = dwc2_frame_num_inc(next_active_frame, in dwc2_pick_first_frame()
1153 qh->next_active_frame = next_active_frame; in dwc2_pick_first_frame()
1154 qh->start_active_frame = next_active_frame; in dwc2_pick_first_frame()
[all …]
Dhcd_ddma.c225 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()
Dhcd_intr.c132 if (dwc2_frame_num_le(qh->next_active_frame, in dwc2_sof_intr()
136 qh->next_active_frame); in dwc2_sof_intr()
1402 dwc2_full_frame_num(qh->next_active_frame); in dwc2_hc_nyet_intr()
1438 end_frnum, qh->next_active_frame); in dwc2_hc_nyet_intr()
Dhcd.h327 u16 next_active_frame; member
Dhcd.c1021 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()