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