Searched refs:tx_thr_num (Results 1 – 1 of 1) sorted by relevance
1207 u8 tx_thr_num; in dwc3_config_threshold() local1217 tx_thr_num = dwc->tx_thr_num_pkt_prd; in dwc3_config_threshold()1233 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1238 reg |= DWC31_TXTHRNUMPKT_PRD(tx_thr_num); in dwc3_config_threshold()1249 tx_thr_num = dwc->tx_thr_num_pkt; in dwc3_config_threshold()1266 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1271 reg |= DWC3_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()1292 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1297 reg |= DWC31_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()