HomeSort by: relevance | last modified time | path
    Searched defs:fr_idx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 490 u16 frame, fr_idx, fr_idx_tmp, skip_frames; local in function:dwc2_recalc_initial_desc_idx
517 fr_idx = (FRLISTEN_64_SIZE +
520 fr_idx = (fr_idx + fr_idx_tmp) % FRLISTEN_64_SIZE;
524 fr_idx = dwc2_frame_list_idx(qh->sched_frame);
527 qh->td_first = qh->td_last = dwc2_frame_to_desc_idx(qh, fr_idx);

Completed in 13 milliseconds