Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1242 reg &= ~DWC31_MAXRXBURSTSIZE_PRD(~0); in dwc3_config_threshold()
1243 reg |= DWC31_MAXRXBURSTSIZE_PRD(rx_maxburst); in dwc3_config_threshold()
H A Dcore.h240 #define DWC31_MAXRXBURSTSIZE_PRD(n) ((n) & 0x1f) macro