Home
last modified time | relevance | path

Searched refs:DWC31_GTXTHRCFG_MAXTXBURSTSIZE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c1157 reg &= ~DWC31_GTXTHRCFG_MAXTXBURSTSIZE(~0); in dwc3_config_threshold()
1158 reg |= DWC31_GTXTHRCFG_MAXTXBURSTSIZE(tx_maxburst); in dwc3_config_threshold()
H A Dcore.h230 #define DWC31_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0x1f) << 16) macro
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.h219 #define DWC31_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0x1f) << 16) macro

Completed in 13 milliseconds