Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c1131 reg &= ~DWC3_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()
1132 reg |= DWC3_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
H A Dcore.h215 #define DWC3_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0xff) << 16) macro

Completed in 7 milliseconds