Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h249 #define DWC3_DCTL_LPM_ERRATA_MASK DWC3_DCTL_LPM_ERRATA(0xf)
250 #define DWC3_DCTL_LPM_ERRATA(n) ((n) << 20) macro
H A Dgadget.c2209 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()