Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dcore.c817 u8 lpm_nyet_threshold; in dwc3_probe() local
873 lpm_nyet_threshold = 0xf; in dwc3_probe()
890 &lpm_nyet_threshold); in dwc3_probe()
936 if (pdata->lpm_nyet_threshold) in dwc3_probe()
937 lpm_nyet_threshold = pdata->lpm_nyet_threshold; in dwc3_probe()
970 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_probe()
Dplatform_data.h32 u8 lpm_nyet_threshold; member
Ddwc3-pci.c60 pdata.lpm_nyet_threshold = 0xf; in dwc3_pci_quirks()
Dcore.h843 u8 lpm_nyet_threshold; member
Dgadget.c2474 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()