Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1231 u8 tx_maxburst; in dwc3_config_threshold() local
1241 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()
1256 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1264 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()
1273 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()
1289 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1297 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
1315 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1323 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()