Searched refs:lpm_nyet_threshold (Results 1 – 4 of 4) sorted by relevance
663 u8 lpm_nyet_threshold; in dwc3_uboot_init() local683 lpm_nyet_threshold = 0xff; in dwc3_uboot_init()696 if (dwc3_dev->lpm_nyet_threshold) in dwc3_uboot_init()697 lpm_nyet_threshold = dwc3_dev->lpm_nyet_threshold; in dwc3_uboot_init()724 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_uboot_init()927 u8 lpm_nyet_threshold; in dwc3_of_parse() local932 lpm_nyet_threshold = 0xff; in dwc3_of_parse()947 lpm_nyet_threshold = *tmp; in dwc3_of_parse()981 dwc->lpm_nyet_threshold = lpm_nyet_threshold; in dwc3_of_parse()
796 u8 lpm_nyet_threshold; member
2211 reg |= DWC3_DCTL_LPM_ERRATA(dwc->lpm_nyet_threshold); in dwc3_gadget_conndone_interrupt()
22 u8 lpm_nyet_threshold; member