Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc3/
Dcore.c1217 u8 lpm_nyet_threshold; in dwc3_get_properties() local
1226 lpm_nyet_threshold = 0xf; in dwc3_get_properties()
1251 &lpm_nyet_threshold); in dwc3_get_properties()
1318 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_get_properties()
Dcore.h1173 u8 lpm_nyet_threshold; member
Dgadget.c2911 reg |= DWC3_DCTL_NYET_THRES(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()