Searched refs:tx_maxburst (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/dwc3/
H A Dcore.c1081 u8 tx_maxburst; local
1091 tx_maxburst = dwc->tx_max_burst_prd;
1106 if (tx_thr_num && tx_maxburst) {
1114 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst);
1123 tx_maxburst = dwc->tx_max_burst;
1139 if (tx_thr_num && tx_maxburst) {
1147 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst);
1165 if (tx_thr_num && tx_maxburst) {
1173 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst);

Completed in 185 milliseconds