Searched refs:DWC3_GTXTHRCFG_MAXTXBURSTSIZE (Results 1 – 2 of 2) sorted by relevance
1273 reg &= ~DWC3_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()1274 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
228 #define DWC3_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0xff) << 16) macro