Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h454 #define DWC3_DCTL_NYET_THRES_MASK (0xf << 20) macro
H A Dgadget.c4212 reg &= ~DWC3_DCTL_NYET_THRES_MASK; in dwc3_gadget_conndone_interrupt()