Home
last modified time | relevance | path

Searched refs:fr_idx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_ddma.c459 u16 frame, fr_idx, fr_idx_tmp, skip_frames; in dwc2_recalc_initial_desc_idx() local
486 fr_idx = (FRLISTEN_64_SIZE + in dwc2_recalc_initial_desc_idx()
489 fr_idx = (fr_idx + fr_idx_tmp) % FRLISTEN_64_SIZE; in dwc2_recalc_initial_desc_idx()
493 fr_idx = dwc2_frame_list_idx(qh->sched_frame); in dwc2_recalc_initial_desc_idx()
496 qh->td_first = qh->td_last = dwc2_frame_to_desc_idx(qh, fr_idx); in dwc2_recalc_initial_desc_idx()
/linux-4.4.14/drivers/media/usb/gspca/
Dtopro.c3950 u8 fr_idx; in setframerate() local
3952 fr_idx = get_fr_idx(gspca_dev); in setframerate()
3959 fr_idx = 0xf0; /* lower frame rate */ in setframerate()
3962 reg_w(gspca_dev, TP6800_R3F_FRAME_RATE, fr_idx); in setframerate()