Home
last modified time | relevance | path

Searched refs:dwc2_frame_num_inc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dhcd_ddma.c434 frame = dwc2_frame_num_inc(hsotg->frame_number, in dwc2_calc_starting_frame()
438 frame = dwc2_frame_num_inc(hsotg->frame_number, in dwc2_calc_starting_frame()
450 frame = dwc2_frame_num_inc(hsotg->frame_number, 2); in dwc2_calc_starting_frame()
H A Dhcd.h639 static inline u16 dwc2_frame_num_inc(u16 frame, u16 inc) in dwc2_frame_num_inc() function
H A Dhcd_intr.c36 u16 expected = dwc2_frame_num_inc(hsotg->last_frame_num, 1); in dwc2_track_missed_sofs()
1428 end_frnum = dwc2_frame_num_inc( in dwc2_hc_nyet_intr()
1435 dwc2_frame_num_inc(end_frnum, 1); in dwc2_hc_nyet_intr()
H A Dhcd.c1021 wire_frame = dwc2_frame_num_inc(chan->qh->next_active_frame, 1); in dwc2_hc_set_even_odd_frame()
3812 return dwc2_frame_num_inc(frame_number, phy_clks / interval); in dwc2_hcd_get_future_frame_number()