Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Dplatform_data.h32 u8 lpm_nyet_threshold; member
Dcore.c814 u8 lpm_nyet_threshold; in dwc3_probe() local
870 lpm_nyet_threshold = 0xff; in dwc3_probe()
887 &lpm_nyet_threshold); in dwc3_probe()
933 if (pdata->lpm_nyet_threshold) in dwc3_probe()
934 lpm_nyet_threshold = pdata->lpm_nyet_threshold; in dwc3_probe()
967 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_probe()
Ddwc3-pci.c58 pdata.lpm_nyet_threshold = 0xf; in dwc3_pci_quirks()
Dcore.h840 u8 lpm_nyet_threshold; member
Dgadget.c2400 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()