Searched refs:lpm_nyet_threshold (Results 1 – 4 of 4) sorted by relevance
679 u8 lpm_nyet_threshold; in dwc3_uboot_init() local699 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()712 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()713 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()744 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()892 u8 lpm_nyet_threshold; in dwc3_of_parse() local897 lpm_nyet_threshold = 0xff; in dwc3_of_parse()914 lpm_nyet_threshold = *tmp; in dwc3_of_parse()956 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_of_parse()
813 u8 lpm_nyet_threshold; member
2216 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
23 u8 lpm_nyet_threshold; member
Completed in 13 milliseconds