Searched refs:DWC31_GTXTHRCFG_MAXTXBURSTSIZE (Results 1 – 2 of 2) sorted by relevance
1299 reg &= ~DWC31_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()1300 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
243 #define DWC31_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0x1f) << 16) macro