Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h469 #define DWC3_DCTL_NYET_THRES(n) (((n) & 0xf) << 20) macro
H A Dgadget.c4241 reg |= DWC3_DCTL_NYET_THRES(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()