Searched refs:tx_maxburst (Results 1 – 1 of 1) sorted by relevance
1208 u8 tx_maxburst; in dwc3_config_threshold() local1218 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()1233 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1241 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()1250 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()1266 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1274 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()1292 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1300 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()