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.c1249 u8 tx_maxburst; in dwc3_config_threshold() local
1259 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()
1274 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1282 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()
1291 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()
1307 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1315 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
1333 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1341 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()