Searched refs:_inc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.h621 * Increments _frame by the amount specified by _inc. The addition is done
624 static inline uint16_t dwc_frame_num_inc(uint16_t _frame, uint16_t _inc) argument
626 return (_frame + _inc) & DWC_HFNUM_MAX_FRNUM;

Completed in 24 milliseconds