Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1234 reg &= ~DWC31_MAXTXBURSTSIZE_PRD(~0); in dwc3_config_threshold()
1235 reg |= DWC31_MAXTXBURSTSIZE_PRD(tx_maxburst); in dwc3_config_threshold()
H A Dcore.h250 #define DWC31_MAXTXBURSTSIZE_PRD(n) ((n) & 0x1f) macro