Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/ !
Dcore.c1299 reg &= ~DWC31_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()
1300 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
Dcore.h243 #define DWC31_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0x1f) << 16) macro