Searched refs:tx_thr_num (Results 1 – 1 of 1) sorted by relevance
1224 u8 tx_thr_num; in dwc3_config_threshold() local1234 tx_thr_num = dwc->tx_thr_num_pkt_prd; in dwc3_config_threshold()1250 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1255 reg |= DWC31_TXTHRNUMPKT_PRD(tx_thr_num); in dwc3_config_threshold()1266 tx_thr_num = dwc->tx_thr_num_pkt; in dwc3_config_threshold()1283 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1288 reg |= DWC3_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()1309 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()1314 reg |= DWC31_GTXTHRCFG_TXPKTCNT(tx_thr_num); in dwc3_config_threshold()