Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c1702 u8 lpm_nyet_threshold; in dwc3_get_properties() local
1717 lpm_nyet_threshold = 0xf; in dwc3_get_properties()
1755 &lpm_nyet_threshold); in dwc3_get_properties()
1858 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_get_properties()
H A Dcore.h1342 u8 lpm_nyet_threshold; member
H A Dgadget.c4285 reg |= DWC3_DCTL_NYET_THRES(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()