Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c1273 reg &= ~DWC3_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()
1274 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
Dcore.h228 #define DWC3_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0xff) << 16) macro