Home
last modified time | relevance | path

Searched refs:tx_maxburst (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/dwc3/
H A Dcore.c1223 u8 tx_maxburst; in dwc3_config_threshold() local
1233 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()
1248 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1256 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()
1265 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()
1281 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1289 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
1307 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1315 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()