Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1127 u8 tx_maxburst; in dwc3_config_threshold()
1137 tx_maxburst = dwc->tx_max_burst_prd; in dwc3_config_threshold()
1152 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1160 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()
1169 tx_maxburst = dwc->tx_max_burst; in dwc3_config_threshold()
1185 if (tx_thr_num && tx_maxburst) { in dwc3_config_threshold()
1193 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
1211 if (tx_thr_num && tx_maxburst) {
1219 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_core_init()
1112 u8 tx_maxburst; dwc3_config_threshold() local