Home
last modified time | relevance | path

Searched refs:lpm_nyet_threshold (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1208 u8 lpm_nyet_threshold; in dwc3_get_properties() local
1217 lpm_nyet_threshold = 0xff; in dwc3_get_properties()
1242 &lpm_nyet_threshold); in dwc3_get_properties()
1301 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_get_properties()
Dcore.h1126 u8 lpm_nyet_threshold; member
Dgadget.c2757 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()