Searched refs:DWC31_GRXTHRCFG_MAXRXBURSTSIZE (Results 1 – 2 of 2) sorted by relevance
1205 reg &= ~DWC31_GRXTHRCFG_MAXRXBURSTSIZE(~0); in dwc3_config_threshold()1206 reg |= DWC31_GRXTHRCFG_MAXRXBURSTSIZE(rx_maxburst); in dwc3_config_threshold()
220 #define DWC31_GRXTHRCFG_MAXRXBURSTSIZE(n) (((n) & 0x1f) << 16) macro