Searched refs:DWC3_GRXTHRCFG_MAXRXBURSTSIZE (Results 1 – 2 of 2) sorted by relevance
1150 reg &= ~DWC3_GRXTHRCFG_MAXRXBURSTSIZE(~0); in dwc3_config_threshold()1151 reg |= DWC3_GRXTHRCFG_MAXRXBURSTSIZE(rx_maxburst); in dwc3_config_threshold()
215 #define DWC3_GRXTHRCFG_MAXRXBURSTSIZE(n) (((n) & 0x1f) << 19) macro