Searched refs:tx_maxburst (Results 1 – 1 of 1) sorted by relevance
1225 u8 tx_maxburst; in dwc3_config_threshold() local1235 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()1250 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1258 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()1267 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()1283 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1291 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()1309 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1317 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
Completed in 7 milliseconds