Searched refs:tx_thr_num (Results 1 – 1 of 1) sorted by relevance
1222 u8 tx_thr_num; in dwc3_config_threshold() local1232 tx_thr_num = dwc->tx_thr_num_pkt_prd; in dwc3_config_threshold()1248 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1253 reg |= DWC31_TXTHRNUMPKT_PRD(tx_thr_num); in dwc3_config_threshold()1264 tx_thr_num = dwc->tx_thr_num_pkt; in dwc3_config_threshold()1281 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1286 reg |= DWC3_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()1307 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1312 reg |= DWC31_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()